﻿@charset "utf-8";
/* ==========================================================================
   Indigenous Jobboard Theme 9 Styles (Bootstrap Compatible)
   ========================================================================== */

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #fafafa;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: #b91c1c;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  color: #cc0000;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   1. White Navigation Bar
   -------------------------------------------------------------------------- */
.site-navbar-white {
  background-color: #ffffff !important;
  border-color: #f1f5f9 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  z-index: 1000;
}

.site-navbar-white .navbar-brand {
  padding: 6px 15px;
  height: auto;
}

.site-navbar-white .navbar-brand img {
  height: 32px;
  object-fit: contain;
  display: block;
}

.site-navbar-white .navbar-nav > li > a {
  color: #334155;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 16px;
  transition: all 0.2s ease;
}

.site-navbar-white .navbar-nav > li > a:hover,
.site-navbar-white .navbar-nav > li > a:focus,
.site-navbar-white .navbar-nav > .open > a,
.site-navbar-white .navbar-nav > .open > a:hover {
  color: #b91c1c !important;
  background-color: transparent !important;
}

.site-navbar-white .navbar-nav > li.nav-btn-item {
  margin-left: 12px;
}

.btn-post-job-red {
  background-color: #b91c1c !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  padding: 8px 22px !important;
  margin-top: 2px;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.25);
  display: inline-block;
}

.btn-post-job-red:hover {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  transform: translateY(-1px);
}

.site-navbar-white .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 8px;
  min-width: 190px;
}

.site-navbar-white .dropdown-menu > li > a {
  color: #334155 !important;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 6px;
}

.site-navbar-white .dropdown-menu > li > a:hover {
  background-color: #fff5f5 !important;
  color: #b91c1c !important;
}

/* --------------------------------------------------------------------------
   2. Hero Section & Floating Search Card
   -------------------------------------------------------------------------- */
.hero-indigenous-wrapper {
  background: #ffffff;
  padding: 70px 0 40px 0;
  margin-top: 51px;
  border-bottom: 1px solid #f1f5f9;
}
img.jobseeker-profile2 {
    width: 31px;
    height: 31px;
    border: 1px solid #4c5661;
    border-radius: 50%;
}
.hero-main-title {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
}

.text-danger-red {
  color: #b91c1c;
}

.hero-sub-title {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto 36px auto;
}

.hero-search-box-wrap {
  max-width: 740px;
  margin: 0 auto 50px auto;
}

.hero-search-pill-card {
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  padding: 6px 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}

.hero-input-group {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 16px;
}

.hero-input-group .search-icon {
  color: #94a3b8;
  font-size: 15px;
  margin-right: 10px;
}

.hero-input-group .hero-input {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 14px;
  height: 42px;
  padding: 0;
  color: #1e293b;
  outline: none !important;
  width: 100%;
}

.hero-search-divider {
  width: 1px;
  height: 28px;
  background-color: #e2e8f0;
}

.hero-btn-group .btn-hero-search {
  background-color: #b91c1c;
  border-color: #b91c1c;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.hero-btn-group .btn-hero-search:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}

/* --------------------------------------------------------------------------
   3. Trusted by Employers Logos Showcase
   -------------------------------------------------------------------------- */
.trusted-employers-section {
  padding-top: 20px;
}

.trusted-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 24px;
}

.trusted-logos-grid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.logo-box {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  width: 130px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.2s ease;
}

.logo-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border-color: #e2e8f0;
}

.logo-box img {
  max-height: 36px;
  max-width: 95px;
  object-fit: contain;
}

.logo-text-bold {
  font-weight: 800;
  font-size: 15px;
  color: #475569;
}

/* --------------------------------------------------------------------------
   4. Main 2-Column Section Layout
   -------------------------------------------------------------------------- */
.main-content-indigenous {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* Sidebar Filters */
.sidebar-filter-wrapper {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.filter-group-block {
  margin-bottom: 28px;
}

.filter-group-block:last-child {
  margin-bottom: 0;
}

.filter-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 14px 0;
}

.filter-checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.filter-checkbox-list li {
  margin-bottom: 8px;
}

.filter-check-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #475569 !important;
  font-size: 13px;
  text-decoration: none !important;
}

.custom-checkbox {
  width: 15px;
  height: 15px;
  border: 1.5px solid #cbd5e1;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  background: #ffffff;
  flex-shrink: 0;
}

.filter-name {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-count {
  color: #94a3b8;
  font-size: 11px;
  margin-left: 6px;
}

.show-more-link {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a !important;
  text-decoration: underline !important;
}

/* --------------------------------------------------------------------------
   5. Right Main Column: Latest Jobs List
   -------------------------------------------------------------------------- */
.jobs-list-header {
  margin-bottom: 20px;
}

.jobs-header-title {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.jobs-header-controls {
  padding-top: 6px;
}

.all-jobs-badge {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
  margin-right: 14px;
  cursor: pointer;
}

.view-toggles .fa {
  font-size: 14px;
  color: #94a3b8;
  margin-left: 6px;
  cursor: pointer;
}

.view-toggles .active-view {
  color: #0f172a;
}

/* Horizontal Job Cards */
.job-list-horizontal-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  padding: 16px 20px;
  margin-bottom: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  transition: all 0.22s ease;
}

.job-list-horizontal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-color: #e2e8f0;
}

.job-card-logo-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 16px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f5f9;
}

.job-card-logo-wrap img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.logo-box-initial {
  width: 44px;
  height: 44px;
  background: #f1f5f9;
  color: #475569;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.job-card-info-wrap {
  flex-grow: 1;
  overflow: hidden;
  padding-right: 15px;
}

.job-title-row {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-item-title-link {
  color: #0f172a;
}

.job-item-title-link:hover {
  color: #b91c1c;
}

.job-company-tag {
  font-size: 12px;
  color: #e11d48;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.job-meta-text {
  font-size: 12px;
  color: #64748b;
}

.job-card-action-wrap {
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 16px;
}

.job-date-text {
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}

.btn-apply-clean {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 6px 18px !important;
  transition: all 0.15s ease;
}

.btn-apply-clean:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

.load-more-wrap {
  margin-top: 24px;
}

.btn-load-more-pill {
  background-color: #b91c1c;
  border-color: #b91c1c;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 32px;
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(255, 0, 0, 0.2);
}

.btn-load-more-pill:hover {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   6. Career Articles (3 Columns)
   -------------------------------------------------------------------------- */
.section-career-articles-wrap {
  margin-top: 70px;
  margin-bottom: 60px;
}

.articles-main-heading {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 30px;
}

.article-card-item {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  text-align: left;
  transition: all 0.22s ease;
  min-height: 280px;
}

.article-card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.article-img-wrapper {
  height: 150px;
  overflow: hidden;
  background: #f1f5f9;
}

.article-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card-item:hover .article-card-img {
  transform: scale(1.05);
}

.article-img-fallback {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #94a3b8;
}

.article-card-body {
  padding: 18px;
}

.article-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.article-card-title a {
  color: #0f172a;
}

.article-card-title a:hover {
  color: #b91c1c;
}

.article-card-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* --------------------------------------------------------------------------
   7. Upload Your CV Banner (Dark Rounded Container)
   -------------------------------------------------------------------------- */
.upload-cv-banner-container {
  background: #1e293b;
  border-radius: 20px;
  color: #ffffff;
  padding: 40px 30px;
  margin: 50px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.person-cv-img {
  max-height: 180px;
  margin: 0 auto;
  border-radius: 12px;
}

.person-cv-placeholder {
  font-size: 80px;
  color: #475569;
}

.cv-banner-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 12px 0;
}

.cv-banner-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  max-width: 550px;
  margin-bottom: 24px;
}

.btn-upload-cv {
  background-color: #b91c1c !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 24px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 14px rgba(255, 0, 0, 0.3);
}

.btn-upload-cv:hover {
  background-color: #cc0000 !important;
}

/* --------------------------------------------------------------------------
   8. Stay Updated with Job Alerts (Clean Floating Card)
   -------------------------------------------------------------------------- */
.newsletter-clean-floating-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  max-width: 600px;
  margin: 0 auto 50px auto;
}

.alert-clean-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 20px 0;
}

.alert-input-group-clean {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 4px 6px;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.alert-input-clean {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 18px;
  font-size: 13px;
  height: 38px;
  color: #1e293b;
  flex-grow: 1;
  outline: none;
}

.btn-alert-subscribe {
  background-color: #b91c1c !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  padding: 8px 24px !important;
  font-size: 13px !important;
}

/* --------------------------------------------------------------------------
   9. Clean White Footer
   -------------------------------------------------------------------------- */
.footer-white-section {
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  padding: 60px 0 30px 0;
  color: #64748b;
}

.footer-logo-img {
  max-height: 24px;
  margin-bottom: 12px;
}

.footer-copyright-text {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.footer-social-list {
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  gap: 8px;
}

.social-circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b !important;
  font-size: 14px;
  transition: all 0.2s ease;
}

.social-circle-btn:hover {
  background: #b91c1c;
  color: #ffffff !important;
}

.footer-block-heading {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px 0;
}

.footer-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-links li {
  margin-bottom: 8px;
}

.footer-nav-links li a {
  color: #64748b !important;
  font-size: 13px;
  transition: color 0.15s ease;
}

.footer-nav-links li a:hover {
  color: #b91c1c !important;
}

/* --------------------------------------------------------------------------
   10. Responsive Tweaks
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .hero-search-pill-card {
    flex-direction: column;
    border-radius: 20px;
    padding: 14px;
  }
  .hero-input-group {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .hero-search-divider {
    display: none;
  }
  .hero-btn-group {
    width: 100%;
  }
  .hero-btn-group .btn-hero-search {
    width: 100%;
  }
  .job-list-horizontal-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .job-card-action-wrap {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }
}