:root {
    --primary-color: #0070f3;
    --secondary-color: #fafafa;
    --text-main: #111111;
    --text-muted: #666666;
    --card-bg: #ffffff;
    --border-color: #eaeaea;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-hover: 0 10px 15px rgba(0,0,0,0.08);
    --font-heading: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'SFMono-Regular', Consolas, Menlo, monospace;
}

/* ================= BASE ================= */

body {
    background: var(--secondary-color);
    color: var(--text-main);
    font-family: var(--font-heading);
    -webkit-font-smoothing: antialiased;
}

/* ================= ASTRA FULL WIDTH ================= */

.home .site-content .ast-container,
.home div#content > div.ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ================= MAIN CONTAINER ================= */

.premium-container {
    width: 100%;
    padding: 2rem 25px;
}

/* ================= HERO SECTION ================= */

.hero-section {
    background: #000;
    color: #fff;
    padding: 1.5rem 2rem;
    border-radius: var(--radius-lg);
    margin-bottom: 3rem;
    border: 1px solid #333;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 45%, #111 100%);
}

/* ================= SCROLLING NOTICE ================= */

.scrolling-notification {
    display: flex;
    align-items: center;
    background: #111;
    border-radius: var(--radius-md);
    padding: 0.5rem;
    border: 1px solid #333;
    font-family: var(--font-mono);
    font-size: 0.9rem;
}

.notification-label {
    background: linear-gradient(135deg, #ff00cc, #333399);
    color: #fff;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 12px;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    color: #ccc;
}

@keyframes marquee {
    100% {
        transform: translateX(-100%);
    }
}

/* ================= SARKARI GRID (3 COLUMNS) ================= */

.home .sarkari-layout-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px;
    margin-top: 2rem;
}

/* ================= SARKARI BOX ================= */

.sarkari-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sarkari-box:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

/* ================= HEADER ================= */

.sarkari-header {
    background: linear-gradient(135deg, #dc2626, #991b1b);
    text-align: center;
    padding: 12px 0;
}

.sarkari-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

/* ================= CONTENT ================= */

.sarkari-content {
    padding: 15px;
}

.sarkari-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sarkari-content li {
    display: flex;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #f1f5f9;
    font-size: 0.95rem;
}

.sarkari-content li:last-child {
    border-bottom: none;
}

.sarkari-content li::before {
    content: "›";
    color: #dc2626;
    font-weight: 900;
    margin-right: 10px;
}

.sarkari-content a {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
}

.sarkari-content a:hover {
    color: #dc2626;
}

/* ================= VIEW MORE ================= */

.sarkari-more {
    text-align: right;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #f3f4f6;
}

.sarkari-more a {
    color: #dc2626;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* ================= EMPTY STATE ================= */

.no-posts {
    text-align: center;
    color: #9ca3af;
    font-style: italic;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
    .home .sarkari-layout-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .home .sarkari-layout-grid {
        grid-template-columns: 1fr !important;
    }

    .premium-container {
        padding: 1.5rem 1rem;
    }
}


/* Post Date – Clean Job Style */
.cs-post-date {
  font-size: 13px;
  color: #555;
  margin-bottom: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


/* =======================================
   Premium Download Timer Button
======================================= */

.download-timer-box {
  max-width: 460px;
  margin: 30px auto;
  padding: 22px 24px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  text-align: center;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}

/* subtle top accent */
.download-timer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
}

/* Timer text (hidden initially) */
.download-timer-box .timer-text {
  display: none;
  font-size: 15px;
  color: #374151;
  margin-bottom: 16px;
  line-height: 1.6;
  animation: fadeSlide 0.4s ease forwards;
}

.download-timer-box .timer-text.active {
  display: block;
}

/* Countdown number */
.download-timer-box .timer-count {
  font-size: 22px;
  font-weight: 800;
  color: #2563eb;
  margin: 0 4px;
}

/* Download button */
.download-timer-box .download-btn {
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 15px rgba(37, 99, 235, 0.35);
  transition: all 0.25s ease;
}

/* Hover (enabled only) */
.download-timer-box .download-btn:not([disabled]):hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.45);
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

/* Disabled state */
.download-timer-box .download-btn[disabled] {
  background: linear-gradient(135deg, #9ca3af, #6b7280);
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.9;
}

/* Smooth timer appearance */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile optimization */
@media (max-width: 480px) {
  .download-timer-box {
    margin: 18px 12px;
    padding: 18px;
    border-radius: 12px;
  }

  .download-timer-box .download-btn {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }
}
