/*
Theme Name: GS Result
Theme URI: https://gsresult.in
Author: Vicky
Author URI: https://gsresul.in
Description: Sarkari Result & Govt Jobs Portal Theme
Version: 5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gs-result
Tags: government-jobs, sarkari-result, job-portal, responsive
*/

/* =Reset and Base Styles
-------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    background-color: #f8fafc;
    color: #333;
    line-height: 1.6;
    padding-bottom: 60px !important;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* =Header Styles
-------------------------------------------------------------- */
.header {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: white;
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    font-size: 32px;
    margin-right: 10px;
}

.logo-text h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.logo-text p {
    font-size: 13px;
    opacity: 0.9;
}

.header-actions {
    display: flex;
    gap: 15px;
}

.header-actions a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 8px 15px;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.header-actions a:hover {
    background: rgba(255,255,255,0.25);
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.nav-menu {
    display: flex;
    gap: 25px;
}

.nav-menu a {
    font-weight: 600;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
}

.nav-menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.nav-menu a:hover:after {
    width: 100%;
}

/* =Search Box
-------------------------------------------------------------- */
.search-box {
    display: flex;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    width: 300px;
}

.search-box .search-form {
    display: flex;
    width: 100%;
}

.search-box .search-field {
    flex: 1;
    border: none;
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    background: transparent;
    width: 100%;
}

.search-box .search-submit {
    background: #f59e0b;
    border: none;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box .search-submit:hover {
    background: #d97706;
}

/* =Main Content
-------------------------------------------------------------- */
.main-content {
    padding: 50px 0;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title .view-all {
    margin-left: auto;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
}

/* =Social Share Buttons
-------------------------------------------------------------- */
.social-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.social-share h4 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #374151;
    font-weight: 600;
}

.whatsapp-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-share-btn:hover {
    background: #128C7E;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

/* =Feature Boxes
-------------------------------------------------------------- */
/* =Feature Boxes - 3 per row
-------------------------------------------------------------- */
.feature-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-box {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-top: 4px solid #2563eb;
    position: relative;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-box.jobs {
    border-top-color: #10b981;
}

.feature-box.results {
    border-top-color: #f59e0b;
}

.feature-box.admit {
    border-top-color: #8b5cf6;
}

.feature-box.syllabus {
    border-top-color: #ef4444;
}

.feature-box.papers {
    border-top-color: #7c3aed;
}

.feature-box.news {
    border-top-color: #ec4899;
}

.feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.jobs .feature-icon {
    background: #d1fae5;
    color: #10b981;
}

.results .feature-icon {
    background: #fef3c7;
    color: #f59e0b;
}

.admit .feature-icon {
    background: #ede9fe;
    color: #8b5cf6;
}

.syllabus .feature-icon {
    background: #fee2e2;
    color: #ef4444;
}

.papers .feature-icon {
    background: #e9d5ff;
    color: #7c3aed;
}

.news .feature-icon {
    background: #fce7f3;
    color: #ec4899;
}

.feature-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.feature-list {
    margin: 0;
    padding: 0;
}

.feature-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
}

.feature-list li:hover {
    background: #f8fafc;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 -10px;
    border-radius: 5px;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list a {
    display: block;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 500;
    padding-right: 40px; /* Space for new badge */
}

.feature-list a:hover {
    color: #2563eb;
}

.view-all-btn {
    display: block;
    text-align: center;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    padding: 8px 0;
    border-top: 1px solid #f1f5f9;
}

.view-all-btn:hover {
    text-decoration: underline;
}

/* =New Badge Styles
-------------------------------------------------------------- */
.new-badge {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
    position: relative;
}

.new-badge:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24, #ff9ff3, #f368e0);
    border-radius: 12px;
    z-index: -1;
    animation: rotate 3s linear infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* New badge for feature list items */
.feature-list .new-badge {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 9px;
    padding: 1px 6px;
}

/* New badge for category cards */
.category-post-card .new-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

/* New badge for single post title */
.entry-title .new-badge {
    font-size: 12px;
    padding: 3px 10px;
    vertical-align: middle;
}

/* =Single Post Styles
-------------------------------------------------------------- */
.single-post-content {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.entry-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.entry-title {
    font-size: 32px;
    color: #1e3a8a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.entry-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #64748b;
    flex-wrap: wrap;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-content {
    font-size: 16px;
    line-height: 1.8;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin: 30px 0 15px;
    color: #1e3a8a;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.entry-content li {
    margin-bottom: 8px;
}

.entry-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #e2e8f0;
}

.post-tags {
    font-size: 14px;
}

/* =Updates List
-------------------------------------------------------------- */
.main-updates {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.updates-list {
    margin: 0;
    padding: 0;
}

.update-item {
    display: flex;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.3s ease;
}

.update-item:hover {
    background: #f8fafc;
    margin: 0 -10px;
    padding: 18px 10px;
    border-radius: 8px;
}

.update-item:last-child {
    border-bottom: none;
}

.update-badge {
    background: #e0f2fe;
    color: #0369a1;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    min-width: 80px;
    text-align: center;
}

.update-content {
    flex: 1;
}

.update-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.update-content a {
    color: #1e293b;
    transition: color 0.3s ease;
}

.update-content a:hover {
    color: #2563eb;
}

.update-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #64748b;
}

.last-date {
    color: #dc2626;
    font-weight: 600;
}

/* =Sidebar Widgets
-------------------------------------------------------------- */
.home-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.single-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.widget-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px 0;
    color: #1e3a8a;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.upcoming-exams, .quick-categories {
    padding: 0;
    margin: 0;
}

.upcoming-exams li, .quick-categories li {
    margin: 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.upcoming-exams li:last-child, .quick-categories li:last-child {
    border-bottom: none;
}

.upcoming-exams a, .quick-categories a {
    color: #475569;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 500;
}

.upcoming-exams a:hover, .quick-categories a:hover {
    color: #2563eb;
}

.upcoming-exams .exam-date {
    background: #fef3c7;
    color: #d97706;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.quick-categories a span {
    background: #e0f2fe;
    color: #0369a1;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

/* Tag Cloud */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: #e0f2fe;
    color: #0369a1;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag:hover {
    background: #0369a1;
    color: white;
    transform: translateY(-2px);
}

/* =Category Sections
-------------------------------------------------------------- */
.category-section {
    margin-bottom: 40px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
    background: #e0f2fe;
    color: #0369a1;
}

.category-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-card p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 15px;
}

.category-card .count {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* =Search Results Styles
-------------------------------------------------------------- */
.search-results-info {
    background: #e0f2fe;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #2563eb;
    font-weight: 600;
    color: #0369a1;
}

.search-result-item {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #10b981;
    transition: all 0.3s ease;
}

.search-result-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.search-result-content .entry-title {
    margin-bottom: 15px;
}

.search-result-content .entry-title a {
    color: #1e3a8a;
    font-size: 20px;
    text-decoration: none;
}

.search-result-content .entry-title a:hover {
    color: #2563eb;
}

.search-result-content .entry-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #64748b;
    flex-wrap: wrap;
}

.search-result-content .entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-summary {
    line-height: 1.6;
    color: #475569;
    margin-bottom: 15px;
}

.search-highlight {
    background: #fef3c7;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
    color: #d97706;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #1e3a8a;
    gap: 12px;
}

/* No Results Styles */
.no-search-results {
    text-align: center;
    padding: 50px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.no-results-icon {
    font-size: 64px;
    color: #d1d5db;
    margin-bottom: 20px;
}

.no-search-results h3 {
    color: #374151;
    margin-bottom: 15px;
    font-size: 24px;
}

.no-search-results p {
    color: #6b7280;
    margin-bottom: 30px;
    font-size: 16px;
}

.search-suggestions {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    text-align: left;
}

.search-suggestions h4 {
    color: #374151;
    margin-bottom: 10px;
    font-size: 18px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-suggestions li {
    padding: 8px 0;
    color: #6b7280;
    position: relative;
    padding-left: 20px;
}

.search-suggestions li:before {
    content: "•";
    color: #2563eb;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.search-again {
    margin-top: 30px;
}

.search-again h4 {
    color: #374151;
    margin-bottom: 15px;
    font-size: 18px;
}

.search-again .search-form {
    max-width: 400px;
    margin: 0 auto;
}

/* =Pagination
-------------------------------------------------------------- */
.pagination {
    margin-top: 50px;
    text-align: center;
}

.nav-links {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #374151;
    font-weight: 600;
    transition: all 0.3s ease;
}

.page-numbers.current {
    background: #2563eb;
    color: white;
    border-color: #2563eb;
}

.page-numbers:hover:not(.current) {
    background: #e5e7eb;
    border-color: #9ca3af;
}

/* =Footer
-------------------------------------------------------------- */
.footer {
    background: #1e293b;
    color: white;
    padding: 50px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-column h4 {
    color: #fbbf24;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.footer-column p {
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

.footer-column ul {
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin: 10px 0;
}

.footer-column a {
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

.footer-column ul li {
    margin: 8px 0;
}

.footer-column ul li a {
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-column ul li a:hover {
    color: white;
}

.footer-column ul li a span {
    background: #374151;
    color: #9ca3af;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: #4b5563;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 20px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

.footer-bottom p {
    margin: 5px 0;
}

/* =Mobile Sticky Bar
-------------------------------------------------------------- */
.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 8px 10px;
    z-index: 1000;
    height: 60px;
    box-sizing: border-box;
    width: 100%;
}

.sticky-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.sticky-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 11px;
    color: #374151;
    flex: 1;
    min-height: 44px;
    text-decoration: none;
}

.sticky-icon {
    font-size: 18px;
    margin-bottom: 2px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-item span {
    line-height: 1.2;
    font-size: 10px;
}

.whatsapp {
    color: #25D366;
}

.telegram {
    color: #0088cc;
}

/* =Category Page Card Design
-------------------------------------------------------------- */
.page-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.archive-description {
    background: #e0f2fe;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #2563eb;
    color: #0369a1;
}

.category-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.category-post-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.category-post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-color: #2563eb;
}

.category-post-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #1e3a8a);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.post-badge {
    background: #e0f2fe;
    color: #0369a1;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.last-date-badge {
    background: #fef3c7;
    color: #d97706;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.card-title a {
    color: #1e3a8a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #2563eb;
}

.card-excerpt {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #94a3b8;
}

.card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.read-more-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border: 1px solid #2563eb;
    border-radius: 6px;
}

.read-more-card-btn:hover {
    background: #2563eb;
    color: white;
    gap: 12px;
}

.whatsapp-card-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-card-share:hover {
    background: #128C7E;
    transform: scale(1.1);
}

.whatsapp-share-btn-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.whatsapp-share-btn-mini:hover {
    background: #128C7E;
    transform: scale(1.1);
}

.no-posts {
    text-align: center;
    padding: 50px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.no-results-icon {
    font-size: 64px;
    color: #d1d5db;
    margin-bottom: 20px;
}

.no-posts h3 {
    color: #374151;
    margin-bottom: 15px;
    font-size: 24px;
}

.no-posts p {
    color: #6b7280;
    font-size: 16px;
}

.last-date {
    color: #dc2626;
    font-weight: 600;
}

/* =Visibility Control Classes
-------------------------------------------------------------- */
.hide-desktop {
    display: none !important;
}

.hide-mobile {
    display: block !important;
}

/* =Responsive Design
-------------------------------------------------------------- */
@media (max-width: 1200px) {
    .feature-boxes {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .category-grid, .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .category-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .single-sidebar {
        position: static;
    }
    
    .category-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Single Post Content - Wider on Mobile */
    .single-post-content {
        margin: 0 5px !important;
        padding: 20px 15px;
        width: calc(100% - 10px) !important;
        box-sizing: border-box;
        border-radius: 8px;
    }
    
    /* Homepage Feature Boxes Width */
    .feature-boxes {
        margin: 0 5px 40px 5px;
        width: calc(100% - 10px);
        box-sizing: border-box;
        grid-template-columns: 1fr;
    }
    
    /* Main Content Container Adjustment */
    .main-content > .container {
        padding: 0 5px !important;
        width: 100%;
        max-width: none;
    }
    
    /* Content Grid Adjustment */
    .content-grid {
        margin: 0;
        width: 100%;
    }
    
    /* Main Updates Section */
    .main-updates {
        margin: 0;
        width: 100%;
        padding: 15px 0;
    }
    
    /* Feature Box Individual Cards */
    .feature-box {
        margin: 0 0 15px 0;
        width: 100%;
    }
    
    /* Ensure header and footer remain full width */
    .header .container,
    .footer .container {
        padding: 0 15px;
        width: 100%;
    }
    
    /* Mobile sticky bar full width */
    .mobile-sticky-bar {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 8px 10px;
    }
    
    /* Adjust new badge for mobile */
    .new-badge {
        font-size: 9px;
        padding: 1px 6px;
    }
    
    .entry-title .new-badge {
        font-size: 10px;
        padding: 2px 8px;
    }
}

@media (max-width: 480px) {
    .update-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .update-badge {
        align-self: flex-start;
    }
    
    .logo-text h1 {
        font-size: 24px;
    }
    
    .feature-box {
        padding: 20px;
    }
    
    .category-card {
        padding: 20px;
    }
    
    .section-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-title .view-all {
        margin-left: 0;
    }
    
    .entry-content {
        font-size: 15px;
    }
    
    .comment-respond {
        padding: 20px;
    }
    
    .comment-form {
        gap: 15px;
    }
    
    /* Further mobile refinements */
    .single-post-content {
        margin: 0 6px;
        padding: 15px 12px;
        width: calc(100% - 12px);
    }
    
    .feature-boxes {
        margin: 0 6px 40px 6px;
        width: calc(100% - 12px);
    }
    
    .main-content > .container {
        padding: 0 6px;
    }
    
    .mobile-sticky-bar {
        padding: 6px 8px;
        height: 56px;
    }
    
    .sticky-item {
        font-size: 10px;
    }
    
    .sticky-icon {
        font-size: 16px;
    }
    
    body {
        padding-bottom: 56px !important;
    }
    
    /* Ensure content doesn't touch screen edges */
    body {
        padding-left: 0;
        padding-right: 0;
    }
}