.job-carousel-3 {
  margin: 10px auto;
  max-width: 1100px;
  direction: rtl;
  position: relative;
  padding-bottom: 60px; /* מספיק מקום לפגינציה */
}

.job-carousel-3 .swiper-slide {
  padding: 10px;
}

/* כרטיס משרה */
.job-card-3 {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
 
  border-radius: 10px;
  padding: 10px;
  color: #1e293b;
  transition: transform 0.3s ease;
  background-color: #fff; /* צבע רקע */
  padding: 20px;          /* רווח פנימי */
  border-radius: 12px;    /* פינות מעוגלות */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.job-card-3:hover {
  transform: translateY(-6px);
}

/* מידע מיקום + תאריך */
.job-meta-line-3 {
  font-size: 13px;
  color: #5D5D5D;
  font-weight: 500;
  margin-top: 0;
}

/* כותרת משרה */
.job-title-label-3 {
  display: inline-block;
  background: #D4F1F4;
  color: black;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 2px 10px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  line-height: 1.2;
}

/* תגיות */
.job-tags-3 {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.job-tag-3 {
  background: #D4F1F4;
  color: #0288d1;
  padding: 0px 12px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}

/* כפתורי פעולה */
.job-buttons-wrapper-3 {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.share-job-btn-3,
.contact-job-btn-3,
.cv-upload-form-3 button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 18px !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  min-width: 120px;
  min-height: 40px;
  box-sizing: border-box;
  line-height: 1.2;
}

.share-job-btn-3 { background: #005F6A; }
.contact-job-btn-3 { background: #0097A7; }

.share-job-btn-3:hover,
.contact-job-btn-3:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* פגינציה */
.swiper-pagination-3 {
    text-align: center;
    position: relative; /* קודם היה absolute */
    margin-top: 15px; 
    bottom: 5px;
    width: 100%;
    z-index: 10;
}

.swiper-pagination-3 .swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    background: #ccc!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
    opacity: 0.6!important;
    transition: all 0.3s ease!important;
}

.swiper-pagination-3 .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #00D59C, #81d4fa)!important;
    opacity: 1!important;
    transform: scale(1.2)!important;
}

/* רספונסיביות */
@media (max-width: 768px) {
  .job-card-3 { flex: 0 0 100%; }
  .job-title-label-3 { font-size: 14px; }
  
  .share-job-btn-3,
  .contact-job-btn-3 {
    min-width: 120px;
    min-height: 40px;
    padding: 8px 14px !important;
    font-size: 13px;
  }
  .job-card-3 {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  color: #1e293b;
  transition: transform 0.3s ease;
}
.swiper-pagination-3 {
    text-align: center;
    position: relative; /* קודם היה absolute */
    margin-top: 15px; 
    bottom: 5px;
    width: 100%;
    z-index: 10;
}

.swiper-pagination-3 .swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    background: #ccc!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
    opacity: 0.6!important;
    transition: all 0.3s ease!important;
}

.swiper-pagination-3 .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #00D59C, #81d4fa)!important;
    opacity: 1!important;
    transform: scale(1.2)!important;
}
}
.job-title-label-3 a {
    color: #000 !important;      /* שחור */
    text-decoration: none;        /* מסיר קו תחתון */
}

.job-title-label-3 a:hover {
    color: #000;                  /* מונע שינוי צבע בהובר */
    text-decoration: none;        /* מונע קו תחתון בהובר */
}
