/*
Theme Name: Get Job Update
Theme URI: https://getjobupdate.com
Author: Shark
Description: Premium Sarkari Naukri Portal Theme with High-Authority Design.
Version: 6.0.4
Text Domain: aziz-career
*/

/* ── 1. CORE VARIABLES ── */
:root {
  /* Modern Authority Palette */
  --navy: #0f172a;    /* Charcoal Indigo */
  --navy2: #1e293b;
  --navy3: #334155;
  --red: #e11d48;     /* Vivid Crimson */
  --red2: #fb7185;
  --red-dark: #9f1239;
  --gold: #f59e0b;    /* Premium Amber */
  --gold2: #fbbf24;
  --green: #10b981;   /* Emerald Success */
  --teal: #06b6d4;
  --bg: #f8fafc;      /* Soft Slate Background */
  --card: #ffffff;
  --text: #0f172a;
  --muted: #475569; /* Darker for better contrast */
  --border: #e2e8f0;
  --shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  --shadow2: 0 12px 40px rgba(15, 23, 42, 0.12);
  --r: 12px;
  
  /* Standard Fonts */
  --fb: 'Baloo 2', cursive;
  --fd: 'Noto Sans Devanagari', sans-serif;
  --fh: 'Rajdhani', sans-serif;
  /* Z-Index Layers */
  --z-base: 1;
  --z-hero: 100;
  --z-cards: 200;
  --z-header: 1000;
  --z-nav: 1010;
  --z-modal: 9999;
}


/* ── 2. RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fb);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}
a { text-decoration: none; color: inherit; transition: 0.2s ease; }
button { cursor: pointer; font-family: var(--fb); border: none; background: none; }
img { display: block; max-width: 100%; height: auto; }

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

/* ── 3. HEADER COMPONENTS ── */

/* NOTIFICATION BANNER */
#nb {
  background: #000;
  color: #fff; padding: 10px 0; position: relative; z-index: 1001;
  border-bottom: 2px solid var(--gold);
}
.nb-in { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.nb-bell { font-size: 1.8rem; animation: bellRing 1.8s ease infinite; flex-shrink: 0; }
@keyframes bellRing { 0%,100%{transform:rotate(0)} 20%{transform:rotate(18deg)} 40%{transform:rotate(-18deg)} 60%{transform:rotate(10deg)} 80%{transform:rotate(-10deg)} }
.nb-txt { flex: 1; min-width: 200px; }
.nb-txt strong { display: block; font-family: var(--fd); font-size: .98rem; }
.nb-txt span { font-size: .8rem; opacity: .8; }
.nb-btns { display: flex; gap: 8px; flex-shrink: 0; }
.btn-allow { background: var(--gold); color: #000; padding: 8px 18px; border-radius: 6px; font-weight: 700; font-size: .85rem; }
.btn-deny { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.3); padding: 8px 12px; border-radius: 6px; font-size: .82rem; }

/* HEADER TOP TICKER */
.htop { background: #000; color: #fff; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.htop-in { display: flex; align-items: center; gap: 15px; }
.live-badge { 
    background: var(--red); color: #fff; font-size: .65rem; font-weight: 800; 
    padding: 3px 10px; border-radius: 20px; text-transform: uppercase;
    display: flex; align-items: center; gap: 6px;
}
.live-badge::before { content: ''; width: 8px; height: 8px; background: #fff; border-radius: 50%; animation: pulse-live 1.2s infinite; }
@keyframes pulse-live { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(2); opacity: 0; } }
.ticker-wrap { overflow: hidden; flex: 1; }
.ticker-track { display: inline-flex; gap: 0; white-space: nowrap; animation: ticker 40s linear infinite; }
.ticker-track span { padding-right: 80px; font-size: .85rem; font-weight: 600; font-family: var(--fd); color: var(--gold); }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }


/* ── MASTER UI BLOCK: BRANDING & LAYOUT ── */
:root {
    --logo-white: #ffffff;
    --logo-orange: #f59e0b;
}

/* 1. SEAMLESS DARK BACKGROUND (Header & Hero) */
.hmain { 
    background: var(--navy) !important;
    position: relative;
    z-index: var(--z-header);
    padding: 35px 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.home-hero { 
    background: linear-gradient(180deg, var(--navy) 0%, #020617 100%) !important;
    position: relative;
    z-index: 1 !important; 
    padding: 60px 0 100px;
}
.site-main { padding-top: 0 !important; }

/* Admin Bar Fix */
.admin-bar .hmain { top: 32px; }
@media (max-width: 782px) { .admin-bar .hmain { top: 46px; } }

/* 2. BRANDED LOGO TYPOGRAPHY */
.h-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-branding { text-align: left; }
.logo-link { display: block; }
.logo-wrapper { display: flex; align-items: center; gap: 20px; }
.logo-txt-group { display: flex; flex-direction: column; text-align: left; }
.header-actions { position: relative; display: flex; align-items: center; gap: 15px; }

.site-branding .logo-link .site-title-logo { 
    font-family: 'Outfit', sans-serif !important; 
    font-size: 2.8rem !important; font-weight: 900 !important; 
    display: flex !important; align-items: center !important; gap: 12px;
}
.site-title-logo .txt-navy { color: #ffffff !important; text-transform: uppercase; }
.site-title-logo .txt-sky { color: #f59e0b !important; text-transform: uppercase; margin-left: 2px; }
.site-description { color: rgba(255,255,255,0.6) !important; font-size: 0.85rem !important; font-weight: 700 !important; letter-spacing: 1px; margin-top: -5px; }

/* 3. BRAND ICON (CIRCULAR ARROW) */
.brand-icon-wrapper { position: relative; width: 60px; height: 60px; flex-shrink: 0; }
.arrow-circle {
    width: 100%; height: 100%; border: 6px solid #f59e0b;
    border-top-color: #fff; border-right-color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    transform: rotate(-45deg);
}
.brand-bell { font-size: 1.8rem; transform: rotate(45deg); color: #fff; }

/* 4. FLOATING CATEGORY CARDS GRID */
.home-cat-grid { 
    position: relative;
    z-index: 999 !important; 
    margin-top: -65px !important; /* Pulls cards into Hero Area */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .h-brand-row { 
        flex-direction: column !important; 
        text-align: center !important; 
        gap: 15px !important; 
        padding: 15px 0 !important;
        border: none !important;
    }
    .site-title-logo { font-size: 2rem !important; justify-content: center !important; }
    .trust-signals { display: none !important; } /* Hide everything but logo */
    .home-cat-grid { margin-top: -30px !important; }
    .brand-icon-wrapper { width: 50px; height: 50px; margin: 0 auto; }
}

/* TRUST SIGNALS */
.trust-signals { display: flex; gap: 20px; align-items: center; }
.ts-item { display: flex; align-items: center; gap: 10px; color: #fff; }
.ts-icon { 
    width: 38px; height: 38px; background: var(--logo-orange); 
    color: #000; border-radius: 50%; display: flex; align-items: center; 
    justify-content: center; font-size: 1.1rem; font-weight: 900;
}
.ts-txt { display: flex; flex-direction: column; line-height: 1.1; }
.ts-txt strong { font-size: 0.75rem; color: var(--logo-orange); text-transform: uppercase; }
.ts-txt span { font-size: 0.65rem; opacity: 0.8; font-weight: 700; }

/* RESPONSIVE HEADER */
@media (max-width: 992px) {
    .h-brand-row { flex-direction: column; gap: 20px; padding: 20px 0; text-align: center; }
    .logo-wrapper { flex-direction: column; gap: 10px; }
    .site-title-logo { font-size: 2.2rem; justify-content: center; }
    .trust-signals { justify-content: center; flex-wrap: wrap; gap: 15px; }
    .h-search-row { flex-direction: column; }
    .search-submit-btn .search-text { display: none; }
    .search-submit-btn { padding: 0 15px; }
}

@media (max-width: 480px) {
    .site-title-logo { font-size: 1.8rem; }
    .brand-icon-wrapper { width: 50px; height: 50px; }
    .brand-bell { font-size: 1.4rem; }
    .trust-signals { display: none; } /* Hide on very small screens to keep it clean */
}

/* Removed redundant definitions as they are consolidated above */

.hmain-wrapper { display: flex; flex-direction: column; gap: 20px; }

/* BRANDED TEXT UTILITY (FOR HERO) */
.branded-text-navy { color: var(--navy-logo); font-weight: 900; }
.branded-text-sky { color: var(--sky-logo); font-weight: 900; }
.h-search-row .hsearch input { 
    padding: 16px 180px 16px 30px; border-radius: 12px; background: #fff; color: #334155;
    font-size: 1.1rem; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.h-search-row .hsearch input::placeholder { color: #94a3b8; }

.search-submit-btn {
    position: absolute; right: 8px; top: 8px; bottom: 8px; 
    background: var(--gold); color: #000; border: none; border-radius: 8px;
    padding: 0 25px; font-weight: 900; display: flex; align-items: center; gap: 10px;
    transition: 0.3s;
}
.search-submit-btn:hover { background: #000; color: var(--gold); }
.search-submit-btn .search-icon { font-size: 1.2rem; }

/* HEADER ACTIONS */
.header-actions { display: flex; align-items: center; gap: 15px; }
.hjoin-btn { 
    background: #25d366; color: #fff; padding: 14px 25px; border-radius: 10px; 
    font-weight: 900; box-shadow: 0 10px 20px rgba(37,211,102,0.2);
}

.hamburger { 
    display: none; flex-direction: column; gap: 5px; 
    width: 44px; height: 44px; align-items: center; justify-content: center; 
    cursor: pointer; background: rgba(255,255,255,0.1); border-radius: 8px; border: 1px solid rgba(255,255,255,0.2);
}
.hamburger span { 
    display: block; width: 22px; height: 3px; background: #fff; border-radius: 10px;
}


/* ── 4. NAVIGATION ── */
.nav { 
    background: var(--navy); 
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: sticky; top: 0; z-index: 1000; transition: 0.3s;
}
.nav-in { display: flex; align-items: center; justify-content: center; }
.nav-links { display: flex; list-style: none; gap: 10px; }
.nav-links a { 
    display: block; padding: 18px 20px; font-size: .88rem; font-weight: 800; color: rgba(255,255,255,0.8); 
    text-transform: uppercase; letter-spacing: 0.5px; position: relative;
}
.nav-links a:hover { color: #fff; }
.nav-links a::after {
    content: ''; position: absolute; bottom: 10px; left: 50%; width: 0; height: 3px;
    background: var(--gold); transition: 0.3s; transform: translateX(-50%); border-radius: 10px;
}
.nav-links a:hover::after, .nav-links a.act::after, .nav-links .current-menu-item a::after { width: 30px; }


/* ── 5. MAIN LAYOUT ── */
.site-main { padding: 0; } /* Removed top padding to merge hero */
.main-in { display: grid; grid-template-columns: 1fr 290px; gap: 22px; align-items: start; padding-top: 22px; }

/* FEATURED - MERGED END */
.featured {
  background: var(--navy);
  color: #fff; border-radius: 0 0 25px 25px; padding: 30px 24px 50px; margin-bottom: 25px;
  position: relative; overflow: hidden;
  text-align: center;
  border-bottom: 3px solid var(--gold);
}
.featured::before {
  content: '🏛️'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  font-size: 7rem; opacity: .08; pointer-events: none;
}
.feat-badge { background: var(--gold); color: #000; display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: .72rem; font-weight: 800; margin-bottom: 8px; }
.featured h2 { font-family: var(--fd); font-size: 1.45rem; margin-bottom: 6px; }
.featured p { font-size: .87rem; opacity: .88; margin-bottom: 12px; }
.feat-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.feat-tags span { background: rgba(255,255,255,.18); padding: 3px 10px; border-radius: 20px; font-size: .73rem; }
.feat-apply { display: inline-block; background: var(--gold); color: #000; padding: 9px 22px; border-radius: 8px; font-weight: 800; font-size: .88rem; }

/* ── 6. POST CARDS ── */
#posts { display: grid; gap: 12px; }
.pcard { background: var(--card); border-radius: var(--r); box-shadow: var(--shadow); border-left: 4px solid var(--border); transition: 0.3s transform ease, 0.3s box-shadow ease; position: relative; overflow: hidden; }
.pcard:hover { box-shadow: var(--shadow2); transform: translateY(-4px) scale(1.01); border-left-width: 6px; }

.pcard[data-c="job"] { border-left-color: var(--red); }
.pcard[data-c="result"] { border-left-color: var(--green); }
.pcard[data-c="admit"] { border-left-color: #7c3aed; }
.pcard[data-c="exam"] { border-left-color: var(--teal); }
.pcard[data-c="scholar"] { border-left-color: #2563eb; }
.pcard[data-c="yojana"] { border-left-color: var(--gold); }

.pcbadge { display: inline-block; padding: 3px 11px; border-radius: 4px; font-size: .7rem; font-weight: 800; margin: 12px 14px 0; }
.pcbadge.job { background: #fef2f2; color: var(--red); }
.pcbadge.result { background: #f0fdf4; color: var(--green); }
.pcbadge.admit { background: #f5f3ff; color: #7c3aed; }
.pcbadge.exam { background: #f0fdfa; color: var(--teal); }
.pcbadge.scholar { background: #eff6ff; color: #2563eb; }
.pcbadge.yojana { background: #fffbeb; color: #b45309; }

.pbody { padding: 7px 14px 10px; }
.porg { font-size: .72rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 3px; }
.ptitle { font-family: var(--fd); font-size: 1rem; line-height: 1.4; margin-bottom: 7px; }
.ptitle a { color: var(--navy); }
.ptitle a:hover { color: var(--red); }
.pmeta { display: flex; gap: 12px; flex-wrap: wrap; font-size: .77rem; color: var(--muted); margin-bottom: 7px; }
.ptags { display: flex; gap: 5px; flex-wrap: wrap; }
.ptags span { background: var(--bg); color: var(--muted); padding: 2px 9px; border-radius: 20px; font-size: .7rem; font-weight: 600; }

.pfooter { display: flex; align-items: center; gap: 8px; padding: 9px 14px; background: #f8fafc; border-top: 1px solid var(--border); }
.btn-det { padding: 6px 14px; background: var(--navy); color: #fff; border-radius: 6px; font-size: .78rem; font-weight: 700; }
.btn-app { padding: 6px 12px; background: var(--red); color: #fff; border-radius: 6px; font-size: .78rem; font-weight: 700; }
.badge-new { 
    margin-left: auto; background: linear-gradient(135deg, #f97316, #ea580c); color: #fff; 
    padding: 3px 12px; border-radius: 50px; font-size: .68rem; font-weight: 900; 
    letter-spacing: 0.5px; box-shadow: 0 4px 10px rgba(234,88,12,0.4); 
    display: flex; align-items: center; gap: 4px;
}
.badge-new::before { content: '✨'; font-size: 0.7rem; }


@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.7} }

.badge-hot { margin-left: auto; background: var(--red); color: #fff; padding: 3px 9px; border-radius: 4px; font-size: .7rem; font-weight: 800; animation: pulse 1.5s ease infinite; }

.badge-new { 
    margin-left: auto; 
    background: var(--gold); 
    color: #000 !important; 
    padding: 3px 10px; 
    border-radius: 4px; 
    font-size: .65rem; 
    font-weight: 900; 
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* ── 7. SIDEBAR ── */
.sidebar { position: sticky; top: 70px; display: flex; flex-direction: column; gap: 24px; }
.widget { 
    background: #fff; border-radius: 20px; padding: 28px; margin-bottom: 0; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.02);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: visible;
}
.widget:hover { box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1); transform: translateY(-5px); }

/* DUAL-TONE HEADERS */
.widget-title { 
    font-size: 1.2rem; font-weight: 900; color: var(--navy); 
    margin-bottom: 25px; font-family: var(--fh); display: flex; align-items: center; gap: 10px;
    border-left: 6px solid var(--red); padding-left: 15px; border-radius: 2px;
}

/* GLASS SEARCH MINIMALIST */
.search-form { position: relative; width: 100%; }
.search-field { 
    width: 100%; padding: 15px 15px 15px 45px; border: none; border-bottom: 2px solid #e2e8f0; 
    font-size: 0.95rem; font-family: var(--fb); transition: 0.4s; background: transparent;
    border-radius: 0;
}
.search-form::before {
    content: '🔍'; position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
    font-size: 1.1rem; z-index: 1; opacity: 0.4; transition: 0.3s;
}
.search-field:focus { outline: none; border-bottom-color: var(--gold); background: rgba(15, 23, 42, 0.02); }
.search-field:focus + .search-form::before { opacity: 1; color: var(--gold); }
.search-submit { display: none; }

/* COMPACT LIST CARDS */
.widget ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.widget ul li { margin-bottom: 12px !important; }
.widget ul li a { 
    display: flex; align-items: center; padding: 14px 18px; background: #fdfdfd; 
    color: var(--navy); border-radius: 12px; font-weight: 700; font-size: 0.92rem;
    text-decoration: none !important; transition: 0.4s; border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.widget ul li a::before { content: '🎯'; margin-right: 12px; font-size: 1rem; opacity: 0.7; }
.widget ul li.cat-item a::before { content: '📁'; }

.widget ul li a:hover { 
    background: #fff; color: var(--red); transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.08); border-color: rgba(225, 29, 72, 0.1);
}

/* SOFT-CHIP BUTTONS */
.qual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.qual-btn { 
    background: #f8fafc; color: var(--navy); padding: 12px 10px; border-radius: 50px; 
    font-size: 0.8rem; font-weight: 800; text-align: center; text-decoration: none !important;
    transition: 0.3s; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; gap: 6px;
}
.qual-btn:hover { background: var(--navy); color: #fff; transform: scale(1.05); border-color: var(--navy); }
.qual-btn span { font-size: 1rem; }

/* PULSE NOTIFICATION FOR JOIN */
.wa-join-box {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 16px; padding: 20px; border: 1px solid #bbf7d0; text-align: center;
}
.wa-join-btn {
    background: #25d366; color: #fff; padding: 14px; border-radius: 12px; 
    font-weight: 900; text-decoration: none; display: flex; align-items: center; 
    justify-content: center; gap: 10px; margin-top: 15px; 
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: wa-pulse-btn 2s infinite;
}
@keyframes wa-pulse-btn {
    0% { transform: scale(0.98); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { transform: scale(1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.98); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Portal Stats Modernization */
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.sbox { 
    background: #fff; border-radius: 15px; padding: 18px; text-align: center; 
    border: 1px solid #f1f5f9; box-shadow: inset 0 2px 10px rgba(0,0,0,0.01);
}
.snum { display: block; font-size: 1.8rem; font-weight: 900; color: var(--red); font-family: var(--fh); text-shadow: 0 2px 10px rgba(225, 29, 72, 0.1); }
.slbl { font-size: 0.75rem; color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }

/* ── 8. FOOTER & ACCESSIBILITY ── */
footer { background: var(--navy); color: #fff; padding: 36px 0 0; margin-top: 36px; }
.footer-links a { 
    color: #cbd5e1; /* Higher contrast ratio */
    padding: 10px 0; /* Better touch target */
    display: inline-block;
}
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 28px; }
.foot-col h4 { font-size: .95rem; font-weight: 800; color: var(--gold); margin-bottom: 12px; font-family: var(--fh); }
.foot-col p { font-size: .82rem; opacity: .7; line-height: 1.7; }
.foot-col ul { list-style: none; }
.foot-col ul li { padding: 3px 0; }
.foot-col ul a { font-size: .82rem; opacity: .7; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 14px 0; text-align: center; font-size: .78rem; opacity: .55; }

/* ── 9. MOBILE RESPONSIVE ── */
@media (max-width: 950px) {
    .main-in { grid-template-columns: 1fr !important; }
    .sidebar { position: static; width: 100%; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    body { padding-bottom: 80px !important; }
    .hmain { padding: 12px 0; background: var(--navy) !important; }
    .hmain-in { display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; }
    
    /* Center Logo - Remove Menu */
    .site-branding { order: 1; width: 100%; display: flex; justify-content: center; }
    .header-actions { display: none !important; } /* Hide Menu completely */
    .hamburger { display: none !important; }

    /* Search Bar Below - Centered */
    .hsearch { order: 2; width: 100% !important; max-width: 100% !important; margin-top: 5px; }
    .hsearch input { padding: 12px 50px 12px 15px !important; font-size: 0.9rem !important; border-radius: 10px !important; text-align: center; }
    .hsearch button { right: 4px !important; top: 4px !important; bottom: 4px !important; width: 44px !important; border-radius: 8px !important; }
    .hsearch .search-text { display: none !important; } 

    .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 0; overflow: visible; }
    .nav-in { justify-content: flex-end; }
    .nav-links { 
        display: flex; flex-direction: column; position: fixed; right: -100%; top: 0; bottom: 0; width: 280px;
        background: #ffffff !important; /* Force Opaque White */
        z-index: 9999; 
        padding: 80px 0 0; box-shadow: -10px 0 30px rgba(0,0,0,0.2);
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border-left: 2px solid #e2e8f0;
    }
    .nav-links.open { right: 0; }
    .nav-links a { 
        color: #0f172a !important; border-bottom: 1px solid #f1f5f9; 
        padding: 16px 25px; font-size: 1rem; text-align: left; font-weight: 700;
        display: flex; align-items: center; justify-content: space-between;
        background: #fff;
    }
    .nav-links a:hover { background: #f8fafc; color: var(--red) !important; }
    
    /* Dark Mode Solid Background */
    body.dark-theme .nav-links { background: #0f172a !important; border-left-color: #1e293b; }
    body.dark-theme .nav-links a { background: #0f172a; color: #fff !important; border-bottom-color: rgba(255,255,255,0.05); }




    .menu-close {
        display: none; position: fixed; top: 20px; right: 20px; width: 40px; height: 40px;
        background: var(--red); color: #fff; border-radius: 50%; font-size: 1.2rem;
        align-items: center; justify-content: center; z-index: 5002; border: none;
        box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4); cursor: pointer;
    }
    .nav-links.open ~ .menu-close, .nav-links.open + .menu-close { display: flex; } /* Show when open */
    /* Alternative if selector fails */
    .menu-close { display: none; } 
    body.menu-open .menu-close { display: flex; }


    .floating-social-bar { display: grid !important; }
    .ac-form { grid-template-columns: 1fr !important; }
    .site-main { padding-bottom: 80px; }
    .mobile-bottom-nav { display: grid !important; }
}

/* ── DARK THEME SYSTEM ── */
body.dark-theme {
    --bg: #0f172a;
    --card: #1e293b;
    --text: #f1f5f9;
    --muted: #94a3b8;
    --border: #334155;
    --shadow: 0 4px 20px rgba(0,0,0,0.4);
}
body.dark-theme .nav { background: #1e293b; border-bottom-color: #334155; }
body.dark-theme .nav-links a { color: #cbd5e1; }
body.dark-theme .widget { background: #1e293b; border-color: #334155; color: #f1f5f9; }
body.dark-theme .sbox { background: #334155; }
body.dark-theme .pcard { background: #1e293b; }
body.dark-theme .pfooter { background: #334155; border-top-color: #475569; }
body.dark-theme .site-title { color: #fff; }
body.dark-theme .site-description { color: var(--gold); }
body.dark-theme input { background: #334155; color: #fff; border-color: #475569; }
body.dark-theme .ql-body { background: #1e293b; }
body.dark-theme .rel-item { background: #334155; }
body.dark-theme .toc-box { background: #334155; border-color: #475569; }
body.dark-theme .ac-res { background: rgba(22,163,74,0.1); border-color: var(--green); }
body.dark-theme .ac-res .res-det { color: #fff; }
body.dark-theme .entry-content { color: #cbd5e1; }
body.dark-theme .entry-content p, body.dark-theme .entry-content li { color: #cbd5e1; }
body.dark-theme .entry-content h2, body.dark-theme .entry-content h3 { color: #fff; }
body.dark-theme table { background: #1e293b; color: #fff; border-color: #334155; }
body.dark-theme table td, body.dark-theme table th { border-color: #334155; }
body.dark-theme img { opacity: 0.8; transition: 0.3s; }
body.dark-theme img:hover { opacity: 1; }

/* Dark Mode Sidebar Fixes */
body.dark-theme .widget-title { color: #fff; }
body.dark-theme .widget ul li { border-bottom-color: rgba(255,255,255,0.05); }
body.dark-theme .widget ul li a { color: #cbd5e1; }
body.dark-theme .widget ul li a:hover { background: rgba(255,255,255,0.03); color: var(--gold); }
body.dark-theme .search-field { background: #334155; border-color: #475569; color: #fff; }
body.dark-theme .search-field:focus { border-color: var(--gold); }

/* Force Remove Bullets for all Widgets */
.widget ul, .widget ol { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.widget li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.widget li::before { content: none !important; }

/* MODALS & POPUPS */
#npopup { 
  display: none; position: fixed; inset: 0; z-index: 2000; 
  background: rgba(0,0,0,.7); backdrop-filter: blur(4px); 
  align-items: center; justify-content: center; 
}
.np-box { background: #fff; border-radius: 20px; padding: 30px; max-width: 380px; width: 90%; text-align: center; position: relative; box-shadow: var(--shadow2); }
body.dark-theme .np-box { background: var(--card); color: #fff; }
.np-btns { display: flex; gap: 12px; margin-top: 20px; }
.np-allow { flex: 1; padding: 12px; background: var(--navy); color: #fff; border-radius: 10px; font-weight: 800; }
.np-skip { padding: 12px 20px; background: var(--bg); color: var(--muted); border-radius: 10px; }
body.dark-theme .np-skip { background: #334155; color: #cbd5e1; }

/* AGE CALCULATOR */
.age-calc-box { background: #fff; border: 2px solid var(--navy); border-radius: 12px; padding: 25px; margin-bottom: 25px; }
.ac-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 15px; align-items: flex-end; margin-top: 15px; }
.ac-field label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 8px; }
.ac-field input { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid var(--border); font-family: var(--fb); }
.ac-btn { background: var(--navy); color: #fff; padding: 12px 25px; border-radius: 8px; font-weight: 800; transition: 0.3s; }
.ac-btn:hover { background: var(--red); transform: translateY(-2px); }
.ac-res { margin-top: 25px; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 20px; border-radius: 12px; display: flex; gap: 25px; justify-content: center; align-items: center; }
.res-val { font-size: 2.2rem; font-weight: 800; color: var(--green); font-family: var(--fh); }
.res-det { font-weight: 700; color: var(--navy); font-size: 1rem; }

/* TABLE OF CONTENTS */
.toc-box { background: #f8fafc; border: 1px solid var(--border); border-radius: 12px; padding: 20px; margin-bottom: 25px; }
.toc-title { font-weight: 800; margin-bottom: 12px; font-size: 1.1rem; color: var(--navy); display: flex; align-items: center; gap: 10px; }
#toc-list { list-style: none; margin: 0; padding: 0; }
#toc-list li { margin-bottom: 8px; padding-left: 12px; border-left: 3px solid var(--red); }
#toc-list li.toc-h3 { margin-left: 20px; font-size: 0.9rem; border-left-color: var(--gold); }
#toc-list a { color: var(--text); font-weight: 600; text-decoration: none; transition: 0.2s; }
#toc-list a:hover { color: var(--red); padding-left: 5px; }

/* QUICK LINKS (ELITE DESIGN) */
.ql-section { margin-top: 40px; border-radius: 16px; overflow: hidden; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 2px solid #e2e8f0; background: #fff; }
.ql-head { background: linear-gradient(90deg, var(--navy) 0%, #1e293b 100%); color: #fff; padding: 18px 25px; font-family: var(--fh); font-weight: 900; display: flex; align-items: center; gap: 12px; font-size: 1.3rem; letter-spacing: 0.5px; }
.ql-body { padding: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; background: #f8fafc; }
.ql-btn { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 20px; border-radius: 12px; font-weight: 800; font-family: var(--fd); font-size: 1.05rem; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); text-decoration: none; position: relative; overflow: hidden; z-index: 1; }
.ql-btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,0.2), transparent); z-index: -1; opacity: 0; transition: 0.3s; }
.ql-btn:hover { transform: translateY(-5px); filter: brightness(1.1); box-shadow: 0 15px 25px rgba(0,0,0,0.2); }
.ql-btn:hover::after { opacity: 1; }
.ql-apply { background: linear-gradient(135deg, #10b981, #047857); color: #fff; box-shadow: 0 8px 20px rgba(16,185,129,0.3); }
.ql-web { background: linear-gradient(135deg, #0ea5e9, #0369a1); color: #fff; box-shadow: 0 8px 20px rgba(14,165,233,0.3); }
.ql-pdf { background: linear-gradient(135deg, #ef4444, #b91c1c); color: #fff; box-shadow: 0 8px 20px rgba(239,68,68,0.3); }
.ql-res { background: linear-gradient(135deg, #f59e0b, #b45309); color: #fff; box-shadow: 0 8px 20px rgba(245,158,11,0.3); }
.ql-tg { background: linear-gradient(135deg, #0088cc, #005c8a); color: #fff; box-shadow: 0 8px 20px rgba(0,136,204,0.3); }
.ql-wa { background: linear-gradient(135deg, #25d366, #128c7e); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,0.3); }

/* BREADCRUMBS */
.breadcrumbs { font-size: 0.85rem; margin-bottom: 20px; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 8px; }
.breadcrumbs a { color: var(--navy); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red); }
body.dark-theme .breadcrumbs a { color: var(--gold); }

.f-tg { background: #0088cc; }
.f-wa { background: #25d366; }

/* MOBILE BOTTOM NAV */
.mobile-bottom-nav {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--card); border-top: 2px solid var(--red);
    display: none; grid-template-columns: repeat(4, 1fr);
    z-index: 4000; box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
}
.mbn-item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 10px 0; font-size: 0.65rem; font-weight: 800; color: var(--navy);
    text-decoration: none; border-right: 1px solid var(--border);
}
.mbn-item:last-child { border-right: none; }
.mbn-item span { font-size: 1.2rem; margin-bottom: 2px; }
.mbn-item:hover { background: #f8fafc; color: var(--red); }
body.dark-theme .mobile-bottom-nav { background: var(--card); border-top-color: var(--border); }
body.dark-theme .mbn-item { color: #cbd5e1; border-right-color: #334155; }

/* STICKY SIDEBAR JOIN BOX */
.sticky-join {
    position: sticky; top: 130px;
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    color: #fff !important; text-align: center;
}
.sticky-join .widget-title { color: #fff !important; border-bottom-color: rgba(255,255,255,0.3) !important; }
.sticky-join a { background: #fff; color: #128c7e; padding: 10px; border-radius: 8px; display: block; font-weight: 800; text-decoration: none; margin-top: 10px; }


/* TOP PROGRESS */
#top-progress { position: fixed; top: 0; left: 0; height: 4px; background: linear-gradient(to right, var(--gold), var(--red)); width: 0%; z-index: 9999; transition: width 0.2s ease-out; }

/* SEARCH RESULTS */
#search-res { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 0 0 12px 12px; box-shadow: var(--shadow2); z-index: 2000; max-height: 400px; overflow-y: auto; display: none; margin-top: 5px; border: 1px solid var(--border); }
.search-item { display: flex; align-items: center; gap: 12px; padding: 15px; border-bottom: 1px solid var(--border); transition: 0.2s; text-decoration: none; }
.search-item:hover { background: #f8fafc; }
.s-type { font-size: 0.65rem; font-weight: 800; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }
.s-type.job { background: #fef2f2; color: var(--red); }
.s-type.result { background: #f0fdf4; color: var(--green); }
.s-title { font-size: 0.95rem; font-weight: 700; color: var(--navy); }

/* BACK TO TOP */
#btt { position: fixed; bottom: 80px; right: 25px; width: 50px; height: 50px; background: var(--navy); color: #fff; border-radius: 50%; display: none; align-items: center; justify-content: center; z-index: 500; box-shadow: 0 4px 15px rgba(0,0,0,0.3); border: none; font-size: 1.5rem; cursor: pointer; transition: 0.3s; }
#btt:hover { background: var(--red); transform: translateY(-5px); }

/* STICKY SIDEBAR */
.sidebar { position: sticky; top: 85px; align-self: flex-start; }

/* SOCIAL SHARE BUTTONS */
.social-share { display: flex; gap: 10px; margin-bottom: 25px; flex-wrap: wrap; }
.ss-btn { flex: 1; min-width: 150px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px; border-radius: 10px; color: #fff; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: 0.3s; }
.ss-wa { background: #25d366; }
.ss-tg { background: #0088cc; }
.ss-fb { background: #1877f2; }
.ss-btn:hover { filter: brightness(1.1); transform: translateY(-3px); }

/* TRENDING STRIP */
.trending-strip { background: #000; color: #fff; padding: 6px 0; font-size: 0.8rem; border-bottom: 2px solid var(--gold); }
.ts-in { display: flex; align-items: center; gap: 15px; }
.ts-label { background: var(--red); color: #fff; padding: 2px 10px; font-weight: 800; font-size: 0.7rem; border-radius: 4px; white-space: nowrap; animation: blink 1.2s ease infinite; }
.ts-content { flex: 1; overflow: hidden; white-space: nowrap; font-weight: 600; font-family: var(--fd); color: var(--gold); }

/* ELIGIBILITY WIDGET */
.qual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qual-btn { 
    background: #f8fafc; border: 1px solid var(--border); padding: 10px; border-radius: 8px; 
    text-align: center; font-size: 0.82rem; font-weight: 700; color: var(--navy); text-decoration: none;
    transition: 0.3s; display: flex; align-items: center; justify-content: center; gap: 6px;
}
.qual-btn:hover { background: var(--navy); color: #fff; transform: translateY(-3px) scale(1.02); border-color: var(--navy); box-shadow: var(--shadow); }
body.dark-theme .qual-btn { background: #334155; color: #fff; border-color: #475569; }
body.dark-theme .qual-btn:hover { background: var(--gold); color: #000; }

/* CATEGORY TAGS */
.cat-tag {
    display: flex; align-items: center; gap: 8px; padding: 10px 15px;
    background: #fff; border: 1px solid var(--border); border-radius: 8px;
    font-size: 0.85rem; font-weight: 700; color: var(--navy);
    transition: 0.3s;
}
.cat-tag:hover { background: var(--bg); border-color: var(--gold); transform: translateX(5px); }
.cat-tag i { font-size: 1.1rem; }



/* RELATED POSTS */
.rel-item:hover { border-color: var(--navy) !important; transform: translateY(-3px); box-shadow: var(--shadow); }

/* Animated PDF Button */
.btn-pulse {
    animation: btnPulse 2s infinite;
    position: relative;
    overflow: hidden;
}
@keyframes btnPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

/* SEARCH HIGHLIGHT */
.s-highlight { background: #fef08a; color: #000; padding: 0 2px; border-radius: 2px; font-weight: 800; }
body.dark-theme .s-highlight { background: var(--gold); color: #000; }


/* Header Countdown Responsive */
@media (max-width: 600px) {
    .header-countdown .container > div { flex-direction: column; gap: 5px !important; }
}

/* Social Popup Responsive */
.sp-overlay { display: none; }
@media (max-width: 450px) {
    .sp-box { padding: 20px !important; width: 95% !important; }
    .sp-box h3 { font-size: 1.2rem !important; }
}

/* ── 10. PREMIUM POST CONTENT STYLING ── */
.entry-content {
    font-size: 1.05rem;
    color: var(--text);
}

/* HIGH-VISIBILITY LINKS */
.entry-content a {
    color: var(--navy) !important; /* Standard Authority Blue */
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px !important;
    padding: 0 2px;
    border-radius: 3px;
    transition: all 0.2s ease;
}
.entry-content a:hover {
    color: var(--red) !important;
    background: rgba(192, 57, 43, 0.05);
    text-decoration-color: var(--red) !important;
}

/* ── 10. ELITE TABLE DESIGN ── */
.responsive-table-wrapper {
    overflow-x: auto;
    margin: 35px 0;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    background: #fff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse !important;
    font-family: var(--fd);
    margin: 0 !important;
}

/* Elite Header - Navy with Gold Highlight */
.entry-content thead th, 
.entry-content tr:first-child td,
.entry-content tr:first-child th { 
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: #fff !important;
    padding: 22px 20px !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none !important;
    border-bottom: 3px solid var(--gold) !important;
}

/* Modern Body Cells */
.entry-content td {
    padding: 18px 25px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    color: #334155 !important;
    font-size: 0.95rem;
    line-height: 1.6;
    vertical-align: middle;
}

/* Distinct Label Column (First Column) */
.entry-content td:first-child {
    background: #f8fafc !important;
    font-weight: 800;
    color: var(--navy);
    width: 32%;
    border-right: 1px solid #e2e8f0 !important;
    text-align: left;
}

/* Clean Hover State & Striping */
.entry-content tr:nth-child(even) { background-color: #f8fafc; }
.entry-content tr:hover td { background-color: #f1f5f9 !important; }

/* Action Buttons inside table */
.entry-content td a {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(to right, var(--red), var(--red2)) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none !important;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(192, 57, 43, 0.2);
}
.entry-content td a:hover {
    background: var(--navy) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* ── 11. ELITE HOME HERO & CAT CARDS REFINEMENTS ── */
.hero-content { max-width: 850px; margin: 0 auto; }
.hero-title { font-size: 2.8rem; font-weight: 900; margin-bottom: 15px; font-family: var(--fh); line-height: 1.1; }
.hero-subtitle { font-size: 1.1rem; opacity: 0.85; margin-bottom: 35px; font-weight: 500; }

.hero-search-box { 
    max-width: 650px; margin: 0 auto 40px; background: #fff; border-radius: 40px; 
    padding: 6px; box-shadow: 0 15px 35px rgba(0,0,0,0.3); display: flex;
}
.hero-search-form { display: flex; width: 100%; }
.hero-search-form input { 
    flex: 1; border: none; padding: 15px 25px; border-radius: 40px; 
    font-size: 1.05rem; outline: none; color: #334155; 
}
.hero-search-form button { 
    background: var(--gold); color: #000; border: none; padding: 0 35px; 
    border-radius: 35px; font-weight: 800; cursor: pointer; transition: 0.3s;
}
.hero-search-form button:hover { background: #fff; transform: scale(1.05); }

.hero-stats { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.hstat { font-size: 0.9rem; font-weight: 700; opacity: 0.8; }
.hstat span { color: var(--gold); font-size: 1.2rem; display: block; font-weight: 900; }

.hcat-card {
    background: #fff; padding: 20px; border-radius: 16px; text-decoration: none;
    display: flex; align-items: center; gap: 15px; transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08); border: 1px solid #f1f5f9;
}
.hcat-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.12); border-color: var(--gold); }
.hcat-icon { font-size: 2rem; }
.hcat-name { font-weight: 800; color: var(--navy); font-size: 0.95rem; }
.hcat-desc { font-size: 0.72rem; color: var(--muted); font-weight: 600; text-transform: uppercase; margin-top: 2px; }

.section-head { margin: 40px 0 25px; display: flex; align-items: center; gap: 15px; }
.section-title { font-size: 1.3rem; font-weight: 800; color: var(--navy); font-family: var(--fh); white-space: nowrap; }
.section-line { flex: 1; height: 3px; background: #f1f5f9; position: relative; border-radius: 10px; }
.section-line::after { content: ''; position: absolute; left: 0; top: 0; width: 60px; height: 100%; background: var(--red); border-radius: 10px; }

/* ── 12. PREMIUM IMAGE ENGINE ── */
.entry-content img, .aziz-card img, .post-thumbnail img {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    max-width: 100%; height: auto; display: block; margin: 25px auto;
}
.aziz-card:hover img, .post-thumbnail:hover img {
    transform: scale(1.03); box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Skeleton Loading */
.skeleton {
    background: #f1f5f9;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 12px;
}
@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ── 13. DARK THEME OVERRIDES ── */
body.dark-theme .entry-content a { color: var(--gold) !important; }
body.dark-theme .entry-content table { background: #1e293b; }
body.dark-theme .entry-content td { border-color: #334155 !important; color: #cbd5e1; }
body.dark-theme .entry-content tr:nth-child(even) { background-color: rgba(255,255,255,0.02); }
body.dark-theme .entry-content tr:hover td { background-color: rgba(255,255,255,0.05); }
body.dark-theme .entry-content td a { 
    background: linear-gradient(to right, var(--gold), var(--gold2)) !important; color: #000 !important; 
}
body.dark-theme .hcat-card { background: #1e293b; border-color: #334155; }
body.dark-theme .hcat-name { color: #fff; }
body.dark-theme .section-line { background: #334155; }

/* ── 14. ELITE OVERLAY, GLASSMORPHISM & v5.0.0 REFINEMENTS ── */

/* Refined Integration */
.hmain { padding: 25px 0 15px !important; margin-bottom: 0 !important; }
.logo-link .site-title { color: #fff !important; }
.logo-link .site-description { color: rgba(255,255,255,0.7) !important; }

/* Zero Gap Integration */
.site-main { margin-top: 0 !important; padding-top: 0 !important; }

.gold-text { color: var(--gold); text-shadow: 0 0 15px rgba(255,215,0,0.3); }

/* Overlapping Category Cards (Specific Fix) */
.home-cat-grid {
    padding: 0 15px;
}

/* Glassmorphism Hero Search */
.hero-search-box {
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2);
}
.hero-search-form input {
    background: #fff !important;
    border-radius: 40px 0 0 40px;
}

/* Vibrant Search Glow */
.hero-search-form button {
    border-radius: 0 40px 40px 0;
    background: linear-gradient(135deg, var(--gold) 0%, #f59e0b 100%) !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero-search-form button:hover {
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.6);
    transform: scale(1.05);
}

/* Ticker Alert Styling */
.ticker-alert { color: var(--gold); font-weight: 800; margin-right: 30px; }

@media (max-width: 640px) {
    .hmain { padding: 20px 0 !important; }
    .hero-title { font-size: 2.2rem !important; }
    .home-hero { margin-top: 0 !important; padding-top: 40px !important; }
    .home-cat-grid { margin-top: -50px !important; }
    .hero-search-box { border-radius: 12px; }
    .hero-search-form { flex-direction: column; gap: 8px; background: transparent; }
    .hero-search-form button { border-radius: 12px !important; width: 100%; padding: 12px; }
    .header-actions { right: 15px; }
}

/* ── 17. ARCHIVE PAGE PREMIUM UPGRADES ── */
.archive-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #1e293b 100%);
    padding: 40px 30px;
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
}
.archive-hero::after {
    content: '🏛️';
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-size: 150px;
    opacity: 0.05;
    z-index: 1;
}
.ah-content { position: relative; z-index: 2; }
.ah-title {
    font-family: var(--fh);
    font-size: 2.2rem;
    color: #fff;
    margin: 0 0 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.ah-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}
.ah-badge {
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
}
.ah-pulse {
    color: #4ade80;
    font-size: 0.85rem;
    font-weight: 700;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Premium Job Cards */
.pcard {
    border-radius: 16px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
}
.pcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    border-color: rgba(0,0,0,0.1) !important;
}
.btn-app {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.btn-app:hover {
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5) !important;
    transform: translateY(-2px);
}
.sidebar .widget {
    background: #f8fafc;
    border: none !important;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    padding: 25px;
}
.sidebar .qual-btn, .sidebar .cat-tag {
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}
.sidebar .qual-btn:hover, .sidebar .cat-tag:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
    transform: translateX(5px);
}

/* ── 18. SINGLE POST PREMIUM UPGRADES ── */
.ios-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}
.ios-sbox {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}
.ios-sbox:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.ios-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 12px;
}
.ios-sbox .slbl {
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.ios-val {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.3;
}
.highlight-val { color: var(--gold); font-size: 1.3rem; }
.danger-val { color: #dc2626; }

@media (max-width: 640px) {
    .archive-hero { padding: 30px 20px; }
    .ah-title { font-size: 1.8rem; }
    .ios-stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ── 19. CATEGORY-SPECIFIC SUMMARY THEMES ── */
.summary-result-hero { background: linear-gradient(135deg, #065f46 0%, #059669 100%) !important; }
.summary-result-widget .ios-sbox { border-left: 4px solid #10b981; }
.summary-result-widget .highlight-val { color: #10b981; }

.summary-admit-hero { background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 100%) !important; }
.summary-admit-widget .ios-sbox { border-left: 4px solid #8b5cf6; }
.summary-admit-widget .highlight-val { color: #8b5cf6; }

.summary-syllabus-hero { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important; }
.summary-syllabus-widget .ios-sbox { border-left: 4px solid #3b82f6; }

.summary-scholar-hero { background: linear-gradient(135deg, #0f172a 0%, #334155 100%) !important; }
.summary-scholar-widget .ios-sbox { border-left: 4px solid var(--gold); }

.summary-yojana-hero { background: linear-gradient(135deg, #9a3412 0%, #ea580c 100%) !important; }
.summary-yojana-widget .ios-sbox { border-left: 4px solid #f97316; }

/* ── 20. PREMIUM ACTION BUTTONS ── */
.main-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 14px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.main-cta-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    100% { left: 100%; }
}

.main-cta-btn:hover {
    transform: scale(1.02) translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    filter: brightness(1.1);
}

.summary-job-btn { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.summary-result-btn { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.summary-admit-btn { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }
.summary-syllabus-btn { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
.summary-scholar-btn { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: #000 !important; }
.summary-yojana-btn { background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); }

/* ── 21. URGENCY BADGE ── */
.badge-closing-soon {
    background: linear-gradient(135deg, #dc2626, #991b1b);
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    animation: flash 1s infinite;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
@keyframes flash {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

/* ── 22. INTERNAL LINK STYLING ── */
.internal-link-highlight {
    color: var(--navy);
    font-weight: 700;
    border-bottom: 2px dashed var(--gold);
    transition: 0.2s;
}
.internal-link-highlight:hover {
    background: rgba(245, 158, 11, 0.1);
    border-bottom-style: solid;
}

/* ── 23. FLOATING WHATSAPP FAB ── */
.floating-wa-fab {
    position: fixed;
    bottom: 85px;
    right: 20px;
    background: #25d366; /* Solid WhatsApp Green */
    color: #fff !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
}
.wa-fab-icon { font-size: 1.8rem; }
.floating-wa-fab:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

@media (max-width: 640px) {
    .floating-wa-fab {
        bottom: 80px; 
        left: 20px;
        right: auto;
        width: 50px;
        height: 50px;
    }
    .wa-fab-icon { font-size: 1.5rem; }
}

/* Pulse animation for visibility */
.floating-wa-fab { animation: wa-ripple 2s infinite; }
@keyframes wa-ripple {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

#btt { display: none !important; }

/* ── 24. ELITE POST CONTENT DESIGN SYSTEM (IN-POST UI) ── */

/* A. Premium Lists (Unordered & Ordered) */
.entry-content ul:not(.toc-list) {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.entry-content ul:not(.toc-list) li {
    position: relative;
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: var(--navy);
    font-weight: 500;
    transition: all 0.3s ease;
}
.entry-content ul:not(.toc-list) li:hover {
    background: #fff;
    border-color: var(--gold);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.entry-content ul:not(.toc-list) li::before {
    content: '✅';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.95rem;
}

/* B. Step-by-Step Lists (Ordered) */
.entry-content ol {
    counter-reset: aziz-step;
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
.entry-content ol li {
    position: relative;
    padding: 18px 20px 18px 65px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    color: var(--navy);
    font-weight: 600;
    transition: 0.3s;
}
.entry-content ol li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border-color: var(--gold);
}
.entry-content ol li::before {
    counter-increment: aziz-step;
    content: counter(aziz-step);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--navy);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
}

/* C. Alert & Note Boxes */
.aziz-box {
    padding: 20px 25px;
    border-radius: 12px;
    margin: 30px 0;
    position: relative;
    border-left: 5px solid;
    font-size: 0.95rem;
    line-height: 1.6;
}
.aziz-box strong { font-weight: 800; display: block; margin-bottom: 8px; font-size: 1.05rem; }

/* Note Box (Blue/Gold Theme) */
.aziz-note {
    background: #f0f9ff;
    border-left-color: #0ea5e9;
    color: #0369a1;
}
.aziz-note strong { color: #0284c7; }

/* Important Box (Red Theme) */
.aziz-important {
    background: #fef2f2;
    border-left-color: #ef4444;
    color: #991b1b;
}
.aziz-important strong { color: #b91c1c; }

/* Success Box (Green Theme) */
.aziz-success {
    background: #f0fdf4;
    border-left-color: #22c55e;
    color: #166534;
}
.aziz-success strong { color: #15803d; }

/* D. Conclusion Box */
.aziz-conclusion {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 2px solid #fde68a;
    border-radius: 16px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.05);
}
.aziz-conclusion-title {
    font-size: 1.3rem;
    font-weight: 900;
    color: #b45309;
    margin-bottom: 15px;
    font-family: var(--fh);
}

/* E. FAQ Section */
.aziz-faq { margin: 40px 0; }
.aziz-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: 0.3s;
}
.aziz-faq-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-color: var(--gold);
}
.aziz-faq-q {
    font-weight: 800;
    color: var(--navy);
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.aziz-faq-q::before {
    content: 'Q';
    background: var(--navy);
    color: #fff;
    min-width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
}
.aziz-faq-a {
    color: var(--muted);
    font-size: 0.95rem;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}
.aziz-faq-a::before {
    content: 'A';
    background: var(--gold);
    color: #000;
    min-width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}

/* F. Blockquotes */
.entry-content blockquote {
    background: #f8fafc;
    border-left: 6px solid var(--navy);
    margin: 30px 0;
    padding: 25px 30px 25px 60px;
    border-radius: 0 12px 12px 0;
    font-size: 1.15rem;
    font-style: italic;
    color: var(--navy);
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}
.entry-content blockquote::before {
    content: '\201C';
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 5rem;
    color: var(--gold);
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}

/* G. How To Apply / Special Section Block */
.aziz-howto-box {
    margin-top:30px; 
    background: #f0f9ff; 
    border: 2px solid #bae6fd; 
    border-radius: 12px; 
    padding: 25px;
}
.aziz-howto-title {
    font-size: 1.2rem; 
    font-weight: 800; 
    color: #0369a1; 
    margin-bottom: 15px; 
    display: flex; 
    align-items: center; 
    gap: 10px;
}

/* H. Dark Theme Support for New UI */
body.dark-theme .entry-content ul:not(.toc-list) li { background: #1e293b; border-color: #334155; color: #cbd5e1; }
body.dark-theme .entry-content ul:not(.toc-list) li:hover { background: #334155; border-color: var(--gold); }
body.dark-theme .entry-content ol li { background: #1e293b; border-color: #334155; color: #cbd5e1; }
body.dark-theme .aziz-box { border-color: #334155; }
body.dark-theme .aziz-note { background: rgba(14, 165, 233, 0.1); border-left-color: #0ea5e9; color: #38bdf8; }
body.dark-theme .aziz-important { background: rgba(239, 68, 68, 0.1); border-left-color: #ef4444; color: #f87171; }
body.dark-theme .aziz-success { background: rgba(34, 197, 94, 0.1); border-left-color: #22c55e; color: #4ade80; }
body.dark-theme .aziz-conclusion { background: #1e293b; border-color: #b45309; }
body.dark-theme .aziz-conclusion-title { color: var(--gold); }
body.dark-theme .aziz-faq-item { background: #1e293b; border-color: #334155; }
body.dark-theme .aziz-faq-q { color: #f8fafc; }
body.dark-theme .aziz-faq-a { color: #cbd5e1; }
body.dark-theme .entry-content blockquote { background: #1e293b; border-color: var(--gold); color: #f1f5f9; }
body.dark-theme .aziz-howto-box { background: #1e293b; border-color: #0284c7; }
body.dark-theme .aziz-howto-title { color: #38bdf8; }
/* --------------------------------------------------------------
   -- 25. PREMIUM SINGLE POST / ARTICLE STYLING --
-------------------------------------------------------------- */

/* A. ARTICLE BODY WRAPPER */
.entry-content {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1e293b;
    letter-spacing: 0.01em;
}

/* B. PREMIUM HEADING TYPOGRAPHY */
.entry-content h2 {
    font-family: var(--fh);
    font-size: 1.55rem;
    font-weight: 900;
    color: var(--navy);
    margin: 45px 0 18px;
    padding: 0 0 12px 18px;
    border-left: 5px solid var(--gold);
    position: relative;
    line-height: 1.3;
}
.entry-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--red);
    border-radius: 10px;
}
.entry-content h3 {
    font-family: var(--fh);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--navy);
    margin: 35px 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.entry-content h3::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--gold);
    margin-right: 5px;
}
.entry-content h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--navy);
    margin: 25px 0 10px;
    padding-left: 12px;
    border-left: 3px solid var(--teal);
}

/* C. PARAGRAPH STYLES */
.entry-content p {
    margin-bottom: 20px;
    color: #334155;
}

/* D. DROP CAP FIRST LETTER */
.entry-content > p:first-of-type::first-letter {
    float: left;
    font-size: 4.2rem;
    line-height: 0.75;
    font-weight: 900;
    font-family: var(--fh);
    color: var(--navy);
    margin: 6px 8px 0 0;
    padding-right: 4px;
}

/* E. INLINE TEXT HIGHLIGHTS */
.entry-content strong, .entry-content b {
    color: var(--navy);
    font-weight: 800;
    background: linear-gradient(120deg, rgba(245,158,11,0.12) 0%, rgba(245,158,11,0) 100%);
    padding: 0 3px;
    border-radius: 3px;
}
.entry-content mark {
    background: #fef08a;
    color: #713f12;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: 700;
}
.entry-content em, .entry-content i {
    color: #0369a1;
    font-style: italic;
}
.entry-content code {
    background: #f1f5f9;
    color: var(--red);
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 0.9em;
    font-family: monospace;
    border: 1px solid #e2e8f0;
}

/* F. HORIZONTAL RULE */
.entry-content hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    margin: 40px 0;
    border-radius: 10px;
}

/* G. POST META INFO BAR */
.aziz-post-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    padding: 14px 20px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--muted);
}
.aziz-post-meta-bar .meta-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

/* H. READING TIME CHIP */
.reading-time-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--navy);
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* I. ENHANCED TOC BOX */
.toc-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    border: 2px solid #bae6fd !important;
    border-radius: 16px !important;
    padding: 25px 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.07);
}
.toc-title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #0369a1;
}
#toc-list { list-style: decimal inside; font-weight: 700; color: #0284c7; }
#toc-list li { margin-bottom: 12px; padding: 10px 15px; background: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); transition: 0.3s; border-left: 4px solid var(--navy); display: flex; align-items: center; }
#toc-list li:hover { transform: translateX(5px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-left-color: var(--gold); }
#toc-list a { color: var(--navy); font-weight: 700; text-decoration: none; display: block; width: 100%; margin-left: 10px; }
#toc-list a:hover { color: var(--red); }

/* J. AUTHOR BOX PREMIUM */
.author-box {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    transition: 0.3s !important;
}
.author-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

/* K. DISCLAIMER PREMIUM */
.post-disclaimer {
    background: linear-gradient(135deg, #fffbeb 0%, #fef9c3 100%) !important;
    border: 1px solid #fde68a !important;
    border-radius: 12px !important;
}

/* L. FINAL ACTION CARD HOVER */
.final-huge-btn:hover {
    transform: scale(1.05) translateY(-4px) !important;
    box-shadow: 0 20px 50px rgba(245,158,11,0.6) !important;
}

/* M. DARK THEME OVERRIDES */
body.dark-theme .entry-content h2,
body.dark-theme .entry-content h3,
body.dark-theme .entry-content h4 { color: #f1f5f9; }
body.dark-theme .entry-content p { color: #94a3b8; }
body.dark-theme .entry-content strong,
body.dark-theme .entry-content b { color: #f8fafc; background: rgba(245,158,11,0.1); }
body.dark-theme .entry-content code { background: #334155; border-color: #475569; color: var(--gold); }
body.dark-theme .aziz-post-meta-bar { background: #1e293b; border-color: #334155; }
body.dark-theme .aziz-post-meta-bar .meta-chip { background: #334155; border-color: #475569; color: #94a3b8; }
body.dark-theme .toc-box { background: linear-gradient(135deg, #1e293b, #0f172a) !important; border-color: #0369a1 !important; }
body.dark-theme .toc-title { color: #38bdf8; }
body.dark-theme #toc-list a { color: #38bdf8; }
body.dark-theme .author-box { background: #1e293b !important; border-color: #334155 !important; }
body.dark-theme .post-disclaimer { background: #1e293b !important; border-color: #b45309 !important; color: #fde68a !important; }

/* N. MOBILE ADJUSTMENTS */
@media (max-width: 640px) {
    .entry-content h2 { font-size: 1.25rem; }
    .entry-content h3 { font-size: 1.1rem; }
    .entry-content > p:first-of-type::first-letter { font-size: 3rem; }
    .aziz-post-meta-bar { gap: 8px; }
}
