/* POJO Home Page – navy + coral redesign */
:root {
  --pojo-navy:#282D54;
  --pojo-navy-mid: #0f172a;
  --pojo-navy-deep: #1C1C38;
  --pojo-coral: #FE2740;
  --pojo-coral-hover: #a82f2f;
  --pojo-gray: #EEEEEE;
  --pojo-text: #0f172a;
  --pojo-muted: #64748b;
  --pojo-white: #ffffff;
  --pojo-radius: 8px;
  --pojo-radius-lg: 16px;
  --pojo-radius-xl: 24px;
  --pojo-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  --display: "Poppins", system-ui, sans-serif;
}

/* Sign-in / register modals */
.mypremodal .preuserinfo .btn-yellow,
.mypremodal .preuserinfo .btn-dark {
  display: inline-block;
  font-weight: 700;
  border-radius: var(--pojo-radius, 8px);
  padding: 10px 25px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mypremodal .preuserinfo .btn-yellow {
  background: var(--pojo-coral, #FE2740);
  color: #fff;
  border: 2px solid var(--pojo-coral, #FE2740);
  box-shadow: 0 8px 24px rgba(254, 39, 64, 0.2);
}

.mypremodal .preuserinfo .btn-yellow:hover,
.mypremodal .preuserinfo .btn-yellow:focus {
  background: var(--pojo-coral, #FE2740);
  color: #fff;
  border-color: var(--pojo-navy, #282D54);
  box-shadow: 0 10px 28px rgba(254, 39, 64, 0.25);
}

.mypremodal .preuserinfo .btn-dark {
  background: var(--pojo-navy, #282D54);
  color: #fff;
  border: 2px solid var(--pojo-navy, #282D54);
  box-shadow: none;
}

.mypremodal .preuserinfo .btn-dark:hover,
.mypremodal .preuserinfo .btn-dark:focus {
  background: var(--pojo-navy, #282D54);
  color: #fff;
  border-color: var(--pojo-coral, #FE2740);
}

.pojo-home {
  --pojo-navy:#282D54; /* #0a1128 */
  --pojo-navy-mid: #0f172a;
  --pojo-navy-deep: #1C1C38; /* #060d1f */
  --pojo-coral: #FE2740; /* #c23a3a */
  --pojo-coral-hover: #a82f2f;
  --pojo-gray: #EEEEEE; /* #f8fafc */
  --pojo-text: #0f172a;
  --pojo-muted: #64748b;
  --pojo-white: #ffffff;
  --pojo-radius: 8px;
  --pojo-radius-lg: 16px;
  --pojo-radius-xl: 24px;
  --pojo-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  --clr-primary: #c23a3a;
  --clr-secondary: #a82f2f;
  font-family: 'Inter', sans-serif;
}

/* ---- Header (Figma Menu: 72px bar, 26px gaps) ---- */
.header.pojo-header {
  background: var(--pojo-white);
  border-bottom: 1px solid #e7e9f2;
  box-shadow: none;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
}

.header.pojo-header.issticky {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.header.pojo-header .container-fluid {
  padding-left: 28px;
  padding-right: 28px;
}

.header.pojo-header .row.header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}

.header.pojo-header .header-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.header.pojo-header .logo {
  padding-right: 0 !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .header.pojo-header .row.header-inner > .col-lg-2 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
  }

  .header.pojo-header .row.header-inner > .col-lg-10 {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }
}

.header.pojo-header .header-brand-divider {
  width: 1px;
  height: 34px;
  background: #e7e9f2;
  margin: 0 !important;
  flex-shrink: 0;
}

.header.pojo-header .proudly-sa {
  height: 38px;
  width: auto;
  max-height: 38px;
  margin: 0;
  flex-shrink: 0;
}

.header.pojo-header .navbar-div {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
  min-width: 0;
}

.header.pojo-header .navbar {
  padding: 0;
  flex: 1;
  min-width: 0;
}

.header.pojo-header .navbar-nav {
  margin-left: auto;
  margin-right: 0;
  align-items: center;
  gap: 26px;
}

.header.pojo-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2b3052;
  font-weight: 600;
  font-size: 15px;
  border-bottom: none;
  padding: 0 !important;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s;
}

.header.pojo-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.header.pojo-header .navbar-light .navbar-nav .active > .nav-link {
  color: var(--pojo-coral);
}

.header.pojo-header .navbar-expand-lg .navbar-nav .nav-item.register .nav-link {
  margin-left: 0;
}

/* ---- Hero ---- */
.pojo-home .searchwrap.pojo-hero,
.pojo-home .pojo-hero {
  background: var(--pojo-navy) !important;
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}

.pojo-home .pojo-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.pojo-home .pojo-hero h1 {
  color: var(--pojo-white);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.pojo-home .pojo-hero .hero-sub {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.55;
}

/* Hero search bar */
.pojo-home .pojo-hero .searchbar {
  max-width: 850px;
  margin: 0 auto;
}

.pojo-home .pojo-search-pill {
  display: flex;
  align-items: stretch;
  background: var(--pojo-white);
  border-radius: var(--bs-border-radius-xl);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  min-height: 58px;
}

.pojo-home .pojo-search-field {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 8px 0 20px;
}

.pojo-home .pojo-search-field:first-child {
  padding-left: 28px;
}

.pojo-home .pojo-search-divider {
  width: 1px;
  align-self: center;
  height: 28px;
  background: #e2e8f0;
  flex-shrink: 0;
}

.pojo-home .pojo-search-field .form-control {
  border: none;
  background: transparent;
  height: 58px;
  width: 100%;
  font-size: 15px;
  color: var(--pojo-text);
  padding: 0 8px;
  box-shadow: none;
}

.pojo-home .pojo-search-field .form-control:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.pojo-home .pojo-search-field .form-control::placeholder {
  color: #94a3b8;
}

.pojo-home .pojo-search-select {
  position: relative;
  padding-right: 12px;
}

.pojo-home .pojo-search-select .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 28px;
  cursor: pointer;
  color: var(--pojo-muted);
}

/* Narrower category dropdown */
@media (min-width: 992px) {
  .pojo-home .pojo-search-field.pojo-search-category {
    flex: 0 0 200px;
    width: 200px;
  }
}

.pojo-home .pojo-search-select::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}

.pojo-home .pojo-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--pojo-coral);
  color: var(--pojo-white);
  border: none;
  padding: 0 36px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0;
  transition: background 0.2s ease;
  min-height: 58px;
}

.pojo-home .pojo-search-btn:hover {
  background: var(--pojo-coral-hover);
  color: var(--pojo-white);
}

.pojo-home .pojo-search-btn i {
  font-size: 15px;
}

/* Legacy bootstrap input-group (fallback) */
.pojo-home .pojo-hero .searchbar .input-group {
  display: none;
}

/* Trending searches under the search bar */
.pojo-home .pojo-trending {
  max-width: 850px;
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pojo-home .pojo-trending-label {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
}

.pojo-home .pojo-trending-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pojo-home .pojo-trending-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pojo-home .pojo-trending-tag:hover,
.pojo-home .pojo-trending-tag:focus {
  background: var(--pojo-coral);
  border-color: var(--pojo-coral);
  color: var(--pojo-white);
  text-decoration: none;
}

@media (max-width: 575px) {
  .pojo-home .pojo-trending {
    margin-top: 14px;
  }
}

.pojo-home .pojo-hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 44px;
}

.pojo-home .pojo-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pojo-white);
  text-align: left;
}

.pojo-home .pojo-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(194, 58, 58, 0.15);
  color: var(--pojo-coral);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.pojo-home .pojo-stat-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.pojo-home .pojo-stat-text span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 2px;
}

/* ---- Section titles ---- */
.pojo-home .pojo-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.pojo-home .pojo-section-head h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--pojo-text);
  margin: 0;
  letter-spacing: -0.02em;
}

.pojo-home .pojo-section-head .view-link {
  color: var(--pojo-coral);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pojo-home .pojo-section-head .view-link:hover {
  color: var(--pojo-coral-hover);
}

.pojo-home .pojo-section-head.centered {
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.pojo-home .pojo-section-head.centered p {
  color: var(--pojo-muted);
  font-size: 15px;
  margin: 10px 0 0;
  max-width: 560px;
  line-height: 1.6;
}

/* ---- Featured jobs ---- */
.pojo-home .pojo-featured {
  /* background: var(--pojo-gray); */
  padding: 37px 0;
}

.pojo-home .pojo-featured .featuredlist {
  margin: 0 -8px;
  padding: 0;
}

.pojo-home .pojo-featured .featuredlist > li {
  padding: 8px;
  margin: 0;
}

.pojo-home .pojo-featured .jobint {
  background: var(--pojo-white);
  border: 1px solid #e2e8f0;
  border-radius: var(--pojo-radius-lg);
  padding: 22px;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.pojo-home .pojo-featured .jobint:hover {
  box-shadow: var(--pojo-shadow);
  border-color: #cbd5e1;
}

.pojo-home .pojo-featured .jobint .job-bookmark {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #94a3b8;
  font-size: 17px;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.15s ease;
}

.pojo-home .pojo-featured .jobint .job-bookmark:hover {
  color: var(--pojo-coral);
  transform: scale(1.1);
}

.pojo-home .pojo-featured .jobint .job-bookmark.is-favourite {
  color: var(--pojo-coral);
}

.pojo-home .pojo-featured .jobint .job-bookmark.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.pojo-home .pojo-featured .jobint h4 {
  padding: 0 24px 10px 0;
  margin: 0;
}

.pojo-home .pojo-featured .jobint h4 a {
  font-size: 16px;
  font-weight: 700;
  color: var(--pojo-text);
  line-height: 1.35;
}

.pojo-home .pojo-featured .jobint h4 a:hover {
  color: var(--pojo-coral);
}

.pojo-home .pojo-featured .job-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.pojo-home .pojo-featured .job-type-tag {
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

.pojo-home .pojo-featured .job-posted {
  font-size: 12px;
  color: var(--pojo-muted);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pojo-home .pojo-featured .job-posted i {
  color: #94a3b8;
}

.pojo-home .pojo-featured .job-apply-btn {
  flex-shrink: 0;
  align-self: center;
  background: var(--pojo-navy);
  color: var(--pojo-white);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--pojo-radius);
  white-space: nowrap;
  transition: background 0.2s ease;
}

.pojo-home .pojo-featured .job-apply-btn:hover {
  background: var(--pojo-coral);
  color: var(--pojo-white);
}

.pojo-home .pojo-featured .jobint strong {
  font-weight: 500;
  font-size: 13px;
  color: var(--pojo-muted);
  display: block;
  margin-bottom: auto;
}

.pojo-home .pojo-featured .jobint strong i {
  color: var(--pojo-coral);
  margin-right: 4px;
}

.pojo-home .pojo-featured .jobcompany {
  background: transparent;
  padding: 14px 0 0;
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pojo-home .pojo-featured .ftjobcomp {
  flex: 1;
  min-width: 0;
}

.pojo-home .pojo-featured .ftjobcomp span {
  display: none;
}

.pojo-home .pojo-featured .ftjobcomp a {
  font-size: 14px;
  font-weight: 600;
  color: var(--pojo-text);
  display: block;
  margin-bottom: 4px;
}

.pojo-home .pojo-featured .ftjobcomp strong {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.pojo-home .pojo-featured .company-logo img {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
}

.pojo-home .pojo-featured .fticon {
  display: none;
}

/* ---- Categories ---- */
.pojo-home .pojo-categories {
  background: var(--pojo-white);
  padding: 37px 0;
}

.pojo-home .pojo-cat-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pojo-home .pojo-cat-card {
  background: var(--pojo-white);
  border: 1px solid #e2e8f0;
  border-radius: var(--pojo-radius-lg);
  padding: 28px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.pojo-home .pojo-cat-card:hover {
  box-shadow: var(--pojo-shadow);
  border-color: #cbd5e1;
  text-decoration: none;
}

.pojo-home .pojo-cat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  color: var(--pojo-coral);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pojo-home .pojo-cat-icon img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.pojo-home .pojo-cat-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--pojo-text);
  margin: 0 0 6px;
}

.pojo-home .pojo-cat-card .cat-jobs {
  font-size: 13px;
  color: var(--pojo-coral);
  font-weight: 600;
  text-transform: lowercase;
}

/* ---- Jobs by Province ---- */
.pojo-home .pojo-provinces {
  background: var(--pojo-gray);
  padding: 37px 0;
}

.pojo-home .pojo-province-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.pojo-home .pojo-province-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pojo-white);
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  color: var(--pojo-text);
  font-weight: 600;
  font-size: 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.pojo-home .pojo-province-link:hover {
  border-color: var(--pojo-coral);
  color: var(--pojo-coral);
  box-shadow: var(--pojo-shadow);
  text-decoration: none;
}

.pojo-home .pojo-province-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--pojo-coral);
  background: rgba(254, 39, 64, 0.08);
  border-radius: 999px;
  padding: 2px 10px;
}

.pojo-home .pojo-province-link:hover .pojo-province-count {
  background: rgba(254, 39, 64, 0.16);
}

/* ---- Jobs by Cities ---- */
.pojo-home .pojo-cities {
  background: var(--pojo-white);
  padding: 37px 0;
}

.pojo-home .pojo-city-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.pojo-home .pojo-city-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pojo-gray);
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  color: var(--pojo-text);
  font-weight: 600;
  font-size: 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.pojo-home .pojo-city-link:hover {
  border-color: var(--pojo-coral);
  color: var(--pojo-coral);
  box-shadow: var(--pojo-shadow);
  text-decoration: none;
}

.pojo-home .pojo-city-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--pojo-coral);
  background: rgba(254, 39, 64, 0.08);
  border-radius: 999px;
  padding: 2px 10px;
}

.pojo-home .pojo-city-link:hover .pojo-city-count {
  background: rgba(254, 39, 64, 0.16);
}

/* ---- Industry Leaders (marquee) ---- */
.pojo-home .pojo-employers {
  background: var(--pojo-gray);  /* #e4e7fb; */
  padding: 56px 0;
  overflow: hidden;
}

.pojo-home .pojo-employers .pojo-section-head {
  margin-bottom: 28px;
}

.pojo-home .pojo-employers .pojo-section-head h3 {
  color: var(--pojo-navy);
}

.pojo-home .pojo-employers .pojo-section-head p {
  color: #6366a1;
}

.pojo-home .pojo-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.pojo-home .pojo-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  white-space: nowrap;
  padding: 8px 0;
  --pojo-marquee-duration: 25s;
  animation: pojo-marquee var(--pojo-marquee-duration) linear infinite;
  will-change: transform;
}

.pojo-home .pojo-marquee:hover .pojo-marquee-track {
  animation-play-state: paused;
}

@keyframes pojo-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .pojo-home .pojo-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
}

.pojo-home .pojo-emp-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--pojo-white);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 22px 12px 12px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  flex-shrink: 0;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.pojo-home .pojo-emp-card:hover {
  box-shadow: var(--pojo-shadow);
  border-color: var(--pojo-coral);
  transform: translateY(-2px);
  text-decoration: none;
}

.pojo-home .pojo-emp-logo {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--pojo-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.pojo-home .pojo-emp-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pojo-home .pojo-emp-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--pojo-navy);
  white-space: nowrap;
}

/* ---- CTA ---- */
.pojo-home .pojo-cta-wrap {
  padding: 0 0 72px;
  background: var(--pojo-white);
}

.pojo-home .pojo-cta {
  position: relative;
  border-radius: var(--pojo-radius-xl);
  overflow: hidden;
  background: var(--pojo-navy);
  min-height: 280px;
}

.pojo-home .pojo-cta .row {
  min-height: 280px;
  align-items: stretch;
}

.pojo-home .pojo-cta-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.pojo-home .pojo-cta h2 {
  color: var(--pojo-white);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.pojo-home .pojo-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
  max-width: 420px;
}

.pojo-home .pojo-cta .btn-pojo {
  background: var(--pojo-coral);
  color: var(--pojo-white);
  border-radius: var(--pojo-radius);
  padding: 14px 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
  transition: background 0.2s ease;
}

.pojo-home .pojo-cta .btn-pojo:hover {
  background: var(--pojo-coral-hover);
  color: var(--pojo-white);
}

.pojo-home .pojo-cta-image {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center right;
}

.pojo-home .pojo-cta-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--pojo-navy) 0%, rgba(10, 17, 40, 0.4) 55%, transparent 100%);
  z-index: 1;
}

/* ---- Testimonials ---- */
.pojo-home .pojo-testimonials {
  background: var(--pojo-gray);
  padding: 72px 0;
}

.pojo-home .pojo-testimonials .testimonialsList .item {
  background: var(--pojo-white);
  border-radius: var(--pojo-radius-lg);
  padding: 28px;
  text-align: left;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  position: relative;
  min-height: 240px;
}

.pojo-home .pojo-testimonials .ratinguser {
  margin-bottom: 14px;
}

.pojo-home .pojo-testimonials .ratinguser i {
  color: var(--pojo-coral);
  font-size: 14px;
}

.pojo-home .pojo-testimonials .testimonial-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--pojo-text);
  margin-bottom: 10px;
}

.pojo-home .pojo-testimonials .testimonialsList p {
  font-size: 14px;
  color: var(--pojo-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.pojo-home .pojo-testimonials .testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.pojo-home .pojo-testimonials .testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 18px;
  flex-shrink: 0;
  overflow: hidden;
}

.pojo-home .pojo-testimonials .testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pojo-home .pojo-testimonials .clientname {
  font-weight: 600;
  color: var(--pojo-text);
  font-size: 15px;
}

.pojo-home .pojo-testimonials .clientinfo {
  font-size: 13px;
  color: var(--pojo-muted);
}

.pojo-home .pojo-testimonials .quote-icon {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 48px;
  font-weight: 700;
  color: var(--pojo-coral);
  opacity: 0.2;
  line-height: 1;
  font-family: Georgia, serif;
}

.pojo-home .pojo-testimonials .owl-nav {
  text-align: center;
  margin-top: 28px;
}

.pojo-home .pojo-testimonials .owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pojo-white) !important;
  border: 1px solid #e2e8f0 !important;
  margin: 0 8px;
  color: var(--pojo-text) !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pojo-home .pojo-testimonials .owl-nav button:hover {
  border-color: var(--pojo-coral) !important;
  color: var(--pojo-coral) !important;
}

/* ---- Stats bar ---- */
.pojo-home .pojo-stats-bar {
  background: var(--pojo-navy);
  padding: 64px 0;
}

.pojo-home .pojo-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.pojo-home .pojo-stats-grid .stat-icon {
  font-size: 28px;
  color: var(--pojo-coral);
  margin-bottom: 14px;
}

.pojo-home .pojo-stats-grid .stat-num {
  color: var(--pojo-white);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.pojo-home .pojo-stats-grid .stat-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  max-width: 240px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ---- Footer ---- */
.footerWrap.pojo-footer {
  background: var(--pojo-navy);
  padding: 33px 0 36px;
  color: rgba(255, 255, 255, 0.75);
  border-top: none;
}

.footerWrap.pojo-footer h5 {
  color: var(--pojo-white);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footerWrap.pojo-footer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
}

.footerWrap.pojo-footer .quicklinks li a {
  color: rgba(255, 255, 255, 0.72);
  padding: 5px 0;
  font-size: 14px;
}

.footerWrap.pojo-footer .quicklinks li a:hover {
  color: var(--pojo-coral);
}

/* Footer "Post a Job" — always visible (legacy .postad was hidden on some builds) */
.footerWrap.pojo-footer .quicklinks li.postad,
.footerWrap.pojo-footer .quicklinks li.pojo-footer-cta {
  display: list-item !important;
  margin-bottom: 8px;
}

.footerWrap.pojo-footer .quicklinks li.postad a {
  display: inline-block;
}

.footerWrap.pojo-footer .quicklinks li.pojo-footer-cta a {
  display: inline-block;
  background: var(--pojo-coral);
  color: var(--pojo-white) !important;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: var(--pojo-radius);
  margin-top: 4px;
}

.footerWrap.pojo-footer .quicklinks li.pojo-footer-cta a:hover {
  background: var(--pojo-coral-hover);
  color: var(--pojo-white) !important;
}

.footerWrap.pojo-footer .pojo-brand {
  color: var(--pojo-coral);
  font-family: Georgia, 'Times New Roman', 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.footerWrap.pojo-footer .pojo-brand-tagline {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.footerWrap.pojo-footer .address,
.footerWrap.pojo-footer .email,
.footerWrap.pojo-footer .email a,
.footerWrap.pojo-footer .phone,
.footerWrap.pojo-footer .phone a {
  color: rgba(255, 255, 255, 0.72);
}

.footerWrap.pojo-footer .address::before,
.footerWrap.pojo-footer .email::before {
  color: var(--pojo-coral);
}

.footerWrap.pojo-footer .phone {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.footerWrap.pojo-footer .phone::before {
  color: var(--pojo-coral);
}

.footerWrap.pojo-footer .phone a:hover {
  color: var(--pojo-coral);
}

.footerWrap.pojo-footer .footer-newsletter {
  margin-top: 22px;
}

.footerWrap.pojo-footer .footer-newsletter h6 {
  color: var(--pojo-white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.footerWrap.pojo-footer .footer-newsletter p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.footerWrap.pojo-footer .footer-newsletter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footerWrap.pojo-footer .footer-newsletter-group .form-control {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--pojo-white);
  color: #1c1c38;
  padding: 10px 14px;
  font-size: 14px;
  box-shadow: none;
  height: auto;
  border-radius: 8px;
}

.footerWrap.pojo-footer .footer-newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: var(--pojo-coral);
  color: var(--pojo-white);
  border: none;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  transition: background 0.2s ease;
}

.footerWrap.pojo-footer .footer-newsletter-btn:hover {
  background: var(--pojo-coral-hover);
  color: var(--pojo-white);
}

.footerWrap.pojo-footer .social a {
  /* color: #A82F2F; */
  color: var(--pojo-white);
  /* background: rgba(255, 255, 255, 0.08); */
  background: var(--pojo-coral);
  border: 1px solid rgba(168, 47, 47, 0.55);
  font-size: 18px;
  line-height: 1;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: background 0.2s ease;
}

.footerWrap.pojo-footer .social a:hover {
  background: #A82F2F;
  border-color: #A82F2F;
  color: var(--pojo-white);
}

.footerWrap.pojo-footer .social a .bi {
  display: inline-flex;
}

.copyright.pojo-copyright {
  background: var(--pojo-navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 7px;
  padding-bottom: 3px;
}

.copyright.pojo-copyright .bttxt {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  font-size: 13px;
}

.pojo-home .pojo-categories .view-link {
  color: var(--pojo-coral);
}

.pojo-home .pojo-categories .view-link:hover {
  color: var(--pojo-coral-hover);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .pojo-home .pojo-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pojo-home .pojo-search-pill {
    flex-direction: column;
    border-radius: var(--bs-border-radius-xl);
    overflow: hidden;
  }

  .pojo-home .pojo-search-field {
    padding: 0 20px;
    width: 100%;
  }

  .pojo-home .pojo-search-field:first-child {
    padding-left: 20px;
  }

  .pojo-home .pojo-search-divider {
    width: 100%;
    height: 1px;
    margin: 0;
  }

  .pojo-home .pojo-search-btn {
    width: 100%;
    border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl);
    padding: 16px 24px;
  }

  .pojo-home .pojo-cta-image {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .pojo-home .pojo-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pojo-home .pojo-stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pojo-home .pojo-featured,
  .pojo-home .pojo-categories,
  .pojo-home .pojo-testimonials {
    padding: 48px 0;
  }

  .pojo-home .pojo-cta-content {
    padding: 36px 24px;
  }

  .header.pojo-header .navbar-nav {
    margin-left: 0;
  }

  .pojo-home .pojo-hero-stats {
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .pojo-home .pojo-cat-grid {
    grid-template-columns: 1fr;
  }

  .pojo-home .pojo-stat-item {
    width: 100%;
    justify-content: center;
  }
}

/* Clickable nav dropdowns (Students, Flexible Jobs) */
.click-dropdown {
  position: relative;
}

.click-dropdown-toggle {
  cursor: pointer;
}

.click-dropdown-caret {
  font-size: 11px;
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.click-dropdown.open .click-dropdown-caret {
  transform: rotate(180deg);
}

.click-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 1050;
}

/* Override the global hover rule so these only open on click */
.navbar-nav > li.click-dropdown:hover .click-dropdown-menu {
  display: none;
}

.navbar-nav > li.click-dropdown.open .click-dropdown-menu,
.click-dropdown.open .click-dropdown-menu {
  display: block;
}

.header.pojo-header .navbar-expand-lg .navbar-nav .click-dropdown-menu > li > a,
.header.pojo-header .click-dropdown-menu .dropdown-item {
  display: block;
  padding: 12px 18px;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.header.pojo-header .navbar-expand-lg .navbar-nav .click-dropdown-menu > li > a:hover,
.header.pojo-header .click-dropdown-menu .dropdown-item:hover {
  background: var(--pojo-coral, #FE2740);
  color: #fff;
}

@media (max-width: 991px) {
  .click-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 12px;
  }
}

/* ---- Open to Work pill ---- */
.nav-open-to-work {
  display: flex;
  align-items: center;
}

.otw-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 6px 5px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.otw-pill .lab {
  line-height: 1.18;
  text-align: right;
}

.otw-pill .lab b {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  color: #2b3052;
  white-space: nowrap;
}

.otw-pill .lab span {
  display: block;
  font-size: 10.5px;
  color: #94a3b8;
  white-space: nowrap;
  margin-top: 1px;
}

.otw-sw {
  position: relative;
  width: 54px;
  height: 28px;
  border-radius: 999px;
  flex: none;
  transition: background-color 0.2s;
  background-color: #16a34a;
  margin: 0;
  cursor: pointer;
}

.otw-pill[data-on="false"] .otw-sw {
  background-color: #dc2626;
}

.otw-sw .header-work-toggle-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.otw-sw .yes {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--display);
  font-weight: 800;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  color: #fff;
  pointer-events: none;
}

.otw-sw .no {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--display);
  font-weight: 800;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  color: #fff;
  display: none;
  pointer-events: none;
}

.otw-pill[data-on="false"] .otw-sw .yes {
  display: none;
}

.otw-pill[data-on="false"] .otw-sw .no {
  display: block;
}

.otw-pill[data-on="false"] .otw-sw .knob {
  right: auto;
  left: 3px;
}

.otw-sw .knob {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition: left 0.2s, right 0.2s;
  pointer-events: none;
}

/* ---- Header user chip (dark glass, click menu) ---- */
.header.pojo-header .navbar-nav > li.pojo-nav-user {
  position: relative;
}

.pojo-header-user {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 9px 5px 14px;
  border-radius: 999px;
  cursor: pointer;
  background: #282d54;
  transition: background 0.15s, box-shadow 0.15s;
}

.pojo-header-user:hover {
  background: #30366a;
}

.pojo-header-user.open {
  background: #30366a;
  box-shadow: 0 6px 18px rgba(20, 25, 60, 0.22);
}

.pojo-header-user .uinfo {
  line-height: 1.12;
  text-align: right;
}

.pojo-header-user .uname {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.pojo-header-user .urole {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}

.pojo-header-user .av-wrap {
  position: relative;
  display: flex;
  flex: none;
}

.pojo-header-user .ring {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 2.5px;
  background: conic-gradient(#16a34a 0 100%);
  display: flex;
  transition: background 0.2s;
}

.pojo-header-user:not([data-otw]) .ring {
  background: conic-gradient(#64748b 0 100%);
}

.pojo-header-user[data-otw="false"] .ring {
  background: conic-gradient(#dc2626 0 100%);
}

.pojo-header-user .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  color: #282d54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  border: 2px solid #282d54;
  overflow: hidden;
}

.pojo-header-user .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.pojo-header-user .dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #16a34a;
  border: 2.5px solid #282d54;
  transition: background 0.2s;
}

.pojo-header-user:not([data-otw]) .dot {
  background: #64748b;
}

.pojo-header-user[data-otw="false"] .dot {
  background: #dc2626;
}

.pojo-header-user .ucaret {
  width: 12px;
  height: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.2s;
  flex: none;
}

.pojo-header-user.open .ucaret {
  transform: rotate(180deg);
}

.pojo-header-user .user-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 248px;
  background: linear-gradient(180deg, #2b3162, #222850);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 26px 60px rgba(10, 14, 40, 0.5);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.16s, transform 0.16s, visibility 0.16s;
  z-index: 120;
}

.pojo-header-user.open .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.pojo-header-user .user-menu .mhead {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px 13px;
}

.pojo-header-user .user-menu .mhead .mav {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: #fff;
  color: #282d54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.pojo-header-user .user-menu .mhead .minfo {
  min-width: 0;
  flex: 1;
}

.pojo-header-user .user-menu .mhead b {
  display: block;
  font-weight: 700;
  font-size: 14.5px;
  color: #fff;
}

.pojo-header-user .user-menu .mhead span.memail {
  display: block;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
  word-break: normal;
  overflow-wrap: break-word;
}

.pojo-header-user .user-menu .mhead span.mrole {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

.pojo-header-user .user-menu .sep {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 4px 8px;
}

.pojo-header-user .user-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  border-radius: 9px;
  transition: color 0.12s, background 0.12s;
}

.pojo-header-user .user-menu a .bi {
  font-size: 16px;
  line-height: 1;
  opacity: 0.85;
  flex: none;
  width: 18px;
  text-align: center;
}

.pojo-header-user .user-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.pojo-header-user .user-menu a.danger {
  color: #f87171;
}

.pojo-header-user .user-menu a.danger:hover {
  color: #fca5a5;
  background: rgba(248, 113, 113, 0.1);
}

@media (max-width: 991px) {
  .nav-open-to-work {
    padding: 10px 12px !important;
  }

  .otw-pill .lab {
    display: none;
  }
}

@media (max-width: 767px) {
  .pojo-header-user .uinfo {
    display: none;
  }
}

/* Coming soon page */
.comingsoon-section {
  padding: 120px 0;
}

.comingsoon-box {
  padding: 40px 20px;
}

.comingsoon-box h1 {
  font-weight: 700;
  margin-bottom: 16px;
}

.comingsoon-box .comingsoon-text {
  font-size: 22px;
  color: #6c757d;
  margin: 0;
}

/* Favourite bookmark on job cards (site-wide) */
.job-bookmark {
  cursor: pointer;
  color: #94a3b8;
  font-size: 17px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.15s ease;
}

.job-bookmark:hover {
  color: var(--pojo-coral);
  transform: scale(1.1);
}

.job-bookmark.is-favourite {
  color: var(--pojo-coral);
}

.job-bookmark.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

/* =========================================================
   Unified job card (identical design to home featured cards)
   Used everywhere via includes/job_card.blade.php
   ========================================================= */

/* Reset Bootstrap reboot's <ul> padding/margin so the .row gutters
   line up correctly and cards don't shift/overlap on listing pages
   (search results, favourites, company jobs, related jobs). */
ul.featuredlist.row {
  padding-left: 0;
  margin-bottom: 0;
}

.jobint.pojo-jobcard {
  background: var(--pojo-white);
  border: 1px solid #e2e8f0;
  border-radius: var(--pojo-radius-lg);
  padding: 22px;
  margin-top: 0;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.jobint.pojo-jobcard:hover {
  box-shadow: var(--pojo-shadow);
  border-color: #cbd5e1;
}

.jobint.pojo-jobcard > .job-bookmark {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  color: #94a3b8;
}

.jobint.pojo-jobcard > .job-bookmark:hover,
.jobint.pojo-jobcard > .job-bookmark.is-favourite {
  color: var(--pojo-coral);
}

.jobint.pojo-jobcard > .job-bookmark i {
  color: inherit;
}

.jobint.pojo-jobcard h4 {
  padding: 0 24px 10px 0;
  margin: 0;
}

.jobint.pojo-jobcard h4 a {
  font-size: 16px;
  font-weight: 700;
  color: var(--pojo-text);
  line-height: 1.35;
}

.jobint.pojo-jobcard h4 a:hover {
  color: var(--pojo-coral);
}

.jobint.pojo-jobcard .job-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.jobint.pojo-jobcard .job-type-tag {
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

.jobint.pojo-jobcard .job-posted {
  font-size: 12px;
  color: var(--pojo-muted);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.jobint.pojo-jobcard .job-posted i {
  color: #94a3b8;
}

.jobint.pojo-jobcard .jobcompany {
  background: transparent;
  padding: 14px 0 0;
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.jobint.pojo-jobcard .ftjobcomp {
  flex: 1;
  min-width: 0;
}

.jobint.pojo-jobcard .ftjobcomp span {
  display: none;
}

.jobint.pojo-jobcard .ftjobcomp a {
  font-size: 14px;
  font-weight: 600;
  color: var(--pojo-text);
  display: block;
  margin-bottom: 4px;
}

.jobint.pojo-jobcard .ftjobcomp strong {
  font-size: 12px;
  font-weight: 500;
  color: var(--pojo-muted);
  margin: 0;
  display: block;
}

.jobint.pojo-jobcard .ftjobcomp strong i {
  color: var(--pojo-coral);
  margin-right: 4px;
}

.jobint.pojo-jobcard .company-logo img {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  object-fit: cover;
}

.jobint.pojo-jobcard .job-apply-btn {
  flex-shrink: 0;
  align-self: center;
  display: inline-block;
  background: var(--pojo-navy);
  color: var(--pojo-white);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--pojo-radius);
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.jobint.pojo-jobcard .job-apply-btn:hover {
  background: var(--pojo-coral);
  color: var(--pojo-white);
}

/* Hide legacy card elements that aren't part of the unified design */
.jobint.pojo-jobcard .fticon,
.jobint.pojo-jobcard .promotepof-badge,
.jobint.pojo-jobcard .salary {
  display: none;
}

/* Profile views banner on dashboard */
.profile-views-banner-wrap {
  margin-bottom: 18px;
}

.profile-views-banner {
  position: relative;
  background: #eef6ff;
  border: 1px solid #cfe2ff;
  border-radius: 6px;
  padding: 12px 40px 12px 16px;
}

.profile-views-banner-link {
  display: block;
  color: #1b4f8a;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

.profile-views-banner-link:hover {
  color: #0f3460;
  text-decoration: none;
}

.profile-views-banner-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 22px;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
}

.profile-views-banner-close:hover {
  color: #1b4f8a;
}

/* ---- V4 header (site-wide) ---- */
.header.pojo-header .logo img {
  height: 40px;
  width: auto;
}

.header.pojo-header .navbar-nav .nav-link.pojo-signin {
  font-size: 15px;
  font-weight: 600;
  color: #2b3052;
}

.header.pojo-header .navbar-nav .nav-link.pojo-btn-register,
.header.pojo-header .navbar-nav .nav-item.register .nav-link.pojo-btn-register {
  background: #FE2740 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 11px 22px !important;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(254, 39, 64, 0.28);
  border: none;
  line-height: 1.2;
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s;
}

.header.pojo-header .navbar-nav .nav-link.pojo-btn-register:hover,
.header.pojo-header .navbar-nav .nav-item.register .nav-link.pojo-btn-register:hover {
  background: #FE2740 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(254, 39, 64, 0.34);
}

/* ---- V4 footer (Figma standalone — site-wide) ---- */
.pojo-footer-v4 {
  --foot-display: "Poppins", system-ui, sans-serif;
  --foot-body: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #282D54 !important;
  color: #c8cce0;
  padding: 0 !important;
  border-top: none;
  font-family: var(--foot-body);
}

.pojo-footer-v4 .pojo-foot-top.container {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr 1.1fr;
  gap: 36px;
  max-width: 1280px;
  padding: 54px 28px 44px;
  margin-left: auto;
  margin-right: auto;
}

.pojo-footer-v4 .pojo-foot-wm {
  font-family: var(--foot-display);
  font-weight: 800;
  font-size: 30px;
  color: #FE2740;
  letter-spacing: 0.01em;
  line-height: 1;
}

.pojo-footer-v4 .pojo-foot-tagline {
  margin: 14px 0 0;
  font-size: 14px;
  color: #aab0cc;
  max-width: 280px;
  line-height: 1.55;
}

.pojo-footer-v4 .pojo-foot-brand h4,
.pojo-footer-v4 .pojo-foot-col h4 {
  font-family: var(--foot-display);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
}

.pojo-footer-v4 .pojo-foot-brand h4 {
  margin: 26px 0 12px;
}

.pojo-footer-v4 .pojo-foot-social {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.pojo-footer-v4 .pojo-foot-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8cce0;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  transition: background 0.14s, color 0.14s;
}

.pojo-footer-v4 .pojo-foot-social a:hover {
  background: #FE2740;
  color: #fff;
}

.pojo-footer-v4 .quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.pojo-footer-v4 .quicklinks li {
  margin: 0;
}

.pojo-footer-v4 .quicklinks a {
  font-size: 14px;
  color: #aab0cc;
  text-decoration: none;
  transition: color 0.15s;
}

.pojo-footer-v4 .quicklinks a:hover {
  color: #FE2740;
}

.pojo-footer-v4 .pojo-contact-item {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  color: #aab0cc;
  margin-bottom: 13px;
}

.pojo-footer-v4 .pojo-contact-item:last-child {
  margin-bottom: 0;
}

.pojo-footer-v4 .pojo-contact-item svg {
  color: #FE2740;
  flex: none;
}

.pojo-footer-v4 .pojo-contact-item a {
  font-size: 14px;
  color: #aab0cc;
  text-decoration: none;
  transition: color 0.15s;
}

.pojo-footer-v4 .pojo-contact-item a:hover {
  color: #FE2740;
}

.pojo-footer-v4 .pojo-foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pojo-footer-v4 .pojo-foot-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 28px;
}

.pojo-footer-v4 .pojo-foot-cp {
  font-size: 13px;
  color: #8a90b0;
}

.pojo-footer-v4 .pojo-foot-stats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #8a90b0;
  text-align: center;
  flex: 1;
  flex-wrap: wrap;
}

.pojo-foot-stats {
  color: #282d54 !important;
}

.pojo-footer-v4 .pojo-foot-stats-sep {
  color: #5c6280;
}

.pojo-footer-v4 .pojo-foot-credit {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #aab0cc;
}

.pojo-footer-v4 .pojo-foot-credit .proudly-sa-flag {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  flex: none;
}

/* ---- V4 home hero trust stats (hard-coded) ---- */
.pojo-hero-trust {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pojo-trust-item {
  text-align: center;
}

.pojo-trust-num {
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.pojo-trust-num span {
  color: var(--pojo-coral, #FE2740);
}

.pojo-trust-lab {
  font-size: 12.5px;
  color: #aeb3d6;
  font-weight: 600;
  margin-top: 6px;
}

.pojo-trust-vline {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.16);
}

.pojo-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.pojo-dual-card {
  border-radius: 22px;
  padding: 42px 40px;
  color: #fff;
  min-height: 240px;
}

.pojo-dual-seeker {
  background: linear-gradient(150deg, #ff4258, #FE2740);
}

.pojo-dual-employer {
  background: linear-gradient(150deg, #34396b, #282D54);
}

.pojo-dual-card h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}

.pojo-dual-card p {
  font-size: 15px;
  opacity: 0.85;
  margin: 0 0 22px;
  max-width: 340px;
}

.pojo-dual-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #E11733;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 12px;
  text-decoration: none;
}

.pojo-dual-employer .pojo-dual-btn {
  color: #282D54;
}

@media (max-width: 1080px) {
  .pojo-footer-v4 .pojo-foot-top.container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .pojo-footer-v4 .pojo-foot-top.container {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pojo-footer-v4 .pojo-foot-bottom-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pojo-dual-grid {
    grid-template-columns: 1fr;
  }
}
