/*
Theme Name: Pubvance Job Elite
Theme URI: https://pubvance.com/themes/job-elite
Author: Naresh Sewda
Author URI: https://pubvance.com
Description: A professional Sarkari Jobs theme with modern design, featured images, and full admin customization.
Version: 3.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pubvance-job-elite
Tags: blog, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, theme-options
*/

/* ========================================
   PROFESSIONAL COLOR PALETTE
   (Matching RozgarKhabar Style)
======================================== */
:root {
    /* Primary Gradient - Header */
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-hero: linear-gradient(180deg, #667eea 0%, #5a67d8 50%, #4c51bf 100%);

    /* Section Colors */
    --purple-primary: #6366f1;
    --purple-dark: #4f46e5;
    --blue-accent: #3b82f6;
    --indigo: #6366f1;

    /* Category Header Colors */
    --cat-latest: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --cat-admit: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --cat-result: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    --cat-answer: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    --cat-syllabus: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    --cat-admission: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    --cat-important: linear-gradient(135deg, #ec4899 0%, #db2777 100%);

    /* Neutral Colors */
    --dark: #1e1e2e;
    --gray-800: #2d2d3a;
    --gray-700: #4a4a5a;
    --gray-600: #6b7280;
    --gray-500: #9ca3af;
    --gray-400: #d1d5db;
    --gray-300: #e5e7eb;
    --gray-200: #f3f4f6;
    --gray-100: #f9fafb;
    --white: #ffffff;

    /* Typography */
    --font-main: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;

    /* Shadows */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-card: 0 2px 8px rgba(99, 102, 241, 0.15);

    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-full: 50px;

    /* Transitions */
    --transition: 0.25s ease;
}

/* ========================================
   RESET & BASE STYLES
======================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
    font-size: 15px;
    line-height: 1.65;
    color: var(--gray-700);
    background: linear-gradient(180deg, #e0e7ff 0%, #f3f4f6 100%);
    min-height: 100vh;
}

a {
    color: var(--purple-primary);
    text-decoration: none;
    transition: color var(--transition);
}

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

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 12px 0;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark);
}

/* ========================================
   LAYOUT STRUCTURE
======================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-content {
    padding: 30px 0;
}

.site-content>.container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    align-items: start;
}

#primary {
    min-width: 0;
}

/* ========================================
   HEADER - GRADIENT STYLE
======================================== */
.site-header {
    background: var(--gradient-hero);
    padding: 35px 0;
    text-align: center;
    position: relative;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.site-branding {
    position: relative;
    z-index: 1;
}

.site-title {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.site-title a {
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.site-title a:hover {
    color: var(--white);
}

.site-description {
    margin: 8px 0 0 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

/* ========================================
   NAVIGATION - CLEAN WHITE
======================================== */
.main-navigation {
    background: var(--white);
    border-bottom: 3px solid var(--purple-primary);
    box-shadow: var(--shadow-sm);
}

.main-navigation .container {
    display: flex;
    justify-content: center;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 14px 22px;
    color: var(--gray-700);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all var(--transition);
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: var(--purple-primary);
    border-bottom-color: var(--purple-primary);
}

.menu-toggle {
    display: none;
    width: 100%;
    padding: 14px;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

/* ========================================
   HOMEPAGE HERO SECTION
======================================== */
.homepage-hero {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: var(--shadow-card);
}

.hero-text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--gray-300);
}

/* Marquee */
.marquee-container {
    background: var(--dark);
    color: var(--white);
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: var(--radius-md);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.marquee-container::before {
    content: '🔥';
    font-size: 18px;
}

.marquee-container a {
    color: #fbbf24 !important;
    font-weight: 600;
}

/* ========================================
   SEARCH FORM - PROFESSIONAL
======================================== */
.search-section {
    margin-bottom: 20px;
}

.search-form {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    background: var(--gray-100);
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-full);
    overflow: hidden;
    transition: all var(--transition);
}

.search-form:focus-within {
    border-color: var(--purple-primary);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.search-form .search-field {
    flex: 1;
    padding: 14px 24px;
    font-size: 15px;
    border: none;
    outline: none;
    background: transparent;
}

.search-form .search-submit {
    padding: 14px 28px;
    background: var(--gradient-primary);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all var(--transition);
}

.search-form .search-submit:hover {
    opacity: 0.9;
}

/* ========================================
   STATE BUTTONS - PILL STYLE
======================================== */
.state-links-section {
    background: var(--gray-100);
    padding: 18px;
    margin-bottom: 20px;
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid var(--gray-300);
}

.state-btn {
    display: inline-block;
    padding: 8px 18px;
    margin: 5px;
    background: var(--white);
    color: var(--gray-700) !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--radius-full);
    border: 2px solid var(--gray-300);
    transition: all var(--transition);
}

.state-btn:hover {
    background: var(--purple-primary);
    color: var(--white) !important;
    border-color: var(--purple-primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   SOCIAL BUTTONS GRID
======================================== */
.social-buttons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.social-buttons-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 14px;
    color: var(--white) !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: var(--radius-md);
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}

.social-buttons-grid a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.social-btn-telegram {
    background: linear-gradient(135deg, #0088cc 0%, #0077b5 100%);
}

.social-btn-twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #0d8ddb 100%);
}

.social-btn-facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);
}

.social-btn-youtube {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.social-btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.social-btn-instagram {
    background: linear-gradient(135deg, #e4405f 0%, #c32aa3 100%);
}

/* ========================================
   CATEGORY SECTIONS - PROFESSIONAL
======================================== */
.dual-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.category-column {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all var(--transition);
}

.category-column:hover {
    box-shadow: var(--shadow-lg);
}

.card-header {
    margin: 0;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-header.admit-card {
    background: var(--cat-admit);
}

.card-header.result {
    background: var(--cat-result);
}

.card-header.answer-key {
    background: var(--cat-answer);
}

.card-header.syllabus {
    background: var(--cat-syllabus);
}

.card-header.admission {
    background: var(--cat-admission);
}

.card-header.important {
    background: var(--cat-important);
}

/* Category Posts List */
.category-posts-list {
    padding: 0;
}

.category-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--gray-200);
    transition: all var(--transition);
}

.category-post-item:last-child {
    border-bottom: none;
}

.category-post-item:hover {
    background: var(--gray-100);
}

.category-post-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 52px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--gray-200);
    box-shadow: var(--shadow-xs);
}

.category-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

.category-post-item:hover .category-post-thumb img {
    transform: scale(1.05);
}

.category-post-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gray-200) 0%, var(--gray-300) 100%);
    color: var(--gray-500);
    font-size: 20px;
}

.category-post-content {
    flex: 1;
    min-width: 0;
}

.category-post-title {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.category-post-title a {
    color: var(--dark);
    transition: color var(--transition);
}

.category-post-title a:hover {
    color: var(--purple-primary);
}

.category-post-date {
    font-size: 12px;
    color: var(--gray-600);
    display: flex;
    align-items: center;
    gap: 4px;
}

.category-post-date::before {
    content: '📅';
    font-size: 11px;
}

/* ========================================
   LATEST UPDATES - MAIN SECTION
======================================== */
.category-section {
    background: var(--white);
    border-radius: var(--radius-lg);
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.section-title {
    margin: 0;
    padding: 16px 22px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    background: var(--cat-latest);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title::before {
    content: '📰';
    font-size: 18px;
}

.posts-grid {
    padding: 15px;
}

.post-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    margin-bottom: 12px;
    background: var(--gray-100);
    border-radius: var(--radius-md);
    border: 1px solid var(--gray-200);
    transition: all var(--transition);
}

.post-card:last-child {
    margin-bottom: 0;
}

.post-card:hover {
    background: var(--white);
    border-color: var(--purple-primary);
    box-shadow: var(--shadow-md);
    transform: translateX(5px);
}

.post-thumbnail {
    flex-shrink: 0;
    width: 90px;
    height: 68px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--gray-200);
    box-shadow: var(--shadow-xs);
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gray-200) 0%, var(--gray-300) 100%);
    color: var(--gray-500);
    font-size: 28px;
}

.post-content {
    flex: 1;
    min-width: 0;
}

.post-title {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.post-title a {
    color: var(--dark);
}

.post-title a:hover {
    color: var(--purple-primary);
}

.post-meta {
    font-size: 12px;
    color: var(--gray-600);
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-meta::before {
    content: '📅';
    font-size: 11px;
}

/* ========================================
   SIDEBAR - MODERN WIDGETS
======================================== */
.widget-area {
    position: sticky;
    top: 20px;
}

.widget {
    background: var(--white);
    border-radius: var(--radius-lg);
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin: 0;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    background: var(--gradient-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget>ul,
.widget>div {
    padding: 15px 20px;
}

.widget ul li {
    padding: 10px 0;
    border-bottom: 1px dashed var(--gray-200);
    font-size: 14px;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: var(--gray-700);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition);
}

.widget ul li a::before {
    content: '›';
    color: var(--purple-primary);
    font-size: 18px;
    font-weight: bold;
}

.widget ul li a:hover {
    color: var(--purple-primary);
    padding-left: 5px;
}

/* ========================================
   FOOTER - PROFESSIONAL DARK
======================================== */
.site-footer {
    background: var(--dark);
    color: var(--gray-400);
    padding: 50px 0 0 0;
    margin-top: 40px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray-800);
}

.footer-widget h3 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--purple-primary);
    display: inline-block;
}

.footer-widget p {
    line-height: 1.8;
    font-size: 14px;
}

.footer-widget ul li {
    padding: 8px 0;
}

.footer-widget a {
    color: var(--gray-400);
    transition: all var(--transition);
}

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

.site-info {
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
}

.site-info a {
    color: var(--purple-primary);
}

#footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 15px;
}

#footer-menu li a {
    color: var(--gray-400);
    font-size: 14px;
}

#footer-menu li a:hover {
    color: var(--white);
}

/* ========================================
   SINGLE POST / PAGE
======================================== */
.single-post-content,
.page-content {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 35px;
    box-shadow: var(--shadow-card);
}

.entry-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px dashed var(--gray-200);
}

.entry-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.entry-meta {
    font-size: 13px;
    color: var(--gray-600);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.entry-meta a {
    color: var(--purple-primary);
}

.entry-content {
    font-size: 16px;
    line-height: 1.85;
    color: var(--gray-700);
}

.entry-content p {
    margin-bottom: 18px;
}

.entry-content h2 {
    margin-top: 35px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gray-200);
    color: var(--dark);
}

.entry-content h3 {
    margin-top: 25px;
    color: var(--dark);
}

/* Tables */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.entry-content th,
.entry-content td {
    padding: 14px 18px;
    text-align: left;
    border: 1px solid var(--gray-200);
}

.entry-content th {
    background: var(--gradient-primary);
    color: var(--white);
    font-weight: 600;
}

.entry-content tr:nth-child(even) {
    background: var(--gray-100);
}

.entry-content tr:hover {
    background: rgba(99, 102, 241, 0.05);
}

/* Apply Button */
.apply-btn {
    display: inline-block;
    padding: 14px 32px;
    background: var(--gradient-primary);
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--radius-full);
    transition: all var(--transition);
    box-shadow: var(--shadow-md);
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   PAGINATION
======================================== */
.posts-navigation,
.pagination {
    margin: 30px 0;
    text-align: center;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-links a,
.nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 15px;
    background: var(--white);
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    color: var(--gray-700);
    font-size: 14px;
    font-weight: 600;
    transition: all var(--transition);
}

.nav-links a:hover {
    background: var(--purple-primary);
    color: var(--white);
    border-color: var(--purple-primary);
}

.nav-links .current {
    background: var(--gradient-primary);
    color: var(--white);
    border-color: var(--purple-primary);
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 1024px) {
    .site-content>.container {
        grid-template-columns: 1fr;
    }

    .widget-area {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .site-title {
        font-size: 26px;
    }

    .main-navigation .container {
        flex-direction: column;
    }

    .menu-toggle {
        display: block;
    }

    .main-navigation ul {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .main-navigation.toggled ul {
        display: flex;
    }

    .main-navigation a {
        text-align: center;
        border-bottom: 1px solid var(--gray-200);
        margin-bottom: 0;
    }

    .dual-column-layout {
        grid-template-columns: 1fr;
    }

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

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

    .widget-area {
        grid-template-columns: 1fr;
    }

    .single-post-content,
    .page-content {
        padding: 25px;
    }

    .entry-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .social-buttons-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .homepage-hero {
        padding: 20px;
    }

    .search-form {
        flex-direction: column;
        border-radius: var(--radius-md);
    }

    .search-form .search-field {
        border-radius: var(--radius-md);
        text-align: center;
    }

    .search-form .search-submit {
        border-radius: var(--radius-md);
    }

    .post-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-thumbnail {
        width: 100%;
        height: 160px;
    }

    .category-post-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-post-thumb {
        width: 100%;
        height: 120px;
    }
}

/* ========================================
   UTILITY CLASSES
======================================== */
.text-center {
    text-align: center;
}

.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: var(--white);
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all var(--transition);
    animation: pulse 2s infinite;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}