/* ═══════════════════════════════════════════════════════════
   DIAL4COLLEGES - ALL EXAMS PREMIUM STYLING (NAMESPACE: allexam-)
   ════════════════════════════════════════════════════════════ */

:root {
  --allexam-bg: #F8FAFC;
  --allexam-card-bg: #FFFFFF;
  --allexam-primary: #2563EB;
  --allexam-primary-hover: #1D4ED8;
  --allexam-primary-light: #EFF6FF;
  --allexam-primary-border: #BFDBFE;
  --allexam-navy-dark: #0A192F;
  --allexam-navy-mid: #0F2D59;
  --allexam-navy-light: #1E3A8A;
  
  --allexam-accent-orange: #EA580C;
  --allexam-accent-emerald: #059669;
  --allexam-accent-purple: #7C3AED;
  
  --allexam-text-main: #0F172A;
  --allexam-text-muted: #64748B;
  --allexam-text-light: #94A3B8;
  
  --allexam-border: #E2E8F0;
  --allexam-border-subtle: #F1F5F9;
  
  --allexam-radius-sm: 8px;
  --allexam-radius-md: 12px;
  --allexam-radius-lg: 10px;
  --allexam-radius-pill: 9999px;
  
  --allexam-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --allexam-shadow-md: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
  --allexam-shadow-hover: 0 16px 36px -4px rgba(15, 23, 42, 0.12), 0 6px 16px -2px rgba(15, 23, 42, 0.05);
}

/* Base Page Wrapper */
.allexam-page-wrapper {
  background-color: var(--allexam-bg);
  min-height: 100vh;
  color: var(--allexam-text-main);
  padding-bottom: 70px;
}

/* ───────────────────────────────────────────────────────────
   1. PREMIUM NAVY BLUE HERO BANNER
   ─────────────────────────────────────────────────────────── */
.allexam-hero-container {
  background: linear-gradient(135deg, #0d1b47 0%, #1a3b7c 50%, #0d1b47 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 125px 0 54px 0;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

/* Atmospheric Glow & Modern Pattern Overlays */
.allexam-hero-container::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -60px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.28) 0%, rgba(37, 99, 235, 0.08) 45%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.allexam-hero-container::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.allexam-hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.7;
}

.allexam-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin-bottom: 14px;
  color: #94A3B8;
  position: relative;
  z-index: 2;
}

.allexam-breadcrumb a {
  color: #93C5FD;
  text-decoration: none;
  transition: color 0.15s ease;
}

.allexam-breadcrumb a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.allexam-breadcrumb-sep {
  color: #64748B;
  font-size: 10px;
}

.allexam-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(37, 99, 235, 0.28);
  color: #93C5FD;
  border: 1px solid rgba(147, 197, 253, 0.35);
  backdrop-filter: blur(10px);
  padding: 5px 14px;
  border-radius: var(--allexam-radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.allexam-hero-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.allexam-hero-desc {
  font-size: 14.5px;
  color: #CBD5E1;
  max-width: 660px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Glassmorphic Navy Stat Cards */
.allexam-stat-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--allexam-radius-md);
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.allexam-stat-box.clickable-stat {
  cursor: pointer;
}

.allexam-stat-box:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.allexam-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.allexam-stat-val {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
}

.allexam-stat-lbl {
  font-size: 12px;
  color: #94A3B8;
  font-weight: 500;
  margin-bottom: 0;
}

/* ───────────────────────────────────────────────────────────
   2. FILTER & SEARCH TOOLBAR
   ─────────────────────────────────────────────────────────── */
.allexam-toolbar-wrapper {
  background: var(--allexam-card-bg);
  border: 1px solid var(--allexam-border);
  border-radius: var(--allexam-radius-lg);
  padding: 22px 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
  margin-top: -32px;
  position: relative;
  z-index: 10;
}

.allexam-search-wrap {
  position: relative;
}

.allexam-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--allexam-text-light);
  font-size: 14px;
  pointer-events: none;
}

.allexam-search-input {
  width: 100%;
  padding: 11px 40px 11px 40px;
  border-radius: var(--allexam-radius-md);
  border: 1.5px solid var(--allexam-border);
  font-size: 13.5px;
  background-color: #F8FAFC;
  color: var(--allexam-text-main);
  transition: all 0.2s ease;
}

.allexam-search-input:focus {
  background-color: #FFFFFF;
  border-color: var(--allexam-primary);
  box-shadow: 0 0 0 3.5px rgba(37, 99, 235, 0.12);
  outline: none;
}

.allexam-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--allexam-text-light);
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  display: none;
}

.allexam-search-clear:hover {
  color: var(--allexam-text-main);
}

/* Quick Trending Exam Shortcuts */
.allexam-quick-trends {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
}

.allexam-trend-label {
  font-weight: 700;
  color: var(--allexam-accent-orange);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 2px;
}

.allexam-trend-chip {
  background: #FFF7ED;
  color: #C2410C;
  border: 1px solid #FFEDD5;
  border-radius: var(--allexam-radius-pill);
  padding: 3px 10px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}

.allexam-trend-chip:hover {
  background: #FDBA74;
  color: #7C2D12;
  border-color: #FB923C;
}

/* View Mode & Sort Controls */
.allexam-controls-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.allexam-viewmode-group {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #F1F5F9;
  padding: 3px;
  border-radius: var(--allexam-radius-sm);
  border: 1px solid var(--allexam-border);
}

.allexam-viewmode-btn {
  border: none;
  background: transparent;
  color: var(--allexam-text-muted);
  border-radius: 6px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s ease;
}

.allexam-viewmode-btn.active {
  background: #FFFFFF;
  color: var(--allexam-primary);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.allexam-sort-select {
  border: 1px solid var(--allexam-border);
  background-color: #FFFFFF;
  color: var(--allexam-text-main);
  border-radius: var(--allexam-radius-sm);
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.allexam-sort-select:focus {
  border-color: var(--allexam-primary);
}

/* Category Slider with Chevron Buttons */
.allexam-catslider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--allexam-border-subtle);
}

.allexam-scroll-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--allexam-border);
  color: var(--allexam-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  z-index: 2;
}

.allexam-scroll-btn:hover {
  background: var(--allexam-primary);
  color: #FFFFFF;
  border-color: var(--allexam-primary);
}

.allexam-cats-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 3px 6px;
  flex-grow: 1;
}

.allexam-cats-scroll::-webkit-scrollbar {
  display: none;
}

.allexam-cat-pill {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  color: var(--allexam-text-main);
  padding: 6px 14px;
  border-radius: var(--allexam-radius-pill);
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  user-select: none;
}

.allexam-cat-pill:hover {
  background: #E2E8F0;
  color: var(--allexam-text-main);
  transform: translateY(-1px);
}

.allexam-cat-pill.active {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  color: #FFFFFF;
  border-color: #1D4ED8;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.allexam-cat-count {
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}

.allexam-cat-pill.active .allexam-cat-count {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

/* Special Predictor Filter Pill */
.allexam-pill-predictor {
  background: #ECFDF5;
  color: #047857;
  border-color: #A7F3D0;
}

.allexam-pill-predictor:hover {
  background: #D1FAE5;
  color: #065F46;
}

.allexam-pill-predictor.active {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #FFFFFF;
  border-color: #047857;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

/* Secondary Degree / Quick Facets Filter */
.allexam-subfilters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--allexam-border-subtle);
  font-size: 12px;
}

.allexam-subfilter-label {
  font-weight: 700;
  color: var(--allexam-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 4px;
}

.allexam-subfilter-btn {
  background: #F8FAFC;
  color: var(--allexam-text-muted);
  border: 1px solid var(--allexam-border);
  padding: 3.5px 11px;
  border-radius: var(--allexam-radius-sm);
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.allexam-subfilter-btn:hover {
  background: #EFF6FF;
  color: var(--allexam-primary);
  border-color: var(--allexam-primary-border);
}

.allexam-subfilter-btn.active {
  background: #EFF6FF;
  color: var(--allexam-primary);
  border-color: var(--allexam-primary);
  font-weight: 700;
}

.allexam-subfilter-btn.predictor-only-btn {
  background: #F0FDF4;
  color: #15803D;
  border-color: #BBF7D0;
}

.allexam-subfilter-btn.predictor-only-btn:hover {
  background: #DCFCE7;
  color: #166534;
}

.allexam-subfilter-btn.predictor-only-btn.active {
  background: #059669;
  color: #FFFFFF;
  border-color: #047857;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.3);
}

/* Results Status Bar */
.allexam-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px 8px 4px;
  font-size: 13px;
  color: var(--allexam-text-muted);
}

.allexam-status-count {
  font-weight: 700;
  color: var(--allexam-text-main);
}

.allexam-active-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EFF6FF;
  color: var(--allexam-primary);
  border: 1px solid var(--allexam-primary-border);
  padding: 3px 10px;
  border-radius: var(--allexam-radius-pill);
  font-size: 12px;
  font-weight: 600;
}

/* ───────────────────────────────────────────────────────────
   3. EXAM CARD DESIGN (ENHANCED SPACING & BUTTONS)
   ─────────────────────────────────────────────────────────── */
.allexam-grid-container {
  margin-top: 8px;
}

.allexam-card-item {
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-bottom: 10px;
}

.allexam-card {
  background: var(--allexam-card-bg);
  border: 1px solid var(--allexam-border);
  border-radius: var(--allexam-radius-lg);
  box-shadow: var(--allexam-shadow-md);
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}

.allexam-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3B82F6 0%, #8B5CF6 50%, #06B6D4 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.allexam-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--allexam-shadow-hover);
  border-color: #CBD5E1;
}

.allexam-card:hover::before {
  opacity: 1;
}

/* Card Top: Avatar/Logo + Meta (Tags & Title) */
.allexam-card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.allexam-logo-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #F8FAFC;
  border: 1px solid var(--allexam-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.allexam-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Vibrant Colorful Avatar Monograms */
.allexam-logo-fallback {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.allexam-meta-box {
  flex: 1;
  min-width: 0;
}

.allexam-tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}

.allexam-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.allexam-tag-predictor {
  background: #ECFDF5;
  color: #047857;
  border: 1px solid #A7F3D0;
  font-weight: 700;
}

.allexam-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--allexam-text-main);
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease;
}

.allexam-title a {
  color: inherit;
  text-decoration: none;
}

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

.allexam-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Search Highlight */
.allexam-highlight {
  background-color: #FEF08A;
  color: #854D0E;
  padding: 0 2px;
  border-radius: 2px;
  font-weight: 800;
}

/* Card Body Description */
.allexam-desc {
  font-size: 12.5px;
  color: var(--allexam-text-muted);
  line-height: 1.55;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 38px;
}

/* Feature Chips Bar */
.allexam-chips-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  border-top: 1px dashed var(--allexam-border);
  margin-bottom: 16px;
}

.allexam-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--allexam-text-muted);
  background: #F8FAFC;
  border: 1px solid var(--allexam-border);
  padding: 4px 9px;
  border-radius: 6px;
  line-height: 1.2;
}

.allexam-chip i {
  font-size: 11px;
  color: var(--allexam-primary);
}

.allexam-chip-colleges {
  background: #EFF6FF;
  border-color: #BFDBFE;
  color: #1D4ED8;
  font-weight: 600;
}

.allexam-chip-predictor {
  background: #ECFDF5;
  border-color: #A7F3D0;
  color: #047857;
  font-weight: 600;
}

/* Pulse Live Dot for Direct Predictor */
.allexam-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #10B981;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: allexam-pulse 1.8s infinite;
  margin-left: 2px;
}

@keyframes allexam-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* Card Action Buttons (Enhanced with Spacing & Micro-animations) */
.allexam-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--allexam-border-subtle);
  position: relative;
  z-index: 2;
}

.allexam-btn-overview {
  flex: 1;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  color: #FFFFFF;
  border: none;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.2);
}

.allexam-btn-overview:hover {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
  color: #FFFFFF;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
  transform: translateY(-2px);
}

.allexam-btn-overview i {
  transition: transform 0.2s ease;
}

.allexam-btn-overview:hover i {
  transform: translateX(3px);
}

.allexam-btn-predict {
  background: #F0F7FF;
  color: #1D4ED8;
  border: 1.5px solid #BFDBFE;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.allexam-btn-predict:hover {
  background: #DBEAFE;
  color: #1E40AF;
  border-color: #93C5FD;
  transform: translateY(-2px);
}

/* Predictor Live Styling */
.allexam-btn-predict-live {
  background: #ECFDF5;
  color: #047857;
  border-color: #A7F3D0;
}

.allexam-btn-predict-live:hover {
  background: #D1FAE5;
  color: #065F46;
  border-color: #6EE7B7;
}

/* ───────────────────────────────────────────────────────────
   4. CATEGORY-WISE GROUPED SECTION
   ─────────────────────────────────────────────────────────── */
.allexam-cat-section {
  margin-bottom: 38px;
}

.allexam-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 2px solid var(--allexam-border);
}

.allexam-cat-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.allexam-cat-bar {
  width: 5px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2563EB 0%, #8B5CF6 100%);
}

.allexam-cat-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--allexam-text-main);
  margin: 0;
}

.allexam-cat-badge {
  background: #EEF2FF;
  color: #4338CA;
  border: 1px solid #C7D2FE;
  font-size: 11.5px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: var(--allexam-radius-pill);
}

/* ───────────────────────────────────────────────────────────
   5. LOAD MORE / PAGINATION CONTROL
   ─────────────────────────────────────────────────────────── */
.allexam-pagination-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  gap: 10px;
}

.allexam-loadmore-btn {
  background: #FFFFFF;
  color: var(--allexam-primary);
  border: 1.5px solid var(--allexam-primary);
  padding: 10px 26px;
  border-radius: var(--allexam-radius-pill);
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: var(--allexam-shadow-sm);
}

.allexam-loadmore-btn:hover {
  background: var(--allexam-primary);
  color: #FFFFFF;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.allexam-progress-label {
  font-size: 12.5px;
  color: var(--allexam-text-muted);
}

/* ───────────────────────────────────────────────────────────
   6. EMPTY STATE
   ─────────────────────────────────────────────────────────── */
.allexam-empty-state {
  background: var(--allexam-card-bg);
  border: 1px dashed #CBD5E1;
  border-radius: var(--allexam-radius-lg);
  padding: 50px 20px;
  text-align: center;
  margin: 24px 0;
}

.allexam-empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #EFF6FF;
  color: var(--allexam-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 14px;
}

.allexam-empty-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--allexam-text-main);
  margin-bottom: 4px;
}

.allexam-empty-desc {
  font-size: 13.5px;
  color: var(--allexam-text-muted);
  max-width: 440px;
  margin: 0 auto 16px auto;
}

/* ───────────────────────────────────────────────────────────
   7. HIGHLIGHTS & TRUST SECTION
   ─────────────────────────────────────────────────────────── */
.allexam-highlights-wrapper {
  background: var(--allexam-card-bg);
  border: 1px solid var(--allexam-border);
  border-radius: var(--allexam-radius-lg);
  padding: 28px;
  margin-top: 40px;
  box-shadow: var(--allexam-shadow-md);
}

.allexam-hl-box {
  background: #F8FAFC;
  border: 1px solid var(--allexam-border);
  border-radius: var(--allexam-radius-md);
  padding: 16px;
  height: 100%;
}

.allexam-hl-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.allexam-hl-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--allexam-text-main);
  margin-bottom: 4px;
}

.allexam-hl-desc {
  font-size: 12px;
  color: var(--allexam-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Floating Back to Top Button */
.allexam-backtotop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--allexam-primary);
  color: #FFFFFF;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
  cursor: pointer;
  z-index: 99;
  transition: all 0.2s ease;
}

.allexam-backtotop:hover {
  background: var(--allexam-primary-hover);
  transform: translateY(-3px);
  color: #FFFFFF;
}

/* Responsive */
@media (max-width: 991px) {
  .allexam-hero-container {
    padding: 95px 0 46px 0;
  }
}

@media (max-width: 768px) {
  .allexam-hero-container {
    padding: 85px 0 42px 0;
  }
  .allexam-hero-title {
    font-size: 1.6rem;
  }
  .allexam-toolbar-wrapper {
    margin-top: -24px;
    padding: 16px;
  }
  .allexam-controls-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .allexam-card {
    padding: 18px;
  }
  .allexam-actions-row {
    flex-direction: column;
    gap: 8px;
  }
  .allexam-btn-overview, .allexam-btn-predict {
    width: 100%;
  }
}
