/* Jobs Page Base */
  .jobs-page {
    background: linear-gradient(135deg, #f8f9fa 0%, #f5f4f8 100%);
    min-height: 100vh;
  }

  /* Hero Section - Vibrant Purple-Blue Gradient */
  .jobs-hero {
    background: linear-gradient(135deg, #143a6b 0%, #1a4f90 30%, #1e568f 60%, #143a6b 100%);
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
  }

  .jobs-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(26, 79, 144, 0.2), transparent 60%),
                radial-gradient(circle at bottom right, rgba(125, 161, 76, 0.18), transparent 55%);
    z-index: 0;
    pointer-events: none;
  }

  .jobs-hero .container {
    position: relative;
    z-index: 2;
  }

  .jobs-hero-intro {
    position: relative;
    border-radius: 28px;
    padding: 2.75rem 2.5rem;
    background: linear-gradient(135deg, 
      #1A4F90 0%, 
      #2a669f 30%,
      #5f8c3b 60%,
      #7DA14C 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 24px 60px rgba(15, 12, 32, 0.6), 
                0 0 0 1px rgba(255, 255, 255, 0.15) inset,
                0 8px 32px rgba(26, 79, 144, 0.4),
                0 4px 16px rgba(125, 161, 76, 0.3);
    height: 100%;
    overflow: hidden;
  }

  .jobs-hero-intro::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
  }

  .jobs-hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
  }

  .jobs-page .caption-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .jobs-page .caption-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .jobs-page .caption-text {
    color: rgba(255, 255, 255, 0.98);
    max-width: 100%;
    line-height: 1.7;
    font-size: 1.1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  .text-white-75 {
    color: rgba(255, 255, 255, 0.75);
  }


  .breadcrumb-nav {
    margin-bottom: 1.5rem !important;
  }

  /* Gradient Text */
  .gradient-text {
    background: linear-gradient(135deg, #1A4F90 0%, #7DA14C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .text-white-75 {
    color: rgba(255, 255, 255, 0.8);
  }

  /* Sort Select */
  .sort-select {
    min-width: 200px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
  }

  .sort-select:focus {
    border-color: #1A4F90;
    box-shadow: 0 0 0 0.2rem rgba(26, 79, 144, 0.15);
  }

  /* Jobs Count Box */
  .jobs-count-box {
    background: linear-gradient(135deg, rgba(26, 79, 144, 0.1), rgba(125, 161, 76, 0.1));
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 2px solid rgba(26, 79, 144, 0.2);
    font-size: 1.1rem;
  }

  /* Job Cards */
  .job-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: visible;
  }

  .job-card .card-body {
    overflow: visible;
  }

  .job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  }

  /* Company Header Content */
  .company-header-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 3.5rem;
    overflow: hidden;
  }

  .company-header-content .flex-grow-1 {
    min-width: 0;
  }

  /* Job Badge */
  .job-badge {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
  }

  .badge-custom {
    background: linear-gradient(135deg, #1A4F90, #7DA14C);
    color: white;
    padding: 0.65rem 1.5rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: capitalize;
    box-shadow: 0 4px 15px rgba(26, 79, 144, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.4);
    pointer-events: auto;
    white-space: nowrap;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
  }

  .job-card:hover .badge-custom {
    box-shadow: 0 6px 20px rgba(26, 79, 144, 0.6);
    transform: translateY(-2px);
  }

  /* Company Logo */
  .company-logo-wrapper {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    padding: 4px;
    transition: all 0.3s ease;
  }

  .job-card:hover .company-logo-wrapper {
    border-color: #1A4F90;
    transform: scale(1.05);
  }

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

  /* Job Title */
  .card-title a {
    color: #333;
    transition: all 0.3s ease;
  }

  .card-title a:hover {
    color: #1A4F90;
  }

  /* Job Details */
  .job-details {
    min-height: 150px;
  }

  .detail-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #495057;
  }

  .detail-item i {
    width: 20px;
  }

  /* Empty State */
  .empty-state-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .empty-state-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(26, 79, 144, 0.1), rgba(125, 161, 76, 0.1));
    border-radius: 50%;
  }

  .empty-state-icon i {
    font-size: 3rem;
    color: #6c757d;
  }

  /* Button Enhancements */
  .btn-primary {
    background: linear-gradient(135deg, #1A4F90 0%, #7DA14C 100%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 79, 144, 0.3);
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 79, 144, 0.4);
  }

  .btn-outline-primary {
    border: 2px solid #1A4F90;
    color: #1A4F90;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .btn-outline-primary:hover {
    background: #1A4F90;
    border-color: #1A4F90;
    color: white;
    transform: translateY(-2px);
  }

  .hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hover-lift:hover {
    transform: translateY(-3px);
  }

  /* Dropdown Menu */
  .job-dropdown-menu {
    z-index: 100;
    margin-top: 1rem;
    margin-right: 1rem;
    top: 0;
    right: 0;
  }

  .job-dropdown-menu .btn {
    z-index: 101;
    position: relative;
    background: white;
    border: 1px solid #e9ecef;
  }

  .job-dropdown-menu .btn:hover {
    background: #f8f9fa;
    border-color: #1A4F90;
    transform: scale(1.05);
  }

  .job-dropdown-menu .dropdown-menu {
    z-index: 1000 !important;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }

  .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }

  .dropdown-item {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
  }

  .dropdown-item:hover {
    background: linear-gradient(135deg, rgba(26, 79, 144, 0.1), rgba(125, 161, 76, 0.1));
    transform: translateX(5px);
  }

  .company-header-content .flex-grow-1 {
    min-width: 0;
  }

  /* Animations */
  @keyframes animate-fade-in {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes animate-fade-in-up {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes animate-slide-up {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .animate-fade-in {
    animation: animate-fade-in 0.8s ease forwards;
  }

  .animate-fade-in-up {
    animation: animate-fade-in-up 1s ease forwards;
  }

  .animate-slide-up {
    animation: animate-slide-up 1s ease forwards;
  }

  /* Responsive Design */
  @media (max-width: 991px) {
    .jobs-hero {
      padding-top: 100px;
      padding-bottom: 60px;
    }

    .jobs-hero-image img {
      max-height: 200px;
    }

    .display-4 {
      font-size: 2rem !important;
    }

    .shape {
      display: none;
    }

    .jobs-count-box {
      margin-top: 1rem;
      width: 100%;
      text-align: center;
    }
  }

  @media (max-width: 575px) {
    .job-card {
      border-radius: 16px !important;
    }

    .sort-select {
      min-width: 100%;
    }

    .jobs-count-box {
      width: 100%;
      text-align: center;
    }
  }

  /* Save Job Button Styles */
  .save-job-btn {
    z-index: 10;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .save-job-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .save-job-btn.btn-warning {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-color: #ffc107;
    color: white;
  }

  .save-job-btn.btn-outline-secondary {
    background: rgba(255, 255, 255, 0.9);
    border-color: #6c757d;
    color: #6c757d;
  }

  .save-job-btn.btn-outline-secondary:hover {
    background: #6c757d;
    color: white;
    border-color: #6c757d;
  }

  /* Toast Notification Styles */
  .toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    pointer-events: none;
  }

  .toast {
    pointer-events: auto;
    min-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }

  .toast-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
  }

  .toast-body {
    padding: 1rem;
  }

  .toast .btn-close {
    filter: invert(1);
  }