/*
Theme Name: RojgarHub
Theme URI: https://rojgarhub.in
Author: RojgarHub
Author URI: https://rojgarhub.in
Description: A government job portal WordPress theme with latest jobs, admit cards, results, answer keys, syllabus, state-wise job listings, exam calendar and job alert widgets. Built for Sarkari Naukri / Rojgar Samachar style websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rojgarhub
Tags: news, blog, one-column, two-columns, right-sidebar, custom-menu, custom-colors, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root{
    --rh-navy:#111233;
    --rh-navy-2:#161a45;
    --rh-purple:#5b3df0;
    --rh-purple-dark:#4a2fd9;
    --rh-orange:#ff8a1e;
    --rh-orange-2:#ff6a00;
    --rh-bg:#f4f5fb;
    --rh-card:#ffffff;
    --rh-text:#1b1c2e;
    --rh-text-soft:#5b5d78;
    --rh-border:#e7e8f3;
    --rh-green:#1fb45b;
    --rh-blue:#2b7fff;
    --rh-pink:#ff4d8d;
    --rh-cyan:#12b6c9;
    --rh-radius:14px;
    --rh-radius-lg:20px;
    --rh-shadow:0 6px 20px rgba(17,18,51,0.06);
    --rh-shadow-lg:0 20px 45px rgba(17,18,51,0.12);
    --font-display:'Poppins',sans-serif;
    --font-body:'Inter',sans-serif;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
    margin:0;
    font-family:var(--font-body);
    color:var(--rh-text);
    background:var(--rh-bg);
    font-size:15px;
    line-height:1.6;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.25;}
button{font-family:var(--font-body);cursor:pointer;}
.container{max-width:1240px;margin:0 auto;padding:0 20px;}
.rh-btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    background:var(--rh-purple);color:#fff;border:none;border-radius:10px;
    padding:12px 22px;font-weight:600;font-size:14px;transition:.2s ease;
}
.rh-btn:hover{background:var(--rh-purple-dark);transform:translateY(-1px);}
.rh-btn-outline{background:transparent;border:1.5px solid rgba(255,255,255,.35);color:#fff;}
.rh-section{padding:48px 0;}
.rh-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:22px;}
.rh-section-head h2{font-size:22px;font-weight:700;}
.rh-view-all{font-size:13px;font-weight:600;color:var(--rh-purple);}
:focus-visible{outline:3px solid var(--rh-orange);outline-offset:2px;}
@media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}
