﻿/* ========================================
   JOBCHARCHA - BOLD & VIBRANT DESIGN
   Prototype 1 - Complete Redesign
   Gujarat Government Jobs Portal
   ======================================== */


/* Force HTML & Body to fill entire viewport */
html {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    background: var(--jc-bg-cream) !important;
    color: var(--jc-text-dark) !important;
}

/* Prevent any element from causing horizontal scroll */
* {
    max-width: 100%;
    box-sizing: border-box !important;
}

    *:not(html):not(body) {
        max-width: 100vw;
    }

/* ===== FIX MAIN CONTAINER WIDTH ===== */
main {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
}

/* ===== FORCE FULL WIDTH FOR ALL SECTIONS ===== */
.top-bar,
.main-header,
.hero-section,
.social-join-section,
.main-content,
footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ===== CONTAINER FIX ===== */
.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* ===== TOP BAR FULL WIDTH ===== */
.top-bar {
    padding: 10px 0 !important;
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
}

    .top-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

/* ===== HEADER FULL WIDTH ===== */
.main-header {
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
    padding: 15px 0 !important;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* ===== HERO SECTION FULL WIDTH ===== */
.hero-section {
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
    padding: 60px 20px !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 15px !important;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 30px 12px !important;
    }
}

/* ===== SOCIAL JOIN SECTION FULL WIDTH ===== */
.social-join-section {
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
    padding: 35px 20px !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .social-join-section {
        padding: 30px 15px !important;
    }
}

@media (max-width: 480px) {
    .social-join-section {
        padding: 25px 12px !important;
    }
}

/* ===== FOOTER FULL WIDTH ===== */
footer {
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
    padding: 50px 20px 20px !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    footer {
        padding: 40px 15px 20px !important;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 30px 12px 15px !important;
    }
}

/* ===== MOBILE MENU FULL WIDTH ===== */
.mobile-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* ===== PAGE HERO SECTION FULL WIDTH ===== */
.page-hero-section {
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
    padding: 50px 20px !important;
}

@media (max-width: 768px) {
    .page-hero-section {
        padding: 40px 15px !important;
    }
}

@media (max-width: 480px) {
    .page-hero-section {
        padding: 30px 12px !important;
    }
}

/* ===== BREADCRUMB BAR FULL WIDTH ===== */
.breadcrumb-bar {
    width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
}

/* ===== MAIN CONTENT AREA ===== */
.main-content {
    padding: 30px 20px !important;
}

@media (max-width: 768px) {
    .main-content {
        padding: 25px 15px !important;
    }
}

@media (max-width: 480px) {
    .main-content {
        padding: 20px 12px !important;
    }
}

/* ===== FIX ALL CARDS & SECTIONS ===== */
.quick-categories-section,
.latest-updates-section,
.filter-card,
.jobs-section,
.job-card,
.update-card,
.blog-card,
.news-card,
.sidebar-card {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ===== RESPONSIVE IMAGES ===== */
img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* ===== RESPONSIVE TABLES ===== */
table {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    display: block;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    /* Logo Sizing */
    .logo {
        gap: 10px;
    }

    .logo-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .logo-title {
        font-size: 1.3rem !important;
    }

    .logo-subtitle {
        font-size: 0.65rem;
    }

    /* Mobile Menu Toggle */
    .mobile-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
    }

    /* Hide Desktop Nav */
    .nav-menu {
        display: none !important;
    }

    /* Hero Content */
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-content h1 {
        font-size: 2rem !important;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    /* Social Buttons */
    .social-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .social-btn {
        width: 100%;
        min-width: auto;
    }

    /* Categories Grid */
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .category-icon {
        width: 65px;
        height: 65px;
    }

    /* Updates Grid */
    .updates-grid {
        grid-template-columns: 1fr;
    }

    /* Jobs Grid */
    .jobs-grid {
        grid-template-columns: 1fr;
    }

    /* Filter Grid */
    .filter-grid {
        grid-template-columns: 1fr;
    }

    /* Footer Grid */
    .footer-grid {
        grid-template-columns: 1fr;
    }

    /* Section Headings */
    .section-header h2 {
        font-size: 1.5rem;
    }

    /* Job Cards */
    .job-card {
        padding: 20px;
    }

    .job-meta-grid {
        grid-template-columns: 1fr;
    }

    /* Details Grid */
    .details-grid {
        grid-template-columns: 1fr;
    }

    /* Links Grid */
    .links-grid {
        grid-template-columns: 1fr;
    }

    /* Related Jobs */
    .related-jobs-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== VERY SMALL MOBILE (< 480px) ===== */
@media (max-width: 480px) {
    /* Ultra Compact Layout */
    .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .logo-title {
        font-size: 1.1rem !important;
    }

    .logo-subtitle {
        font-size: 0.6rem;
    }

    .hero-content h1 {
        font-size: 1.6rem !important;
    }

    .social-join-section h2 {
        font-size: 1.5rem !important;
    }

    .section-header h2 {
        font-size: 1.3rem;
    }

    /* Single Column Everything */
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
}

/* ===== TABLET RESPONSIVE (768px - 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .updates-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== DESKTOP RESPONSIVE (> 1024px) ===== */
@media (min-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .updates-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .jobs-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .related-jobs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== iOS SAFARI SPECIFIC FIXES ===== */
@supports (-webkit-touch-callout: none) {
    /* iOS Safari */
    body {
        -webkit-overflow-scrolling: touch !important;
    }

    .container {
        width: 100% !important;
    }
    /* Fix viewport units on iOS */
    .hero-section,
    .social-join-section,
    footer {
        min-height: -webkit-fill-available;
    }
}

/* ===== PREVENT ZOOM ON INPUT FOCUS (iOS) ===== */
@media (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="tel"],
    select,
    textarea {
        font-size: 16px !important;
    }
}

/* ===== SAFE AREA FOR NOTCH DEVICES ===== */
@supports (padding: env(safe-area-inset-left)) {
    body {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }

    .container {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right));
    }
}

/* ===== FORCE WEBKIT RENDERING ===== */
* {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

/* ===== SMOOTH SCROLLING ===== */
html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* ===== PREVENT TEXT SIZE ADJUSTMENT ===== */
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* ===== DEBUG: FIND WIDE ELEMENTS (Remove in Production) ===== */
/* Uncomment to find elements causing horizontal scroll */
/*
* {
    outline: 1px solid red !important;
}
*/

/* ===== PRINT STYLES ===== */
@media print {
    * {
        max-width: 100% !important;
    }

    .top-bar,
    .mobile-menu,
    .social-join-section,
    #scrollTop {
        display: none !important;
    }
}
/* ===== CSS VARIABLES ===== */
:root {
    /* Primary Colors */
    --jc-primary: #FF6B35;
    --jc-primary-dark: #E85A24;
    --jc-primary-light: #FF8A5B;
    /* Secondary Colors */
    --jc-secondary: #1A365D;
    --jc-secondary-light: #2D4A6F;
    --jc-secondary-dark: #0F1F3A;
    /* Accent Colors */
    --jc-accent: #138808;
    --jc-accent-light: #1DB954;
    --jc-green-whatsapp: #25D366;
    --jc-green-dark: #128C7E;
    /* Background Colors */
    --jc-bg-cream: #FFF8F3;
    --jc-bg-light: #F7F5F2;
    --jc-bg-white: #FFFFFF;
    /* Text Colors */
    --jc-text-dark: #1A1A2E;
    --jc-text-medium: #4A4A5A;
    --jc-text-light: #6B7280;
    /* Shadows */
    --jc-shadow-sm: 0 2px 8px rgba(26,54,93,0.08);
    --jc-shadow-md: 0 4px 20px rgba(26,54,93,0.12);
    --jc-shadow-lg: 0 10px 40px rgba(26,54,93,0.16);
    /* Border Radius */
    --jc-radius-sm: 8px;
    --jc-radius-md: 12px;
    --jc-radius-lg: 16px;
    --jc-radius-xl: 20px;
}

/* ===== GLOBAL RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== BODY ===== */
body {
    font-family: 'Poppins', sans-serif !important;
    background: var(--jc-bg-cream) !important;
    color: var(--jc-text-dark) !important;
    line-height: 1.6;
}

.gujarati-text {
    font-family: 'Mukta', sans-serif !important;
}

/* ===== CONTAINER ===== */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== TOP BAR ===== */
.top-bar {
    background: var(--jc-secondary) !important;
    color: white !important;
    padding: 10px 0 !important;
    font-size: 13px !important;
}

    .top-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .top-bar a {
        color: rgba(255,255,255,0.9) !important;
        text-decoration: none;
        transition: color 0.2s;
    }

        .top-bar a:hover {
            color: var(--jc-primary) !important;
        }

    .top-bar .social-links {
        display: flex;
        gap: 15px;
    }

        .top-bar .social-links a {
            display: flex;
            align-items: center;
            gap: 5px;
        }

/* ===== MAIN HEADER ===== */
.main-header {
    background: white !important;
    padding: 15px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
  
    top: 0;
    position: relative;
    z-index: 9999;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* ===== LOGO ===== */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-icon {
    width: 55px;
    height: 55px;
/*    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark)) !important;*/
    border-radius: var(--jc-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-size: 1.6rem;
    font-weight: 800 !important;
    color: var(--jc-secondary) !important;
    line-height: 1.2;
}

    .logo-title .highlight {
        color: var(--jc-primary) !important;
    }

.logo-subtitle {
    font-size: 0.7rem;
    color: var(--jc-text-medium);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ===== NAVIGATION ===== */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    color: var(--jc-text-dark) !important;
    text-decoration: none;
    border-radius: var(--jc-radius-sm);
    font-weight: 500;
    transition: all 0.3s;
}

    .nav-link:hover {
        background: var(--jc-bg-cream) !important;
        color: var(--jc-primary) !important;
    }

    .nav-link i {
        font-size: 0.9rem;
    }

/* ===== MODERN DROPDOWN STYLES ===== */

/* Dropdown Container */
.nav-menu .dropdown {
    position: relative;
}

/* Dropdown Toggle */
.nav-menu .dropdown-toggle {
    position: relative;
}

    .nav-menu .dropdown-toggle::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        border: none;
        margin-left: 6px;
        transition: transform 0.3s;
        font-size: 0.8rem;
    }

.nav-menu .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu {
    border: none !important;
    border-radius: var(--jc-radius-md) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 12px !important;
    margin-top: 12px !important;
    background: white !important;
    min-width: 280px !important;
    animation: dropdownSlideIn 0.3s ease-out;
}

@keyframes dropdownSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown Arrow/Triangle */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

/* Align arrow for right-aligned dropdowns */
.dropdown-menu.dropdown-menu-end::before {
    left: auto;
    right: 30px;
}

/* Dropdown Item */
.dropdown-item {
    padding: 12px 18px !important;
    border-radius: var(--jc-radius-sm) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: var(--jc-text-dark) !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    transition: all 0.25s ease !important;
    margin-bottom: 4px !important;
    position: relative;
    overflow: hidden;
}

    .dropdown-item:last-child {
        margin-bottom: 0 !important;
    }

    /* Hover Effect with Gradient Background */
    .dropdown-item:hover {
        background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark)) !important;
        color: white !important;
        transform: translateX(5px);
        padding-left: 22px !important;
    }

        .dropdown-item:hover i {
            color: white !important;
            transform: scale(1.15);
        }

    /* Active/Focus State */
    .dropdown-item:active,
    .dropdown-item:focus {
        background: linear-gradient(135deg, var(--jc-primary-dark), var(--jc-primary)) !important;
        color: white !important;
    }

    /* Icon Styling in Dropdown */
    .dropdown-item i {
        font-size: 1.1rem !important;
        width: 24px;
        text-align: center;
        transition: all 0.25s ease;
    }

/* Dropdown Divider */
.dropdown-divider {
    margin: 8px 0 !important;
    border-top: 2px solid var(--jc-bg-cream) !important;
    opacity: 1 !important;
}

/* Special Hover Colors for Different Icons */
.dropdown-item:hover i.text-primary {
    color: white !important;
}

.dropdown-item:hover i.text-success {
    color: white !important;
}

.dropdown-item:hover i.text-info {
    color: white !important;
}

.dropdown-item:hover i.text-warning {
    color: white !important;
}

.dropdown-item:hover i.text-danger {
    color: white !important;
}

.dropdown-item:hover i.text-secondary {
    color: white !important;
}

/* ===== MEGA DROPDOWN STYLE (Optional Alternative) ===== */
.dropdown-menu.mega-menu {
    min-width: 600px !important;
    padding: 25px !important;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.mega-menu-section {
    padding: 15px;
    background: var(--jc-bg-cream);
    border-radius: var(--jc-radius-md);
}

    .mega-menu-section h6 {
        font-size: 0.85rem;
        font-weight: 700;
        color: var(--jc-primary);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 2px solid var(--jc-primary);
    }

    .mega-menu-section .dropdown-item {
        font-size: 0.9rem !important;
        padding: 10px 12px !important;
    }

/* ===== BADGE IN DROPDOWN ===== */
.dropdown-badge {
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: auto;
}

.dropdown-item:hover .dropdown-badge {
    background: white;
    color: var(--jc-primary);
}

/* ===== MOBILE DROPDOWN STYLES ===== */
@media (max-width: 991px) {
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .dropdown-menu::before {
            display: none;
        }

    .dropdown-item {
        background: var(--jc-bg-cream) !important;
        margin-bottom: 8px !important;
    }

        .dropdown-item:hover {
            transform: none;
            padding-left: 18px !important;
        }
}

/* ===== DROPDOWN ANIMATIONS ===== */
.dropdown-menu.show {
    animation: dropdownFadeIn 0.3s ease-out forwards;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-15px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ===== MODERN MOBILE MENU STYLES ===== */

.mobile-menu {
    background: white;
    border-top: 3px solid var(--jc-primary);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 80vh;
    overflow-y: auto;
    animation: mobileMenuSlideDown 0.3s ease-out;
}

@keyframes mobileMenuSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Scrollbar for Mobile Menu */
.mobile-menu::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu::-webkit-scrollbar-track {
    background: var(--jc-bg-light);
}

.mobile-menu::-webkit-scrollbar-thumb {
    background: var(--jc-primary);
    border-radius: 10px;
}

/* Mobile Search */
.mobile-search {
    display: flex;
    gap: 8px;
    padding: 20px 0 15px;
    margin-bottom: 10px;
}

    .mobile-search input {
        flex: 1;
        padding: 12px 15px;
        border: 2px solid var(--jc-bg-light);
        border-radius: var(--jc-radius-sm);
        font-size: 0.95rem;
        transition: all 0.3s;
    }

        .mobile-search input:focus {
            outline: none;
            border-color: var(--jc-primary);
            box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
        }

    .mobile-search button {
        padding: 12px 20px;
        background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
        color: white;
        border: none;
        border-radius: var(--jc-radius-sm);
        cursor: pointer;
        transition: all 0.3s;
    }

        .mobile-search button:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        }

/* Mobile Nav Link */
.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 8px;
    color: var(--jc-text-dark) !important;
    text-decoration: none;
    border-radius: var(--jc-radius-md);
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: white;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

    /* Hover Effect with Slide Background */
    .mobile-nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,107,53,0.1), rgba(255,107,53,0.05));
        transition: width 0.3s ease;
        z-index: 0;
    }

    .mobile-nav-link:hover::before {
        width: 100%;
    }

    .mobile-nav-link:hover {
        background: var(--jc-bg-cream);
        border-left-color: var(--jc-primary);
        padding-left: 20px;
        color: var(--jc-primary) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .mobile-nav-link i {
        font-size: 1.1rem;
        width: 24px;
        text-align: center;
        transition: transform 0.3s;
        position: relative;
        z-index: 1;
    }

    .mobile-nav-link:hover i {
        transform: scale(1.15) rotate(5deg);
    }

    .mobile-nav-link span {
        position: relative;
        z-index: 1;
    }

    /* Active Link */
    .mobile-nav-link.active {
        background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
        color: white !important;
        border-left-color: var(--jc-secondary);
        font-weight: 600;
    }

        .mobile-nav-link.active i {
            color: white !important;
        }

/* Mobile Divider */
.mobile-divider {
    margin: 20px 0;
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--jc-bg-light), transparent);
}

/* Mobile Section */
.mobile-section {
    margin-bottom: 20px;
}

/* Mobile Section Title */
.mobile-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, var(--jc-secondary), var(--jc-secondary-dark));
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--jc-radius-md);
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(26, 54, 93, 0.15);
}

    .mobile-section-title i {
        font-size: 1.2rem;
    }

/* Section Content Indent */
.mobile-section .mobile-nav-link {
    margin-left: 10px;
    padding-left: 20px;
}

/* Expandable Section (Optional) */
.mobile-section.collapsible .mobile-section-title {
    cursor: pointer;
    position: relative;
    padding-right: 45px;
}

    .mobile-section.collapsible .mobile-section-title::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 16px;
        transition: transform 0.3s;
    }

.mobile-section.collapsible.collapsed .mobile-section-title::after {
    transform: rotate(-90deg);
}

.mobile-section.collapsible .section-content {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.mobile-section.collapsible.collapsed .section-content {
    max-height: 0;
}

/* Badge in Mobile Menu */
.mobile-badge {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

    .mobile-badge.hot {
        background: linear-gradient(135deg, #DC2626, #B91C1C);
        animation: pulse-badge 2s infinite;
    }

/* Quick Actions Section */
.mobile-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 15px 0;
    margin-bottom: 15px;
}

.quick-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 10px;
    background: var(--jc-bg-cream);
    border-radius: var(--jc-radius-md);
    text-decoration: none;
    color: var(--jc-text-dark);
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .quick-action-btn i {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
        color: white;
        border-radius: 12px;
        font-size: 1.3rem;
    }

    .quick-action-btn:hover {
        background: white;
        border-color: var(--jc-primary);
        transform: translateY(-3px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

/* Mobile Menu Footer */
.mobile-menu-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid var(--jc-bg-light);
    margin-top: 20px;
}

.mobile-social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

    .mobile-social-links a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--jc-bg-cream);
        color: var(--jc-primary);
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 1.1rem;
    }

        .mobile-social-links a:hover {
            background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
            color: white;
            transform: translateY(-3px);
        }

.mobile-menu-footer p {
    font-size: 0.8rem;
    color: var(--jc-text-light);
    margin: 0;
}

/* Smooth Scrolling */
.mobile-menu {
    scroll-behavior: smooth;
}

/* Loading Animation for Mobile Menu */
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.mobile-nav-link.loading {
    background: linear-gradient(90deg, var(--jc-bg-light) 25%, var(--jc-bg-cream) 50%, var(--jc-bg-light) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

/* ===== ENHANCED DROPDOWN WITH ICONS BACKGROUND ===== */
.dropdown-item-enhanced {
    position: relative;
    background: white;
    border-left: 3px solid transparent;
}

    .dropdown-item-enhanced::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .dropdown-item-enhanced:hover::before {
        transform: scaleY(1);
    }

    .dropdown-item-enhanced:hover {
        border-left-color: var(--jc-primary);
        background: linear-gradient(90deg, rgba(255,107,53,0.1) 0%, white 100%) !important;
    }

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: var(--jc-primary);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: var(--jc-radius-sm);
    font-size: 1.2rem;
    cursor: pointer;
}

/* ===== HERO SECTION ===== */
.hero-section {
    background: linear-gradient(135deg, var(--jc-secondary) 0%, var(--jc-secondary-light) 50%, var(--jc-primary) 100%) !important;
    color: white !important;
    padding: 60px 20px;
    margin-bottom: 0;
}

.hero-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-content h1 {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 15px;
    line-height: 1.2;
    color: white !important;
}

    .hero-content h1 .highlight {
        background: white;
        color: var(--jc-primary) !important;
        padding: 0 15px;
        border-radius: 10px;
        display: inline-block;
    }

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 10px;
    opacity: 0.95;
    font-weight: 600;
}

.hero-desc {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 16px 32px;
    border-radius: var(--jc-radius-md);
    font-weight: 700 !important;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

    .hero-btn.primary {
        background: var(--jc-primary) !important;
        color: white !important;
    }

    .hero-btn.secondary {
        background: var(--jc-accent) !important;
        color: white !important;
    }

    .hero-btn.tertiary {
        background: white !important;
        color: var(--jc-secondary) !important;
    }

    .hero-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

/* Featured Card in Hero */
.hero-featured-card {
    background: white;
    border-radius: var(--jc-radius-xl);
    padding: 30px;
    box-shadow: var(--jc-shadow-lg);
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #F59E0B, #D97706);
    color: white;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 0.85rem;
}

.hero-featured-card h3 {
    font-size: 1.6rem;
    color: var(--jc-secondary) !important;
    margin-bottom: 10px;
    line-height: 1.3;
}

.featured-org {
    color: var(--jc-text-light);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--jc-bg-cream);
}

    .featured-meta span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--jc-text-light);
        font-size: 0.95rem;
    }

    .featured-meta i {
        color: var(--jc-primary);
    }

.featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white !important;
    border-radius: var(--jc-radius-md);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.05rem;
}

    .featured-btn:hover {
        transform: translateX(5px);
        box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
        color: white !important;
    }

/* ===== SOCIAL JOIN BANNER ===== */
.social-join-section {
    background: linear-gradient(135deg, var(--jc-green-whatsapp), var(--jc-green-dark)) !important;
    color: white !important;
    padding: 35px 20px;
    text-align: center;
    margin-bottom: 0;
}

.social-join-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.social-join-section h2 {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
    color: white !important;
}

.social-join-section p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    opacity: 0.95;
}

.social-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-btn {
    padding: 18px 40px;
    background: white !important;
    border-radius: 15px;
    font-weight: 800 !important;
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
    min-width: 220px;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

    .social-btn.whatsapp {
        color: var(--jc-green-whatsapp) !important;
    }

    .social-btn.telegram {
        color: #0088cc !important;
    }

    .social-btn.facebook {
        color: #1877F2 !important;
    }

    .social-btn:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }

/* ===== MAIN CONTENT AREA ===== */
.main-content {
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 20px;
}

/* ===== QUICK CATEGORIES ===== */
.quick-categories-section {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: var(--jc-shadow-sm);
}

.section-header {
    text-align: center;
    margin-bottom: 35px;
}

    .section-header h2 {
        font-size: 2rem;
        font-weight: 700;
        color: var(--jc-text-dark);
        margin-bottom: 8px;
    }

    .section-header p {
        color: var(--jc-text-light);
        font-size: 1.05rem;
    }

.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 25px 15px;
    background: var(--jc-bg-cream);
    border-radius: var(--jc-radius-md);
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .category-item:hover {
        transform: translateY(-5px);
        border-color: var(--jc-primary);
        box-shadow: var(--jc-shadow-md);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    transition: all 0.3s;
}

    /* Category Icon Colors */
    .category-icon.ojas {
        background: linear-gradient(135deg, #FF6B35, #E85A24);
    }

    .category-icon.gpsc {
        background: linear-gradient(135deg, #1A365D, #2D4A6F);
    }

    .category-icon.gsssb {
        background: linear-gradient(135deg, #138808, #1DB954);
    }

    .category-icon.police {
        background: linear-gradient(135deg, #DC2626, #B91C1C);
    }

    .category-icon.talati {
        background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    }

    .category-icon.results {
        background: linear-gradient(135deg, #F59E0B, #D97706);
    }

.category-item:hover .category-icon {
    transform: scale(1.1) rotate(5deg);
}

.category-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--jc-text-dark);
    text-align: center;
}

/* ===== LATEST UPDATES SECTION ===== */
.latest-updates-section {
    margin-bottom: 30px;
}

    .latest-updates-section .section-header {
        text-align: left;
        margin-bottom: 25px;
    }

.updates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.update-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 0;
    overflow: hidden;
    box-shadow: var(--jc-shadow-sm);
    transition: all 0.3s;
    border-left: 5px solid transparent;
}

    .update-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--jc-shadow-md);
    }

    .update-card:nth-child(3n+1) {
        border-left-color: var(--jc-primary);
    }

    .update-card:nth-child(3n+2) {
        border-left-color: var(--jc-secondary);
    }

    .update-card:nth-child(3n+3) {
        border-left-color: var(--jc-accent);
    }

.update-header {
    padding: 20px 25px 15px;
    background: linear-gradient(135deg, var(--jc-bg-cream), var(--jc-bg-light));
}

.update-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.update-badge {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .update-badge.new {
        background: linear-gradient(135deg, #10B981, #059669);
        color: white;
    }

    .update-badge.urgent {
        background: linear-gradient(135deg, #DC2626, #B91C1C);
        color: white;
        animation: pulse-badge 2s infinite;
    }

@keyframes pulse-badge {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.update-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    margin: 0 0 8px 0;
    line-height: 1.4;
}

    .update-title a {
        color: var(--jc-text-dark);
        text-decoration: none;
    }

        .update-title a:hover {
            color: var(--jc-primary);
        }

.update-gujarati {
    font-size: 0.9rem;
    color: var(--jc-text-light);
    font-family: 'Mukta', sans-serif;
}

.update-body {
    padding: 20px 25px;
}

.update-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: var(--jc-text-light);
}

    .update-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .update-meta i {
        color: var(--jc-primary);
    }

.update-footer {
    padding: 15px 25px;
    background: var(--jc-bg-cream);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.update-date {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .update-date .label {
        font-size: 0.7rem;
        color: var(--jc-text-light);
        text-transform: uppercase;
    }

    .update-date .value {
        font-size: 0.9rem;
        font-weight: 700;
        color: #DC2626;
    }

.update-btn {
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white !important;
    border-radius: var(--jc-radius-sm);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

    .update-btn:hover {
        transform: translateX(5px);
        box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        color: white !important;
    }

/* ===== TICKER ===== */
.ticker-wrapper {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A);
    border-left: 5px solid #F59E0B;
    border-radius: var(--jc-radius-md);
    padding: 15px 20px;
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-sm);
}

/* ===== FOOTER ===== */
footer {
    background: linear-gradient(135deg, var(--jc-secondary), var(--jc-secondary-dark)) !important;
    color: white !important;
    padding: 50px 20px 20px;
    margin-top: 50px;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.footer-desc {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .footer-links a:hover {
            color: var(--jc-primary);
            padding-left: 5px;
        }

.footer-newsletter {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

    .footer-newsletter input {
        flex: 1;
        padding: 12px;
        border: none;
        border-radius: var(--jc-radius-sm);
        font-size: 0.9rem;
    }

    .footer-newsletter button {
        padding: 12px 20px;
        background: var(--jc-primary);
        color: white;
        border: none;
        border-radius: var(--jc-radius-sm);
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .footer-newsletter button:hover {
            background: var(--jc-primary-dark);
            transform: translateY(-2px);
        }

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

    .footer-bottom a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        margin: 0 15px;
    }

        .footer-bottom a:hover {
            color: var(--jc-primary);
        }

/* ===== SCROLL TO TOP ===== */
#scrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    transition: all 0.3s;
    z-index: 999;
}

    #scrollTop:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
    }

/* ===== MOBILE SOCIAL BUTTONS ===== */
.mobile-social-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 15px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    z-index: 999;
}

    .mobile-social-sticky .social-buttons {
        gap: 10px;
    }

    .mobile-social-sticky .social-btn {
        flex: 1;
        min-width: 0;
        padding: 14px 20px;
        font-size: 1rem;
    }

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */
@media (max-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .updates-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    /* Header */
    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .logo-title {
        font-size: 1.3rem;
    }

    .logo-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    /* Hero */
    .hero-section {
        padding: 40px 20px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-content h1 {
        font-size: 2rem !important;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    /* Social Banner */
    .social-join-section h2 {
        font-size: 1.5rem !important;
    }

    .social-join-section p {
        font-size: 1rem;
    }

    .social-buttons {
        flex-direction: column;
    }

    .social-btn {
        width: 100%;
    }

    /* Categories */
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .category-name {
        font-size: 0.9rem;
    }

    /* Updates */
    .updates-grid {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    /* Mobile Social Sticky */
    .mobile-social-sticky {
        display: block;
    }

    .social-join-section {
        padding-bottom: 80px; /* Space for sticky buttons */
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.6rem !important;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .update-card {
        border-left-width: 3px;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .top-bar,
    .nav-menu,
    .mobile-menu-toggle,
    .social-join-section,
    .mobile-social-sticky,
    #scrollTop,
    footer {
        display: none !important;
    }

    body {
        background: white !important;
    }

    .hero-section {
        background: none !important;
        color: black !important;
    }
}


/* ========================================
   JOB PAGES - BOLD & VIBRANT DESIGN
   Additional CSS for Job Index, Details, Category
   ======================================== */

/* Add these styles to jobcharcha-with-newspaper.css */

/* ===== PAGE HERO SECTION ===== */
.page-hero-section {
    background: linear-gradient(135deg, var(--jc-secondary) 0%, var(--jc-secondary-light) 50%, var(--jc-primary) 100%);
    color: white;
    padding: 50px 20px;
    margin-bottom: 0;
}

.page-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.hero-text h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
}

    .hero-text h1 i {
        margin-right: 15px;
    }

.hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 5px;
}

.hero-subtitle-gu {
    font-size: 1.1rem;
    opacity: 0.9;
}

.hero-stats-box {
    display: flex;
    gap: 30px;
}

.stat-item {
    text-align: center;
    background: rgba(255,255,255,0.15);
    padding: 20px 30px;
    border-radius: var(--jc-radius-md);
    backdrop-filter: blur(10px);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* ===== CATEGORY HERO ===== */
.category-hero-section {
    background: linear-gradient(135deg, var(--jc-primary) 0%, var(--jc-primary-dark) 100%);
    color: white;
    padding: 50px 20px;
}

.category-hero-content {
    max-width: 1400px;
    margin: 0 auto;
}

.category-hero-text {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.category-icon-large {
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
}

.category-hero-text h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.category-subtitle-gu {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 5px;
}

.category-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
}

.category-stats-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cat-stat-box {
    background: rgba(255,255,255,0.15);
    padding: 15px 25px;
    border-radius: var(--jc-radius-md);
    text-align: center;
    backdrop-filter: blur(10px);
}

.cat-stat-num {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 3px;
}

.cat-stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ===== BREADCRUMB BAR ===== */
.breadcrumb-bar {
    background: var(--jc-bg-light);
    padding: 12px 0;
    border-bottom: 1px solid #E5E7EB;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 0.9rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        margin: 0 8px;
        color: var(--jc-text-light);
    }

    .breadcrumb-item a {
        color: var(--jc-primary);
        text-decoration: none;
        transition: color 0.2s;
    }

        .breadcrumb-item a:hover {
            color: var(--jc-primary-dark);
        }

    .breadcrumb-item.active {
        color: var(--jc-text-medium);
    }

/* ===== FILTER CARD ===== */
.filter-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--jc-shadow-sm);
}

.filter-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr auto;
    gap: 15px;
    align-items: end;
}

.filter-group label {
    display: block;
    font-weight: 600;
    color: var(--jc-text-dark);
    margin-bottom: 8px;
    font-size: 0.9rem;
}

    .filter-group label i {
        margin-right: 5px;
        color: var(--jc-primary);
    }

.filter-input,
.filter-select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #E5E7EB;
    border-radius: var(--jc-radius-sm);
    font-size: 0.95rem;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

    .filter-input:focus,
    .filter-select:focus {
        outline: none;
        border-color: var(--jc-primary);
        box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
    }

.btn-filter {
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white;
    border: none;
    border-radius: var(--jc-radius-sm);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-filter:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
    }

/* Active Filters */
.active-filters {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--jc-bg-light);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-label {
    font-weight: 600;
    color: var(--jc-text-dark);
    font-size: 0.9rem;
}

.filter-chip {
    background: var(--jc-bg-cream);
    color: var(--jc-text-dark);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

    .filter-chip i {
        color: var(--jc-primary);
    }

.chip-remove {
    color: var(--jc-text-medium);
    margin-left: 5px;
    transition: color 0.2s;
}

    .chip-remove:hover {
        color: #DC2626;
    }

.clear-all-btn {
    color: #DC2626;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

    .clear-all-btn:hover {
        color: #B91C1C;
    }

/* ===== JOBS SECTION ===== */
.jobs-section {
    margin-bottom: 30px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.heading-left h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    margin-bottom: 5px;
}

    .heading-left h2 i {
        margin-right: 10px;
        color: var(--jc-primary);
    }

.heading-left p {
    color: var(--jc-text-light);
    font-size: 0.9rem;
}

.view-controls {
    display: flex;
    gap: 8px;
}

.view-btn {
    width: 42px;
    height: 42px;
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: var(--jc-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: var(--jc-text-medium);
    font-size: 1.1rem;
}

    .view-btn:hover {
        border-color: var(--jc-primary);
        color: var(--jc-primary);
    }

    .view-btn.active {
        background: var(--jc-primary);
        border-color: var(--jc-primary);
        color: white;
    }

/* ===== JOBS GRID ===== */
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

    .jobs-grid.list-view {
        grid-template-columns: 1fr;
    }

        .jobs-grid.list-view .job-card {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .jobs-grid.list-view .job-card-header {
            flex: 1;
        }

        .jobs-grid.list-view .job-meta-grid {
            flex: 1;
            grid-template-columns: repeat(2, 1fr);
        }

/* ===== JOB CARD ===== */
.job-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 25px;
    box-shadow: var(--jc-shadow-sm);
    transition: all 0.3s;
    border: 2px solid transparent;
    position: relative;
}

    .job-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--jc-shadow-lg);
        border-color: var(--jc-primary);
    }

.job-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.badge {
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.badge-featured {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    color: white;
}

.badge-new {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
}

.badge-urgent {
    background: linear-gradient(135deg, #DC2626, #B91C1C);
    color: white;
    animation: pulse-badge 2s infinite;
}

.badge-active {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: white;
}

@keyframes pulse-badge {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.job-card-header {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.job-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--jc-bg-cream), var(--jc-bg-light));
    border-radius: var(--jc-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

    .job-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .job-icon i {
        font-size: 1.8rem;
        color: var(--jc-primary);
    }

.job-title-area {
    flex: 1;
}

.job-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.4;
}

    .job-title a {
        color: var(--jc-text-dark);
        text-decoration: none;
        transition: color 0.2s;
    }

        .job-title a:hover {
            color: var(--jc-primary);
        }

.job-title-gu {
    font-size: 0.95rem;
    color: var(--jc-text-medium);
    margin-bottom: 5px;
}

.job-organization {
    color: var(--jc-text-light);
    font-size: 0.9rem;
    font-weight: 500;
}

.job-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.meta-item {
    background: var(--jc-bg-cream);
    padding: 10px 12px;
    border-radius: var(--jc-radius-sm);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--jc-text-dark);
}

    .meta-item i {
        color: var(--jc-primary);
        font-size: 0.9rem;
    }

.job-footer {
    padding-top: 20px;
    border-top: 2px solid var(--jc-bg-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last-date-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.date-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--jc-text-light);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.date-value {
    font-size: 0.95rem;
    font-weight: 800;
    color: #DC2626;
}

.days-left {
    font-size: 0.75rem;
    font-weight: 700;
}

.btn-view-details {
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white !important;
    border-radius: var(--jc-radius-sm);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

    .btn-view-details:hover {
        transform: translateX(5px);
        box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        color: white !important;
    }

/* ===== PAGINATION ===== */
.pagination-section {
    margin-top: 40px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    flex-wrap: wrap;
}

.page-item {
    display: flex;
}

.page-link {
    padding: 10px 16px;
    background: white;
    border: 2px solid #E5E7EB;
    color: var(--jc-text-dark);
    border-radius: var(--jc-radius-sm);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .page-link:hover {
        background: var(--jc-primary);
        border-color: var(--jc-primary);
        color: white;
    }

.page-item.active .page-link {
    background: var(--jc-primary);
    border-color: var(--jc-primary);
    color: white;
}

.page-prev,
.page-next {
    background: var(--jc-secondary) !important;
    border-color: var(--jc-secondary) !important;
    color: white !important;
}

.page-info {
    text-align: center;
    color: var(--jc-text-light);
    font-size: 0.85rem;
}

/* ===== NO RESULTS ===== */
.no-results-state {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 60px 40px;
    text-align: center;
    box-shadow: var(--jc-shadow-sm);
}

.no-results-icon {
    width: 100px;
    height: 100px;
    background: var(--jc-bg-cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

    .no-results-icon i {
        font-size: 2.5rem;
        color: var(--jc-primary);
    }

.no-results-state h3 {
    font-size: 1.5rem;
    color: var(--jc-text-dark);
    margin-bottom: 10px;
}

.no-results-state p {
    color: var(--jc-text-medium);
    margin-bottom: 25px;
    font-size: 1rem;
}

.btn-clear-filters,
.btn-browse-all {
    padding: 14px 30px;
    background: var(--jc-primary);
    color: white !important;
    border-radius: var(--jc-radius-md);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

    .btn-clear-filters:hover,
    .btn-browse-all:hover {
        background: var(--jc-primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
    }

/* ===== SUBSCRIBE BANNER ===== */
.subscribe-banner {
    background: linear-gradient(135deg, var(--jc-secondary), var(--jc-secondary-dark));
    border-radius: var(--jc-radius-xl);
    padding: 35px 40px;
    margin-top: 40px;
    box-shadow: var(--jc-shadow-md);
}

.subscribe-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.subscribe-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .subscribe-icon i {
        font-size: 2rem;
        color: var(--jc-primary);
    }

.subscribe-text {
    flex: 1;
}

    .subscribe-text h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin-bottom: 5px;
    }

    .subscribe-text p {
        color: rgba(255,255,255,0.9);
        font-size: 0.95rem;
        margin: 0;
    }

.subscribe-form {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

    .subscribe-form input {
        padding: 14px 18px;
        border: none;
        border-radius: var(--jc-radius-sm);
        width: 280px;
        font-size: 0.95rem;
    }

    .subscribe-form button {
        padding: 14px 28px;
        background: var(--jc-primary);
        color: white;
        border: none;
        border-radius: var(--jc-radius-sm);
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s;
    }

        .subscribe-form button:hover {
            background: var(--jc-primary-dark);
            transform: translateY(-2px);
        }

/* ===== CATEGORY DESCRIPTION ===== */
.category-description-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-sm);
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 5px solid var(--jc-primary);
}

    .category-description-card i {
        font-size: 1.8rem;
        color: var(--jc-primary);
    }

    .category-description-card p {
        margin: 0;
        color: var(--jc-text-medium);
        font-size: 0.95rem;
        line-height: 1.6;
    }

/* ===== FILTER SORT BAR ===== */
.filter-sort-bar {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-sm);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-left h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    margin-bottom: 5px;
}

    .filter-left h2 i {
        margin-right: 10px;
        color: var(--jc-primary);
    }

.result-count {
    color: var(--jc-text-light);
    font-size: 0.85rem;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sort-control label {
        color: var(--jc-text-medium);
        font-weight: 600;
        font-size: 0.9rem;
    }

.sort-select {
    padding: 10px 15px;
    border: 2px solid #E5E7EB;
    border-radius: var(--jc-radius-sm);
    font-size: 0.9rem;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
}

    .sort-select:focus {
        outline: none;
        border-color: var(--jc-primary);
    }

/* ===== JOB DETAILS PAGE ===== */
.job-details-page {
    background: var(--jc-bg-cream);
    padding: 30px 0;
}

.job-details-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
}

.job-detail-header {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-md);
}

.job-badges-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.job-header-info {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--jc-bg-light);
}

.org-logo {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--jc-bg-cream), var(--jc-bg-light));
    border-radius: var(--jc-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

    .org-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .org-logo i {
        font-size: 2.5rem;
        color: var(--jc-primary);
    }

.job-detail-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--jc-text-dark);
    margin-bottom: 8px;
    line-height: 1.3;
}

.job-detail-title-gu {
    font-size: 1.3rem;
    color: var(--jc-text-medium);
    margin-bottom: 10px;
}

.job-organization-name {
    color: var(--jc-text-light);
    font-size: 1.1rem;
    font-weight: 500;
}

    .job-organization-name i {
        margin-right: 8px;
        color: var(--jc-primary);
    }

.job-quick-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.quick-meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .quick-meta-item i {
        font-size: 1.5rem;
        color: var(--jc-primary);
    }

.meta-label {
    font-size: 0.75rem;
    color: var(--jc-text-light);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 3px;
}

.meta-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    display: block;
}

.job-content-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-sm);
}

.card-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .card-heading i {
        color: var(--jc-primary);
    }

.job-description {
    color: var(--jc-text-medium);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.detail-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: var(--jc-bg-cream);
    border-radius: var(--jc-radius-sm);
}

.detail-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .detail-icon i {
        font-size: 1.2rem;
        color: white;
    }

.detail-content {
    flex: 1;
}

.detail-label {
    font-size: 0.75rem;
    color: var(--jc-text-light);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
}

.detail-value {
    font-size: 1rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    display: block;
}

.full-description-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid var(--jc-bg-light);
}

    .full-description-section h3 {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--jc-text-dark);
        margin-bottom: 15px;
    }

        .full-description-section h3 i {
            margin-right: 10px;
            color: var(--jc-primary);
        }

.description-content {
    color: var(--jc-text-medium);
    line-height: 1.8;
}

.dates-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.timeline-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 10px;
    position: relative;
}

    .timeline-item::before {
        content: '';
        position: absolute;
        left: 7px;
        top: 30px;
        bottom: -20px;
        width: 2px;
        background: var(--jc-bg-light);
    }

    .timeline-item:last-child::before {
        display: none;
    }

.timeline-marker {
    width: 16px;
    height: 16px;
    background: var(--jc-primary);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.timeline-item.highlight .timeline-marker {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #DC2626, #B91C1C);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
}

.timeline-content {
    flex: 1;
}

.timeline-label {
    font-size: 0.85rem;
    color: var(--jc-text-light);
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.timeline-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    display: block;
}

.days-remaining {
    font-size: 0.8rem;
    font-weight: 700;
    color: #10B981;
    margin-left: 10px;
}

    .days-remaining.urgent {
        color: #DC2626;
        animation: pulse-text 1.5s infinite;
    }

@keyframes pulse-text {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.link-btn {
    padding: 14px 20px;
    background: var(--jc-bg-cream);
    color: var(--jc-text-dark);
    border-radius: var(--jc-radius-sm);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .link-btn:hover {
        background: var(--jc-primary);
        color: white;
        transform: translateY(-3px);
        box-shadow: var(--jc-shadow-md);
    }

    .link-btn.primary {
        background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
        color: white;
    }

        .link-btn.primary:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
        }

    .link-btn i {
        font-size: 1.5rem;
    }

/* ===== SIDEBAR ===== */
.job-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: var(--jc-shadow-sm);
}

.apply-card {
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white;
    text-align: center;
}

.apply-deadline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.deadline-date {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.days-count {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

    .days-count.urgent {
        animation: pulse-text 1.5s infinite;
    }

    .days-count.expired {
        color: rgba(255,255,255,0.7);
    }

.btn-apply-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    background: white;
    color: #ffffff !important;
    border-radius: var(--jc-radius-md);
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s;
}

    .btn-apply-now:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }

.sidebar-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .sidebar-heading i {
        color: var(--jc-primary);
    }

.sidebar-info-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-item {
    display: flex;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--jc-bg-light);
}

    .info-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.info-icon {
    width: 40px;
    height: 40px;
    background: var(--jc-bg-cream);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .info-icon i {
        font-size: 1.1rem;
        color: var(--jc-primary);
    }

.info-text {
    flex: 1;
}

.info-label {
    font-size: 0.75rem;
    color: var(--jc-text-light);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 4px;
}

.info-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    display: block;
}

.share-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.share-btn {
    padding: 12px 18px;
    border-radius: var(--jc-radius-sm);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

    .share-btn.whatsapp {
        background: #25D366;
        color: white;
    }

    .share-btn.telegram {
        background: #0088cc;
        color: white;
    }

    .share-btn.facebook {
        background: #1877F2;
        color: white;
    }

    .share-btn.copy {
        background: var(--jc-bg-cream);
        color: var(--jc-text-dark);
    }

    .share-btn:hover {
        transform: translateY(-2px);
        box-shadow: var(--jc-shadow-md);
    }

.subscribe-card {
    background: linear-gradient(135deg, var(--jc-secondary), var(--jc-secondary-dark));
    color: white;
    text-align: center;
}

    .subscribe-card .subscribe-icon {
        width: 60px;
        height: 60px;
        background: rgba(255,255,255,0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }

        .subscribe-card .subscribe-icon i {
            font-size: 1.8rem;
            color: var(--jc-primary);
        }

    .subscribe-card h3 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .subscribe-card p {
        font-size: 0.9rem;
        opacity: 0.9;
        margin-bottom: 20px;
    }

    .subscribe-card form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .subscribe-card input {
        padding: 12px;
        border: none;
        border-radius: var(--jc-radius-sm);
        font-size: 0.9rem;
    }

    .subscribe-card button {
        padding: 12px;
        background: var(--jc-primary);
        color: white;
        border: none;
        border-radius: var(--jc-radius-sm);
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s;
    }

        .subscribe-card button:hover {
            background: var(--jc-primary-dark);
            transform: translateY(-2px);
        }

/* ===== RELATED JOBS ===== */
.related-jobs-section {
    margin-top: 40px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--jc-text-dark);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .section-title i {
        color: var(--jc-primary);
    }

.related-jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-job-card {
    background: white;
    border-radius: var(--jc-radius-md);
    padding: 20px;
    box-shadow: var(--jc-shadow-sm);
    transition: all 0.3s;
}

    .related-job-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--jc-shadow-md);
    }

    .related-job-card h4 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

        .related-job-card h4 a {
            color: var(--jc-text-dark);
            text-decoration: none;
        }

            .related-job-card h4 a:hover {
                color: var(--jc-primary);
            }

.related-org {
    color: var(--jc-text-light);
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.related-meta {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    color: var(--jc-text-medium);
}

    .related-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .related-meta i {
        color: var(--jc-primary);
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-details-layout {
        grid-template-columns: 1fr;
    }

    .job-sidebar {
        position: static;
    }

    .related-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-hero-content,
    .category-hero-text {
        flex-direction: column;
        text-align: center;
    }

    .hero-stats-box,
    .category-stats-row {
        justify-content: center;
    }

    .filter-grid {
        grid-template-columns: 1fr;
    }

    .jobs-grid,
    .related-jobs-grid {
        grid-template-columns: 1fr;
    }

    .job-quick-meta,
    .details-grid,
    .links-grid {
        grid-template-columns: 1fr;
    }

    .filter-sort-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-right {
        width: 100%;
        justify-content: space-between;
    }

    .subscribe-content {
        flex-direction: column;
        text-align: center;
    }

    .subscribe-form {
        flex-direction: column;
        width: 100%;
    }

        .subscribe-form input {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .category-hero-text h1 {
        font-size: 1.8rem;
    }

    .job-detail-title {
        font-size: 1.5rem;
    }

    .stat-item {
        padding: 15px 20px;
    }

    .stat-number {
        font-size: 2rem;
    }
}

/* ========================================
   CATEGORY JOBS PAGE - ADDITIONAL STYLES
   Add these to jobcharcha-bold-vibrant.css
   ======================================== */

/* ===== CATEGORY-SPECIFIC HERO COLORS ===== */
.category-hero-section.ojas-category {
    background: linear-gradient(135deg, #FF6B35 0%, #E85A24 50%, #D94A14 100%);
}

.category-hero-section.gpsc-category {
    background: linear-gradient(135deg, #1A365D 0%, #2D4A6F 50%, #3E5C87 100%);
}

.category-hero-section.gsssb-category {
    background: linear-gradient(135deg, #138808 0%, #1DB954 50%, #25D366 100%);
}

.category-hero-section.police-category {
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 50%, #991B1B 100%);
}

.category-hero-section.talati-category {
    background: linear-gradient(135deg, #7C3AED 0%, #8B5CF6 50%, #A78BFA 100%);
}

.category-hero-section.results-category {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 50%, #B45309 100%);
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 992px) {
    .category-hero-text {
        flex-direction: column;
        text-align: center;
    }

    .category-stats-row {
        justify-content: center;
        flex-wrap: wrap;
    }

    .filter-sort-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .filter-right {
        width: 100%;
        justify-content: space-between;
    }

    .subscribe-content {
        flex-direction: column;
        text-align: center;
    }

    .subscribe-form {
        width: 100%;
    }

        .subscribe-form input {
            width: 100%;
        }
}

@media (max-width: 768px) {
    .category-hero-content h1 {
        font-size: 2rem;
    }

    .category-subtitle-gu,
    .category-subtitle {
        font-size: 1rem;
    }

    .category-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .cat-stat-box {
        padding: 15px 20px;
    }

    .cat-stat-num {
        font-size: 1.5rem;
    }

    .filter-sort-bar .filter-left h2 {
        font-size: 1.3rem;
    }

    .sort-control {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sort-select {
        width: 100%;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 10px;
    }

        .subscribe-form button {
            width: 100%;
        }
}

@media (max-width: 576px) {
    .category-icon-large {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .category-hero-content h1 {
        font-size: 1.6rem;
    }

    .cat-stat-box {
        padding: 12px 15px;
    }

    .cat-stat-num {
        font-size: 1.3rem;
    }

    .cat-stat-label {
        font-size: 0.75rem;
    }

    .result-count {
        font-size: 0.75rem;
    }

    .view-controls {
        display: none; /* Hide view toggle on very small screens */
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .category-hero-section,
    .breadcrumb-bar,
    .filter-sort-bar,
    .subscribe-banner,
    .pagination-section {
        display: none !important;
    }

    .job-card {
        page-break-inside: avoid;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .job-badges,
    .btn-view-details {
        display: none !important;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
.view-btn:focus,
.sort-select:focus,
.page-link:focus {
    outline: 2px solid var(--jc-primary);
    outline-offset: 2px;
}

/* ===== LOADING STATES ===== */
.job-card.loading {
    opacity: 0.6;
    pointer-events: none;
}

    .job-card.loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin: -15px 0 0 -15px;
        border: 3px solid var(--jc-bg-light);
        border-top-color: var(--jc-primary);
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== HOVER EFFECTS ENHANCEMENT ===== */
.job-card:hover .job-icon {
    transform: scale(1.05);
}

.job-card:hover .job-title a {
    color: var(--jc-primary);
}

/* ===== SMOOTH TRANSITIONS ===== */
.jobs-grid {
    transition: all 0.3s ease;
}

.view-btn {
    transition: all 0.2s ease;
}

.sort-select {
    transition: border-color 0.2s ease;
}

/* ===== ENHANCED BADGE ANIMATIONS ===== */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(220, 38, 38, 0.5);
    }

    50% {
        box-shadow: 0 0 15px rgba(220, 38, 38, 0.8);
    }
}

.badge-urgent {
    animation: pulse-glow 2s infinite;
}

/* ===== EMPTY STATE STYLING ===== */
.no-results-state {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== SKELETON LOADING (Optional - for future use) ===== */
.skeleton {
    background: linear-gradient(90deg, var(--jc-bg-light) 25%, var(--jc-bg-cream) 50%, var(--jc-bg-light) 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ===== CATEGORY BADGE COLORS ===== */
.badge-category {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

    .badge-category.ojas {
        background: linear-gradient(135deg, #FF6B35, #E85A24);
        color: white;
    }

    .badge-category.gpsc {
        background: linear-gradient(135deg, #1A365D, #2D4A6F);
        color: white;
    }

    .badge-category.gsssb {
        background: linear-gradient(135deg, #138808, #1DB954);
        color: white;
    }

    .badge-category.police {
        background: linear-gradient(135deg, #DC2626, #B91C1C);
        color: white;
    }

    .badge-category.talati {
        background: linear-gradient(135deg, #7C3AED, #8B5CF6);
        color: white;
    }

/* ========================================
   RESULT PAGES - ADDITIONAL STYLES
   Add these to jobcharcha-bold-vibrant.css
   ======================================== */

/* ===== RESULT-SPECIFIC BUTTON STYLES ===== */
.btn-apply-now.result-button {
    background: linear-gradient(135deg, #10B981, #059669) !important;
    border: none;
}

    .btn-apply-now.result-button:hover {
        background: linear-gradient(135deg, #059669, #047857) !important;
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    }

/* ===== RESULT CARD SPECIFIC STYLING ===== */
.job-card.result-card {
    border-left-color: #10B981;
}

    .job-card.result-card:hover {
        border-left-color: #059669;
    }

/* ===== RESULT BADGE COLORS ===== */
.badge-result-declared {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
}

/* ===== RESULT HERO GRADIENT ===== */
.page-hero-section.result-hero {
    background: linear-gradient(135deg, #10B981 0%, #059669 50%, #047857 100%);
}

/* ===== RESULT DETAILS SIDEBAR GREEN THEME ===== */
.sidebar-card.apply-card.result-theme {
    background: linear-gradient(135deg, #10B981, #059669) !important;
}

/* ===== SHARE BUTTON STYLES ===== */
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: var(--jc-radius-sm);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
    color: white;
    flex: 1;
    min-width: 120px;
}

    .share-btn:hover {
        transform: translateY(-2px);
        box-shadow: var(--jc-shadow-md);
        color: white;
    }

    .share-btn.facebook {
        background: #1877F2;
    }

        .share-btn.facebook:hover {
            background: #0d5dbf;
        }

    .share-btn.twitter {
        background: #1DA1F2;
    }

        .share-btn.twitter:hover {
            background: #0d8bd9;
        }

    .share-btn.whatsapp {
        background: #25D366;
    }

        .share-btn.whatsapp:hover {
            background: #1db954;
        }

    .share-btn.telegram {
        background: #0088cc;
    }

        .share-btn.telegram:hover {
            background: #006699;
        }

/* ===== RESULT ICON IN JOB CARD ===== */
.job-icon.result-icon {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0) !important;
}

    .job-icon.result-icon i {
        color: #059669 !important;
    }

/* ===== CUT OFF MARKS STYLING ===== */
.job-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

    .job-description table th,
    .job-description table td {
        padding: 10px 12px;
        text-align: left;
        border: 1px solid var(--jc-bg-light);
    }

    .job-description table th {
        background: var(--jc-bg-cream);
        font-weight: 700;
        color: var(--jc-text-dark);
    }

    .job-description table tr:hover {
        background: var(--jc-bg-cream);
    }

/* ===== RESULT QUICK META ICONS ===== */
.quick-meta-item i.fa-chart-line,
.quick-meta-item i.fa-chart-bar {
    color: #10B981 !important;
}

/* ===== RESPONSIVE ADJUSTMENTS FOR RESULTS ===== */
@media (max-width: 768px) {
    .share-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .share-btn {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

@media (max-width: 576px) {
    .share-buttons {
        grid-template-columns: 1fr;
    }

    .share-btn {
        width: 100%;
    }
}

/* ===== RESULT STATUS INDICATORS ===== */
.result-status-new {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.result-status-old {
    background: var(--jc-bg-light);
    color: var(--jc-text-medium);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* ===== QUALIFIED CANDIDATES HIGHLIGHT ===== */
.quick-meta-item.qualified-highlight {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    padding: 15px;
    border-radius: var(--jc-radius-md);
}

    .quick-meta-item.qualified-highlight i {
        color: #059669 !important;
        font-size: 1.8rem;
    }

    .quick-meta-item.qualified-highlight .meta-value {
        color: #059669;
        font-size: 1.3rem;
    }

/* ===== RESULT DOWNLOAD BUTTON ===== */
.btn-download-result {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #10B981, #059669);
    color: white !important;
    border-radius: var(--jc-radius-md);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

    .btn-download-result:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
        color: white !important;
    }

    .btn-download-result i {
        font-size: 1.1rem;
    }

/* ===== RESULT ANNOUNCEMENT BANNER ===== */
.result-announcement {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    border-left: 4px solid #10B981;
    border-radius: var(--jc-radius-md);
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .result-announcement i {
        font-size: 2rem;
        color: #059669;
    }

    .result-announcement .announcement-text {
        flex: 1;
    }

        .result-announcement .announcement-text h4 {
            color: #059669;
            font-size: 1.1rem;
            font-weight: 700;
            margin: 0 0 5px 0;
        }

        .result-announcement .announcement-text p {
            color: #047857;
            margin: 0;
            font-size: 0.9rem;
        }

/* ===== PRINT STYLES FOR RESULTS ===== */
@media print {
    .share-buttons,
    .subscribe-card,
    .subscribe-banner,
    .related-jobs-section {
        display: none !important;
    }

    .job-detail-header {
        page-break-after: avoid;
    }

    .job-content-card {
        page-break-inside: avoid;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
.share-btn:focus,
.btn-download-result:focus {
    outline: 3px solid rgba(16, 185, 129, 0.5);
    outline-offset: 2px;
}

/* ===== LOADING STATE FOR RESULT CARDS ===== */
.result-card.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

    .result-card.loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        border: 4px solid var(--jc-bg-light);
        border-top-color: #10B981;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== RESULT FILTER ACTIVE STATE ===== */
.filter-chip.result-filter {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    color: #047857;
    border: 1px solid #10B981;
}

    .filter-chip.result-filter i {
        color: #059669 !important;
    }

/* ===== RESULT STATISTICS BOX ===== */
.result-stats-box {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    border-radius: var(--jc-radius-md);
    padding: 20px;
    margin: 20px 0;
}

    .result-stats-box h4 {
        color: #047857;
        font-size: 1rem;
        font-weight: 700;
        margin: 0 0 15px 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .result-stats-box h4 i {
            color: #10B981;
        }

    .result-stats-box .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .result-stats-box .stat-item {
        text-align: center;
    }

        .result-stats-box .stat-item .stat-number {
            display: block;
            font-size: 1.8rem;
            font-weight: 800;
            color: #059669;
            margin-bottom: 5px;
        }

        .result-stats-box .stat-item .stat-label {
            display: block;
            font-size: 0.8rem;
            color: #047857;
            font-weight: 600;
        }

/* ===== RESULT TIMELINE ===== */
.result-timeline {
    position: relative;
    padding-left: 30px;
}

    .result-timeline::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 10px;
        bottom: 10px;
        width: 3px;
        background: #10B981;
    }

    .result-timeline .timeline-item {
        position: relative;
        margin-bottom: 20px;
        padding-left: 15px;
    }

        .result-timeline .timeline-item::before {
            content: '';
            position: absolute;
            left: -26px;
            top: 5px;
            width: 15px;
            height: 15px;
            background: #10B981;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 0 0 3px #D1FAE5;
        }

        .result-timeline .timeline-item h5 {
            color: #047857;
            font-size: 0.95rem;
            font-weight: 700;
            margin: 0 0 5px 0;
        }

        .result-timeline .timeline-item p {
            color: var(--jc-text-medium);
            font-size: 0.85rem;
            margin: 0;
        }

/* ===== SMOOTH TRANSITIONS ===== */
.job-card,
.share-btn,
.btn-download-result,
.link-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    /* ===== HOVER EFFECTS ===== */
    .job-card:hover .job-icon.result-icon {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    }

    /* ===== FOCUS VISIBLE STYLES ===== */
    .share-btn:focus-visible,
    .btn-download-result:focus-visible {
        outline: 3px solid rgba(16, 185, 129, 0.5);
        outline-offset: 3px;
    }


/* ========================================
   OLD PAPER PAGES - ADDITIONAL STYLES
   Add these to jobcharcha-bold-vibrant.css
   ======================================== */

/* ===== OLD PAPER HERO GRADIENT ===== */
.page-hero-section.oldpaper-hero {
    background: linear-gradient(135deg, #1A365D 0%, #2D4A6F 50%, #DC2626 100%);
}

/* ===== OLD PAPER CARD STYLING ===== */
.job-card.oldpaper-card {
    border-left-color: #DC2626;
}

    .job-card.oldpaper-card:hover {
        border-left-color: #B91C1C;
    }

/* ===== OLD PAPER ICON ===== */
.job-icon.oldpaper-icon {
    background: linear-gradient(135deg, #FEE2E2, #FECACA) !important;
}

    .job-icon.oldpaper-icon i {
        color: #DC2626 !important;
    }

.org-logo.oldpaper-logo {
    background: linear-gradient(135deg, #FEE2E2, #FECACA) !important;
}

    .org-logo.oldpaper-logo i {
        color: #DC2626 !important;
    }

/* ===== OLD PAPER DOWNLOAD BUTTON ===== */
.btn-apply-now.oldpaper-download-btn {
    background: linear-gradient(135deg, #DC2626, #B91C1C) !important;
    border: none;
}

    .btn-apply-now.oldpaper-download-btn:hover {
        background: linear-gradient(135deg, #B91C1C, #991B1B) !important;
        box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    }

/* ===== OLD PAPER DOWNLOAD CARD (SIDEBAR) ===== */
.sidebar-card.apply-card.oldpaper-download-card {
    background: linear-gradient(135deg, #DC2626, #B91C1C) !important;
}

/* ===== OLD PAPER RELATED CARDS ===== */
.related-job-card.oldpaper-related-card {
    border-left: 4px solid #DC2626;
}

    .related-job-card.oldpaper-related-card:hover {
        border-left-color: #B91C1C;
    }

/* ===== OLD PAPER YEAR BADGE ===== */
.badge-year-oldpaper {
    background: linear-gradient(135deg, #1A365D, #2D4A6F);
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* ===== PAPER STATISTICS ===== */
.paper-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.paper-stat-item {
    background: var(--jc-bg-cream);
    border-radius: var(--jc-radius-md);
    padding: 15px;
    text-align: center;
    border-left: 3px solid #DC2626;
}

    .paper-stat-item i {
        font-size: 1.5rem;
        color: #DC2626;
        margin-bottom: 8px;
        display: block;
    }

    .paper-stat-item .stat-number {
        display: block;
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--jc-text-dark);
        margin-bottom: 3px;
    }

    .paper-stat-item .stat-label {
        display: block;
        font-size: 0.75rem;
        color: var(--jc-text-light);
        font-weight: 600;
    }

/* ===== DOWNLOAD COUNTER ===== */
.download-counter {
    background: linear-gradient(135deg, #FEE2E2, #FECACA);
    border-left: 4px solid #DC2626;
    border-radius: var(--jc-radius-md);
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .download-counter i {
        font-size: 2.5rem;
        color: #DC2626;
    }

    .download-counter .counter-info h4 {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--jc-text-dark);
        margin: 0 0 5px 0;
    }

    .download-counter .counter-info p {
        font-size: 0.9rem;
        color: var(--jc-text-medium);
        margin: 0;
    }

/* ===== PAPER TYPE BADGE ===== */
.paper-type-badge {
    background: var(--jc-bg-cream);
    border: 2px solid #DC2626;
    color: #DC2626;
    padding: 8px 16px;
    border-radius: var(--jc-radius-md);
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .paper-type-badge i {
        font-size: 1rem;
    }

/* ===== SOLUTION AVAILABLE INDICATOR ===== */
.solution-indicator {
    background: linear-gradient(135deg, #D1FAE5, #A7F3D0);
    border-left: 4px solid #10B981;
    border-radius: var(--jc-radius-md);
    padding: 15px 20px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .solution-indicator i {
        font-size: 1.5rem;
        color: #059669;
    }

    .solution-indicator .indicator-text {
        flex: 1;
    }

        .solution-indicator .indicator-text h5 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #047857;
            margin: 0 0 3px 0;
        }

        .solution-indicator .indicator-text p {
            font-size: 0.8rem;
            color: #065F46;
            margin: 0;
        }

/* ===== PAPER DIFFICULTY LEVEL ===== */
.difficulty-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .difficulty-badge.easy {
        background: #D1FAE5;
        color: #047857;
    }

    .difficulty-badge.medium {
        background: #FEF3C7;
        color: #92400E;
    }

    .difficulty-badge.hard {
        background: #FEE2E2;
        color: #991B1B;
    }

/* ===== PAPER CATEGORY ICON ===== */
.paper-category-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FEE2E2, #FECACA);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #DC2626;
    flex-shrink: 0;
}

/* ===== PAPER TIMELINE ===== */
.paper-timeline {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
}

    .paper-timeline::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 10px;
        bottom: 10px;
        width: 3px;
        background: #DC2626;
    }

    .paper-timeline .timeline-item {
        position: relative;
        margin-bottom: 20px;
        padding-left: 15px;
    }

        .paper-timeline .timeline-item::before {
            content: '';
            position: absolute;
            left: -26px;
            top: 5px;
            width: 15px;
            height: 15px;
            background: #DC2626;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 0 0 3px #FEE2E2;
        }

        .paper-timeline .timeline-item h5 {
            color: var(--jc-text-dark);
            font-size: 0.95rem;
            font-weight: 700;
            margin: 0 0 5px 0;
        }

        .paper-timeline .timeline-item p {
            color: var(--jc-text-medium);
            font-size: 0.85rem;
            margin: 0;
        }

/* ===== DOWNLOAD INSTRUCTIONS ===== */
.download-instructions {
    background: #FFF7ED;
    border-left: 4px solid #F59E0B;
    border-radius: var(--jc-radius-md);
    padding: 20px;
    margin: 20px 0;
}

    .download-instructions h5 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1rem;
        font-weight: 700;
        color: #92400E;
        margin: 0 0 12px 0;
    }

        .download-instructions h5 i {
            color: #F59E0B;
        }

    .download-instructions ol {
        margin: 0;
        padding-left: 20px;
        color: var(--jc-text-medium);
    }

        .download-instructions ol li {
            margin-bottom: 8px;
            font-size: 0.9rem;
        }

/* ===== PAPER FORMAT INFO ===== */
.paper-format-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.format-item {
    background: var(--jc-bg-cream);
    border-radius: var(--jc-radius-md);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .format-item i {
        font-size: 1.5rem;
        color: #DC2626;
    }

    .format-item .format-details h6 {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--jc-text-light);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 3px 0;
    }

    .format-item .format-details p {
        font-size: 1rem;
        font-weight: 700;
        color: var(--jc-text-dark);
        margin: 0;
    }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .paper-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .download-counter {
        flex-direction: column;
        text-align: center;
    }

    .paper-format-info {
        grid-template-columns: 1fr;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .share-buttons,
    .subscribe-card,
    .subscribe-banner,
    .related-jobs-section,
    .sidebar-card.apply-card {
        display: none !important;
    }

    .job-detail-header {
        page-break-after: avoid;
    }

    .job-content-card {
        page-break-inside: avoid;
    }

    .paper-stats-grid {
        page-break-inside: avoid;
    }
}

/* ===== ACCESSIBILITY ===== */
.oldpaper-download-btn:focus,
.paper-type-badge:focus {
    outline: 3px solid rgba(220, 38, 38, 0.5);
    outline-offset: 2px;
}

/* ===== LOADING STATE ===== */
.oldpaper-card.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

    .oldpaper-card.loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        border: 4px solid var(--jc-bg-light);
        border-top-color: #DC2626;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }

/* ===== YEAR FILTER HIGHLIGHT ===== */
.filter-chip.year-filter {
    background: linear-gradient(135deg, #DBEAFE, #BFDBFE);
    color: #1E40AF;
    border: 1px solid #3B82F6;
}

    .filter-chip.year-filter i {
        color: #2563EB !important;
    }

/* ===== PAPER QUALITY INDICATOR ===== */
.quality-stars {
    display: flex;
    gap: 3px;
    align-items: center;
}

    .quality-stars i {
        color: #F59E0B;
        font-size: 0.9rem;
    }

    .quality-stars .star-count {
        margin-left: 5px;
        font-size: 0.8rem;
        color: var(--jc-text-light);
        font-weight: 600;
    }

/* ===== SMOOTH TRANSITIONS ===== */
.oldpaper-card,
.oldpaper-download-btn,
.paper-type-badge {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    /* ===== HOVER EFFECTS ===== */
    .oldpaper-card:hover .oldpaper-icon {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
    }

    .paper-type-badge:hover {
        background: #DC2626;
        color: white;
        transform: translateY(-2px);
    }

/* ===== DOWNLOAD ANIMATION ===== */
@keyframes downloadPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.oldpaper-download-btn:active {
    animation: downloadPulse 0.3s ease;
}

/* ===== FOCUS VISIBLE STYLES ===== */
.oldpaper-download-btn:focus-visible,
.paper-type-badge:focus-visible {
    outline: 3px solid rgba(220, 38, 38, 0.5);
    outline-offset: 3px;
}

/* ========================================
   SYLLABUS, BLOG & NEWS PAGES - ADDITIONS
   Add these to jobcharcha-bold-vibrant.css
   ======================================== */

/* ===== SYLLABUS HERO GRADIENT ===== */
.page-hero-section.syllabus-hero {
    background: linear-gradient(135deg, #1A365D 0%, #2D4A6F 50%, #7C3AED 100%);
}

/* ===== SYLLABUS CARD STYLING ===== */
.job-card.syllabus-card {
    border-left-color: #7C3AED;
}

    .job-card.syllabus-card:hover {
        border-left-color: #6D28D9;
    }

/* ===== SYLLABUS ICON ===== */
.job-icon.syllabus-icon {
    background: linear-gradient(135deg, #EDE9FE, #DDD6FE) !important;
}

    .job-icon.syllabus-icon i {
        color: #7C3AED !important;
    }

.org-logo.syllabus-logo {
    background: linear-gradient(135deg, #EDE9FE, #DDD6FE) !important;
}

    .org-logo.syllabus-logo i {
        color: #7C3AED !important;
    }

/* ===== SYLLABUS BADGE ===== */
.badge-active.syllabus-badge,
.syllabus-badge {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
}

/* ===== SYLLABUS DOWNLOAD BUTTON ===== */
.btn-apply-now.syllabus-download-btn {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
}

    .btn-apply-now.syllabus-download-btn:hover {
        background: linear-gradient(135deg, #6D28D9, #5B21B6) !important;
        box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
    }

.link-btn.syllabus-download-link {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
}

/* ===== SYLLABUS SIDEBAR CARD ===== */
.sidebar-card.apply-card.syllabus-sidebar-card {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
}

/* ===== SYLLABUS RELATED CARDS ===== */
.related-job-card.syllabus-related-card {
    border-left: 4px solid #7C3AED;
}

    .related-job-card.syllabus-related-card:hover {
        border-left-color: #6D28D9;
    }

/* ===== BLOG HERO GRADIENT ===== */
.page-hero-section.blog-hero {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #A855F7 100%);
}

/* ===== BLOG CARD STYLING ===== */
.blog-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    overflow: hidden;
    box-shadow: var(--jc-shadow-sm);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    border-left: 4px solid transparent;
}

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--jc-shadow-lg);
        border-left-color: #8B5CF6;
    }

.blog-image {
    height: 200px;
    position: relative;
    overflow: hidden;
    background: var(--jc-bg-light);
}

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-image.placeholder {
    background: linear-gradient(135deg, #EDE9FE, #DDD6FE);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .blog-image.placeholder i {
        font-size: 3rem;
        color: #8B5CF6;
        opacity: 0.5;
    }

.blog-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

    .blog-title a {
        color: var(--jc-text-dark);
        text-decoration: none;
    }

        .blog-title a:hover {
            color: #8B5CF6;
        }

.blog-excerpt {
    font-size: 0.9rem;
    color: var(--jc-text-medium);
    line-height: 1.6;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-meta {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    color: var(--jc-text-light);
    margin-bottom: 15px;
}

    .blog-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .blog-meta span i {
            color: #8B5CF6;
        }

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 2px solid var(--jc-bg-light);
}

.btn-read {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8B5CF6;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

    .btn-read:hover {
        color: #7C3AED;
        gap: 8px;
    }

.category-badge {
    background: linear-gradient(135deg, #EDE9FE, #DDD6FE);
    color: #7C3AED;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/*.featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F59E0B;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}*/

/* ===== FEATURED POSTS SECTION ===== */
.featured-posts-section {
    background: white;
    border-radius: var(--jc-radius-lg);
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: var(--jc-shadow-sm);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.featured-card {
    background: var(--jc-bg-light);
    border-radius: var(--jc-radius-md);
    overflow: hidden;
    transition: all 0.3s;
}

    .featured-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--jc-shadow-md);
    }

.featured-image {
    height: 160px;
    position: relative;
    overflow: hidden;
}

    .featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.featured-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
}

.featured-content {
    padding: 15px;
}

    .featured-content h4 {
        font-size: 0.95rem;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }

        .featured-content h4 a {
            color: var(--jc-text-dark);
            text-decoration: none;
        }

            .featured-content h4 a:hover {
                color: #8B5CF6;
            }

.featured-meta {
    display: flex;
    gap: 12px;
    font-size: 0.75rem;
    color: var(--jc-text-light);
}

/* ===== NEWS HERO GRADIENT ===== */
.page-hero-section.news-hero {
    background: linear-gradient(135deg, #1A365D 0%, #2D4A6F 50%, #E11D48 100%);
}

/* ===== BREAKING NEWS TICKER ===== */
.breaking-ticker {
    background: linear-gradient(135deg, #DC2626, #EF4444);
    border-radius: var(--jc-radius-md);
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: var(--jc-shadow-sm);
}

.ticker-label {
    background: rgba(0,0,0,0.2);
    padding: 12px 20px;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.ticker-wrap {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ticker-content {
    display: flex;
    animation: tickerScroll 30s linear infinite;
    white-space: nowrap;
}

    .ticker-content:hover {
        animation-play-state: paused;
    }

.ticker-item {
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .ticker-item:hover {
        text-decoration: underline;
    }

    .ticker-item i {
        font-size: 0.4rem;
    }

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== NEWS CARD STYLING ===== */
.news-card {
    background: white;
    border-radius: var(--jc-radius-lg);
    overflow: hidden;
    display: flex;
    transition: all 0.3s;
    border-left: 4px solid #E11D48;
    margin-bottom: 20px;
    box-shadow: var(--jc-shadow-sm);
}

    .news-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--jc-shadow-md);
    }

.news-image {
    width: 300px;
    min-height: 200px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

    .news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.breaking-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #DC2626;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.news-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

    .news-title a {
        color: var(--jc-text-dark);
        text-decoration: none;
    }

        .news-title a:hover {
            color: #E11D48;
        }

.news-summary {
    font-size: 0.9rem;
    color: var(--jc-text-medium);
    margin: 0 0 15px 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.8rem;
    color: var(--jc-text-light);
    margin-bottom: 15px;
}

    .news-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .news-meta span i {
            color: #E11D48;
        }

.news-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1A365D, #2D4A6F);
    color: white !important;
    padding: 10px 20px;
    border-radius: var(--jc-radius-sm);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

    .btn-read-more:hover {
        background: #E11D48;
        transform: translateX(3px);
        color: white !important;
    }

.share-quick {
    display: flex;
    gap: 8px;
}

.share-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

    .share-icon:hover {
        transform: scale(1.1);
        color: white;
    }

    .share-icon.whatsapp {
        background: #25D366;
    }

    .share-icon.telegram {
        background: #0088cc;
    }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 992px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-card {
        flex-direction: column;
    }

    .news-image {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .featured-grid {
        grid-template-columns: 1fr;
    }

    .blog-image {
        height: 180px;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .featured-posts-section,
    .breaking-ticker,
    .share-buttons,
    .subscribe-banner {
        display: none !important;
    }
}
/* ========================================
   DETAILS PAGES - COMPLETE CSS ADDITIONS
   Syllabus, Blog, News Details Pages
   Add to jobcharcha-bold-vibrant.css
   ======================================== */

/* ===== SYLLABUS DETAILS STYLING ===== */

/* Syllabus Warning Card (Negative Marking) */
.syllabus-warning-card {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A) !important;
    border-left: 4px solid #F59E0B !important;
}

.syllabus-warning-heading {
    color: #92400E !important;
}

.syllabus-warning-text {
    color: #78350F !important;
}

/* Syllabus Topics Card (Important Topics) */
.syllabus-topics-card {
    background: linear-gradient(135deg, #FFF7ED, #FFEDD5) !important;
    border-left: 4px solid #F59E0B !important;
}

.syllabus-topics-heading {
    color: #92400E !important;
}

.syllabus-topics-text {
    color: #78350F !important;
}

    .syllabus-topics-text ul,
    .syllabus-topics-text ol {
        margin: 15px 0;
        padding-left: 25px;
    }

    .syllabus-topics-text li {
        margin-bottom: 8px;
        color: #78350F;
    }

/* Syllabus Download Link Button */
.link-btn.syllabus-download-link {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
    border: none !important;
}

    .link-btn.syllabus-download-link:hover {
        background: linear-gradient(135deg, #6D28D9, #5B21B6) !important;
        box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
    }

/* Syllabus Download Sidebar Card */
.sidebar-card.syllabus-download-card {
    background: linear-gradient(135deg, #7C3AED, #6D28D9) !important;
}

/* Syllabus Related Cards */
.related-job-card.syllabus-related-card {
    border-left: 4px solid #7C3AED;
}

    .related-job-card.syllabus-related-card:hover {
        border-left-color: #6D28D9;
    }

.btn-view-related {
    padding: 6px 12px;
    font-size: 0.8rem;
    background: linear-gradient(135deg, var(--jc-primary), var(--jc-primary-dark));
    color: white !important;
    text-decoration: none;
    border-radius: var(--jc-radius-sm);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
}

    .btn-view-related:hover {
        transform: translateX(3px);
        box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
        color: white !important;
    }

/* ===== BLOG DETAILS STYLING ===== */

/* Blog Featured Image */
.blog-detail-featured-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: var(--jc-radius-lg);
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-md);
}

    .blog-detail-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Blog Article Title */
.blog-article-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--jc-text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Blog Article Meta */
.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--jc-text-light);
    font-size: 0.9rem;
    padding: 15px 0;
    border-top: 2px solid var(--jc-bg-light);
    border-bottom: 2px solid var(--jc-bg-light);
    margin-bottom: 25px;
}

    .blog-article-meta .meta-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .blog-article-meta .meta-item i {
            color: #8B5CF6;
        }

/* Blog Article Content */
.blog-article-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--jc-text-medium);
}

    .blog-article-content h2,
    .blog-article-content h3,
    .blog-article-content h4 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        color: var(--jc-text-dark);
    }

    .blog-article-content h2 {
        font-size: 1.8rem;
        border-left: 4px solid #8B5CF6;
        padding-left: 15px;
    }

    .blog-article-content h3 {
        font-size: 1.5rem;
    }

    .blog-article-content p {
        margin-bottom: 20px;
    }

    .blog-article-content img {
        max-width: 100%;
        height: auto;
        border-radius: var(--jc-radius-md);
        margin: 25px 0;
        box-shadow: var(--jc-shadow-sm);
    }

    .blog-article-content ul,
    .blog-article-content ol {
        margin: 20px 0;
        padding-left: 30px;
    }

    .blog-article-content li {
        margin-bottom: 10px;
    }

    .blog-article-content blockquote {
        border-left: 4px solid #8B5CF6;
        padding-left: 20px;
        margin: 25px 0;
        font-style: italic;
        color: var(--jc-text-light);
        background: var(--jc-bg-cream);
        padding: 15px 20px;
        border-radius: var(--jc-radius-sm);
    }

    .blog-article-content code {
        background: var(--jc-bg-light);
        padding: 2px 6px;
        border-radius: 4px;
        font-family: 'Courier New', monospace;
        font-size: 0.9em;
        color: #E11D48;
    }

    .blog-article-content pre {
        background: var(--jc-bg-light);
        padding: 20px;
        border-radius: var(--jc-radius-md);
        overflow-x: auto;
        margin: 20px 0;
    }

        .blog-article-content pre code {
            background: none;
            padding: 0;
            color: var(--jc-text-dark);
        }

/* Blog Tags */
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-tag-item {
    background: linear-gradient(135deg, #EDE9FE, #DDD6FE);
    color: #7C3AED;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}

    .blog-tag-item:hover {
        background: linear-gradient(135deg, #8B5CF6, #7C3AED);
        color: white;
        transform: translateY(-2px);
    }

/* Blog Sidebar Styles */
.blog-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-sidebar-item {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--jc-bg-light);
}

    .blog-sidebar-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.blog-sidebar-link {
    text-decoration: none;
    display: block;
}

    .blog-sidebar-link h4 {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--jc-text-dark);
        margin: 0 0 8px 0;
        line-height: 1.4;
        transition: color 0.3s;
    }

    .blog-sidebar-link:hover h4 {
        color: #8B5CF6;
    }

.blog-sidebar-date {
    font-size: 0.75rem;
    color: var(--jc-text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

    .blog-sidebar-date i {
        color: #8B5CF6;
    }

/* Blog Categories Card */
.blog-categories-card {
    background: linear-gradient(135deg, #F9FAFB, #F3F4F6);
}

.blog-category-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blog-category-link {
    padding: 12px 15px;
    background: white;
    border-radius: var(--jc-radius-sm);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--jc-text-dark);
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s;
}

    .blog-category-link:hover {
        background: linear-gradient(135deg, #EDE9FE, #DDD6FE);
        color: #7C3AED;
        transform: translateX(5px);
    }

        .blog-category-link:hover i {
            color: #7C3AED;
        }

    .blog-category-link i {
        color: var(--jc-text-light);
        font-size: 0.8rem;
        transition: color 0.3s;
    }

/* Blog Subscribe Card */
.blog-subscribe-card {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED) !important;
}

/* Blog Related Cards */
.related-job-card.blog-related-card {
    border-left: 4px solid #8B5CF6;
}

    .related-job-card.blog-related-card:hover {
        border-left-color: #7C3AED;
    }

.blog-related-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: var(--jc-radius-sm);
    margin-bottom: 12px;
}

    .blog-related-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

.blog-related-card:hover .blog-related-image img {
    transform: scale(1.05);
}

/* ===== NEWS DETAILS STYLING ===== */

/* News Featured Image */
.news-detail-featured-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: var(--jc-radius-lg);
    margin-bottom: 25px;
    box-shadow: var(--jc-shadow-md);
    position: relative;
}

    .news-detail-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-breaking-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #DC2626, #EF4444);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

/* News Breaking Badge */
.badge-active.news-breaking-badge {
    background: linear-gradient(135deg, #DC2626, #EF4444) !important;
    animation: pulse 2s infinite;
}

/* News Article Title */
.news-article-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--jc-text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

/* News Article Meta */
.news-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--jc-text-light);
    font-size: 0.9rem;
    padding: 15px 0;
    border-top: 2px solid var(--jc-bg-light);
    border-bottom: 2px solid var(--jc-bg-light);
    margin-bottom: 25px;
}

    .news-article-meta .meta-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .news-article-meta .meta-item i {
            color: #E11D48;
        }

/* News Summary Card */
.news-summary-card {
    background: linear-gradient(135deg, #F0F9FF, #E0F2FE);
    border-left: 4px solid #0EA5E9;
    border-radius: var(--jc-radius-lg);
    padding: 20px;
    margin-bottom: 25px;
}

.news-summary-heading {
    color: #075985;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .news-summary-heading i {
        color: #0EA5E9;
    }

.news-summary-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #0C4A6E;
    margin: 0;
    font-weight: 500;
}

/* News Article Content */
.news-article-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--jc-text-medium);
}

    .news-article-content h2,
    .news-article-content h3,
    .news-article-content h4 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        color: var(--jc-text-dark);
    }

    .news-article-content h2 {
        font-size: 1.8rem;
        border-left: 4px solid #E11D48;
        padding-left: 15px;
    }

    .news-article-content p {
        margin-bottom: 20px;
    }

    .news-article-content img {
        max-width: 100%;
        height: auto;
        border-radius: var(--jc-radius-md);
        margin: 25px 0;
        box-shadow: var(--jc-shadow-sm);
    }

    .news-article-content ul,
    .news-article-content ol {
        margin: 20px 0;
        padding-left: 30px;
    }

    .news-article-content li {
        margin-bottom: 10px;
    }

/* News Source Button */
.link-btn.news-source-btn {
    background: linear-gradient(135deg, #1A365D, #2D4A6F) !important;
}

    .link-btn.news-source-btn:hover {
        background: linear-gradient(135deg, #2D4A6F, #3B5A7F) !important;
        box-shadow: 0 6px 20px rgba(26, 54, 93, 0.4);
    }

/* News Breaking Sidebar Card */
.news-breaking-card {
    background: linear-gradient(135deg, #DC2626, #EF4444) !important;
    color: white !important;
}

    .news-breaking-card h3,
    .news-breaking-card p {
        color: white !important;
    }

.news-breaking-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    animation: pulse 2s infinite;
}

    .news-breaking-icon i {
        font-size: 1.8rem;
        color: white;
    }

.news-breaking-time {
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

/* News Sidebar List */
.news-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-sidebar-item {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--jc-bg-light);
}

    .news-sidebar-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.news-sidebar-breaking {
    background: #DC2626;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.news-sidebar-link {
    text-decoration: none;
    display: block;
}

    .news-sidebar-link h4 {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--jc-text-dark);
        margin: 0 0 8px 0;
        line-height: 1.4;
        transition: color 0.3s;
    }

    .news-sidebar-link:hover h4 {
        color: #E11D48;
    }

.news-sidebar-date {
    font-size: 0.75rem;
    color: var(--jc-text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

    .news-sidebar-date i {
        color: #E11D48;
    }

/* News Subscribe Card */
.news-subscribe-card {
    background: linear-gradient(135deg, #E11D48, #BE123C) !important;
}

/* News Related Cards */
.related-job-card.news-related-card {
    border-left: 4px solid #E11D48;
}

    .related-job-card.news-related-card:hover {
        border-left-color: #BE123C;
    }

.news-related-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: var(--jc-radius-sm);
    margin-bottom: 12px;
    position: relative;
}

    .news-related-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

.news-related-card:hover .news-related-image img {
    transform: scale(1.05);
}

.news-related-breaking {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #DC2626;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 700;
}

/* ===== SHARED LINKEDIN BUTTON ===== */
.share-btn.linkedin {
    background: #0A66C2;
}

    .share-btn.linkedin:hover {
        background: #004182;
    }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .blog-article-title,
    .news-article-title {
        font-size: 1.6rem;
    }

    .blog-article-meta,
    .news-article-meta {
        gap: 12px;
        font-size: 0.85rem;
    }

    .blog-article-content,
    .news-article-content {
        font-size: 1rem;
    }

        .blog-article-content h2,
        .news-article-content h2 {
            font-size: 1.4rem;
        }

    .news-breaking-overlay {
        top: 10px;
        left: 10px;
        padding: 8px 15px;
        font-size: 0.75rem;
    }

    .news-summary-text {
        font-size: 1rem;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .job-sidebar,
    .share-buttons,
    .news-breaking-card,
    .blog-categories-card,
    .related-jobs-section {
        display: none !important;
    }

    .job-detail-main {
        width: 100% !important;
    }

    .blog-article-content,
    .news-article-content {
        font-size: 12pt;
        line-height: 1.6;
    }
}

/* ===== ACCESSIBILITY ===== */
.blog-tag-item:focus,
.blog-category-link:focus,
.news-sidebar-link:focus {
    outline: 3px solid rgba(139, 92, 246, 0.5);
    outline-offset: 2px;
}
/* ========================================
   ANSWER KEY & ADMIT CARD PAGES - CSS
   Add to jobcharcha-bold-vibrant.css
   ======================================== */

/* ===== ANSWER KEY HERO GRADIENT ===== */
.page-hero-section.answerkey-hero {
    background: linear-gradient(135deg, #1A365D 0%, #2D4A6F 50%, #F59E0B 100%);
}

/* ===== ANSWER KEY CARD STYLING ===== */
.job-card.answerkey-card {
    border-left-color: #F59E0B;
}

    .job-card.answerkey-card:hover {
        border-left-color: #D97706;
    }

/* ===== ANSWER KEY ICON ===== */
.job-icon.answerkey-icon {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A) !important;
}

    .job-icon.answerkey-icon i {
        color: #92400E !important;
    }

.org-logo.answerkey-logo {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A) !important;
}

    .org-logo.answerkey-logo i {
        color: #92400E !important;
    }

/* ===== ANSWER KEY BADGES ===== */
.badge-active.answerkey-published-badge {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
}

/* ===== ANSWER KEY DOWNLOAD BUTTON ===== */
.btn-apply-now.answerkey-download-btn {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
}

    .btn-apply-now.answerkey-download-btn:hover {
        background: linear-gradient(135deg, #D97706, #B45309) !important;
        box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    }

.link-btn.answerkey-download-link {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
}

/* ===== ANSWER KEY OBJECTION ALERT ===== */
.answerkey-objection-alert {
    background: #FEF3C7;
    border: 1px solid #F59E0B;
    border-radius: var(--jc-radius-sm);
    padding: 10px 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #92400E;
    font-weight: 600;
}

    .answerkey-objection-alert i {
        color: #F59E0B;
    }

/* ===== OBJECTION PERIOD CARDS ===== */
.job-content-card.answerkey-objection-active {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A) !important;
    border-left: 4px solid #F59E0B !important;
}

.job-content-card.answerkey-objection-inactive {
    background: #F9FAFB !important;
    border-left: 4px solid #6B7280 !important;
}

.card-heading.answerkey-objection-heading {
    color: #92400E !important;
}

.link-btn.answerkey-objection-btn {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
    margin-top: 12px;
    display: inline-flex !important;
}

/* ===== ANSWER KEY DOWNLOAD CARD (SIDEBAR) ===== */
.sidebar-card.apply-card.answerkey-download-card {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
}

/* ===== ANSWER KEY RELATED CARDS ===== */
.related-job-card.answerkey-related-card {
    border-left: 4px solid #F59E0B;
}

    .related-job-card.answerkey-related-card:hover {
        border-left-color: #D97706;
    }

/* ===== ADMIT CARD HERO GRADIENT ===== */
.page-hero-section.admitcard-hero {
    background: linear-gradient(135deg, #1A365D 0%, #2D4A6F 50%, #0D9488 100%);
}

/* ===== ADMIT CARD CARD STYLING ===== */
.job-card.admitcard-card {
    border-left-color: #0D9488;
}

    .job-card.admitcard-card:hover {
        border-left-color: #0F766E;
    }

/* ===== ADMIT CARD ICON ===== */
.job-icon.admitcard-icon {
    background: linear-gradient(135deg, #CCFBF1, #99F6E4) !important;
}

    .job-icon.admitcard-icon i {
        color: #0F766E !important;
    }

/* ===== ADMIT CARD BADGES ===== */
.badge-active.admitcard-available-badge {
    background: linear-gradient(135deg, #0D9488, #0F766E) !important;
}

/* ===== ADMIT CARD DOWNLOAD BUTTON ===== */
.btn-apply-now.admitcard-download-btn {
    background: linear-gradient(135deg, #0D9488, #0F766E) !important;
}

    .btn-apply-now.admitcard-download-btn:hover {
        background: linear-gradient(135deg, #0F766E, #115E59) !important;
        box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
    }

/* ===== ADMIT CARD ALERTS ===== */
.admitcard-urgent-alert {
    background: #FEE2E2;
    border: 1px solid #FECACA;
    border-radius: var(--jc-radius-sm);
    padding: 10px 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #991B1B;
    font-weight: 600;
}

    .admitcard-urgent-alert i {
        color: #DC2626;
    }

.admitcard-warning-alert {
    background: #FEF3C7;
    border: 1px solid #FDE68A;
    border-radius: var(--jc-radius-sm);
    padding: 10px 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #92400E;
    font-weight: 600;
}

    .admitcard-warning-alert i {
        color: #F59E0B;
    }

.admitcard-completed-alert {
    background: #D1FAE5;
    border: 1px solid #A7F3D0;
    border-radius: var(--jc-radius-sm);
    padding: 10px 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #065F46;
    font-weight: 600;
}

    .admitcard-completed-alert i {
        color: #10B981;
    }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .answerkey-objection-alert,
    .admitcard-urgent-alert,
    .admitcard-warning-alert,
    .admitcard-completed-alert {
        font-size: 0.75rem;
        padding: 8px 10px;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .answerkey-objection-alert,
    .admitcard-urgent-alert,
    .admitcard-warning-alert,
    .subscribe-banner {
        display: none !important;
    }
}
