body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}
.job-cards-scroll {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}
.job-cards-scroll .job-card {
  flex: 0 0 auto;
}
.swiper-container2 {
  width: 100%;
  padding-bottom: 20px;
}

/* Ensure card images have consistent size */
.card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-height: 200px !important;
}
