:root {
  --jp-primary: #155eef;
  --jp-secondary: #0f172a;
  --jp-accent: #f97316;
  --jp-bg: #f5f7fb;
  --jp-text: #1f2937;
  --jp-muted: #64748b;
  --jp-border: #e5e7eb;
  --jp-success: #16a34a;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Inter, Arial, sans-serif;
  background: var(--jp-bg);
  color: var(--jp-text);
  line-height: 1.65;
}

a {
  text-decoration: none;
}

/* Topbar */
.topbar {
  background: #0b1220;
  color: #dbeafe;
  padding: 8px 0;
  font-size: 14px;
}

/* Navbar */
.navbar {
  backdrop-filter: blur(14px);
}

.navbar-brand {
  font-weight: 900;
  color: var(--jp-primary) !important;
  letter-spacing: -0.5px;
}

.nav-link {
  font-weight: 700;
  color: #334155 !important;
}

.nav-link:hover {
  color: var(--jp-primary) !important;
}

/* Buttons */
.btn {
  border-radius: 9px !important;
  padding: 7px !important;
}

.btn-primary {
  background: var(--jp-primary);
  border-color: var(--jp-primary);
  box-shadow: 0 12px 22px rgba(21, 94, 239, 0.18);
}

.btn-primary:hover {
  background: #0f4fd1;
  border-color: #0f4fd1;
}

.btn-outline-primary {
  border-color: var(--jp-primary);
  color: var(--jp-primary);
}

.btn-outline-primary:hover {
  background: var(--jp-primary);
  border-color: var(--jp-primary);
}

/* Hero */
.hero {
  background:
    radial-gradient(
      circle at top right,
      rgba(249, 115, 22, 0.28),
      transparent 28%
    ),
    linear-gradient(135deg, #071226, #123e92 55%, #155eef);

  color: #fff;
  padding: 88px 0 74px;
  position: relative;
  overflow: hidden;
}

.hero h1 {
  font-weight: 900;
  letter-spacing: -1.2px;
}

.hero .lead {
  color: #dbeafe;
}

.hero-search {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.22);
}

.hero-search .form-control,
.hero-search .form-select {
  border: 1px solid var(--jp-border);
  min-height: 42px;
  border-radius: 14px;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 16px;
}

/* Section */
.section-title {
  font-weight: 900;
  letter-spacing: -0.6px;
}

/* Cards */
.card,
.job-card,
.filter-card,
.summary-card {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.job-card {
  height: 100%;
  transition: 0.25s;
  position: relative;
  overflow: hidden;
}

.job-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(var(--jp-primary), #38bdf8);
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}

/* Company Logo */
.company-logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jp-primary);
  font-size: 22px;
  flex: none;
}

/* Job Title */
.job-title {
  font-size: 21px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

.job-title:hover {
  color: var(--jp-primary);
}

/* Meta Pills */
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 700;
  font-size: 13px;
  margin: 0 6px 8px 0;
}

/* Skill Badges */
.skill-badge,
.badge-soft {
  display: inline-block;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  margin: 0 6px 7px 0;
}

.urgent-badge {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

.job-desc {
  color: #64748b;
}

/* Filters */
.filter-card {
  position: sticky;
  top: 92px;
}

/* Forms */
.form-control,
.form-select {
  border: 1px solid var(--jp-border);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--jp-primary);
  box-shadow: 0 0 0 0.2rem rgba(21, 94, 239, 0.12);
}

/* Page Header */
.page-header {
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #fff;
  padding: 52px 0;
}

.breadcrumb-light,
.breadcrumb-light a {
  color: #dbeafe;
}

/* Job Detail */
.job-detail-hero {
  background: linear-gradient(135deg, #071226, #1645a5);
  color: #fff;
  padding: 48px 0;
}

.detail-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eff6ff;
  color: var(--jp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.detail-section h4 {
  font-weight: 900;
  margin-top: 8px;
}

/* Apply Box */
.apply-box {
  position: sticky;
  top: 92px;
}

/* Summary List */
.summary-list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}

.summary-list li:last-child {
  border-bottom: 0;
}

/* Footer */
.footer {
  background: #071226;
  color: #cbd5e1;
  padding: 46px 0;
  margin-top: 60px;
}

.footer h5 {
  color: #fff;
  font-weight: 900;
}

/* Admin Sidebar */
.admin-sidebar {
  min-height: 100vh;
  background: #111827;
}

.admin-sidebar a {
  color: #d1d5db;
  text-decoration: none;
  display: block;
  padding: 12px 18px;
}

.admin-sidebar a:hover {
  background: #1f2937;
  color: #fff;
}

/* Brand Subtitle */
.brand-sub {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  line-height: 1;
  margin-top: 0px;
  margin-left:20%;
}

/* Responsive */
@media (max-width: 767px) {
  .hero {
    padding: 58px 0;
  }

  .hero-search {
    border-radius: 18px;
  }

  .job-title {
    font-size: 18px;
  }

  .topbar .container {
    gap: 8px;
    flex-direction: column;
  }

  .filter-card,
  .apply-box {
    position: static;
  }
}


.industry-card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 12px;
    transition: 0.3s;
    border: 1px solid #eee;
}

.icon {
    font-size: 36px;
    color: #d2672d;
    margin-bottom: 10px;
}