.header-careers {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
    background-image: url('/img/header2.png?v=4'); /* ubah v=3, v=4 dst kalau update */ /* Ganti dengan path sesuai gambar kamu */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #003E7D !important; /* Jika ada teks di dalam */
}
.header-careers h2 {
    color: #003E7D !important;
    z-index: 2;
}
.ship-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    height: auto;
}

.card-jobs{
    margin-top: 40px;
}

.logo-jobs{
    max-width: 100px;
}

#careers{
    padding-bottom: 100px;
}

#careers .card{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-career {
    background-color: #007bff;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.8rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
  }
  
  .btn-career:hover {
    background-color: #0056b3;
  }
  
  /* Responsive tweaks */
  @media (max-width: 768px) {
    #table-jobs {
      font-size: 0.8rem;
    }
  
    #table-jobs th,
    #table-jobs td {
      padding: 0.4rem 0.5rem;
      vertical-align: middle;
    }
  
    .logo-jobs {
      max-width: 60px;
      height: auto;
    }
  
    .btn-career {
      font-size: 0.75rem;
      padding: 4px 10px;
    }
  }
  