.job-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-left: 4px solid var(--erepair-base);
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.job-company-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .job-company-info {
    flex-direction: column;
    align-items: start;
  }
}
.company-logo-wrap {
  display: block;
  border-radius: 8px;
  padding: 3px;
  border: 1px solid var(--erepair-bdr-color);
}
.job-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;

  padding: 5px;
}
.job-meta .company {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--erepair-black);
}

.job-type {
  font-size: 0.8rem;
  color: #fff;
  background-color: #28a745;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 4px;
}

.job-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.job-title a {
  transition: all 0.3s ease;
}

.job-title a:hover {
  color: var(--erepair-base);
}

.job-meta .job-meta__bottom .job-meta__bottom--list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.job-meta .job-meta__bottom .job-meta__bottom--list li {
  display: flex;
  align-items: center;
}
.job-meta .job-meta__bottom .job-meta__bottom--list li .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* background-color: #f9f9f9; */

  background-color: var(--erepair-extra);

  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.job-meta .job-meta__bottom .job-meta__bottom--list li .icon span {
  color: var(--erepair-white);
  color: var(--erepair-base);

  font-size: 12px;
}
.job-meta .job-meta__bottom .job-meta__bottom--list li p {
  font-size: 14px;
  color: #333;
}
.job-block-vacancy {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.job-requirements {
  padding-left: 20px;
  margin-bottom: 15px;
}

.job-requirements li {
  margin-bottom: 5px;
  text-align: justify;
  list-style-type: disc;
}

.job-showing-box {
  padding: 16px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.job-showing-box .job-showing-box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .job-showing-box .job-showing-box__inner p {
    display: none;
  }
}
@media (max-width: 576px) {
  .job-title {
    font-size: 18px;
  }
}

.job-showing-box .job-showing-box__inner .filter-box {
  width: 205px;
}
.job-showing-box .job-showing-box__inner .filter-box .select-box .nice-select {
  width: 205px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  height: 45px;
  border: 1px solid #ddd;
}

.vacancy__side {
  top: 100px;
  position: sticky;
}
@media (max-width: 992px) {
  .vacancy__side {
    display: none;
  }
}
/* job details   */

.job-details-wrap {
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 30px;
  border: 1px solid var(--erepair-bdr-color);
}
.job-details-wrap p {
  margin-bottom: 1rem;
}

.job-details-wrap h3 {
  text-transform: capitalize;
  color: var(--erepair-black);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 34px;
}

.job-details-wrap .job-info {
  margin-bottom: 1rem;
}

.job-details-wrap .job-info-item {
  margin-bottom: 10px;
  font-size: 16px;
}

.job-details-wrap .job-info-label {
  color: var(--erepair-black);
  font-weight: 500;
}

.job-details-wrap ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.job-details-wrap ul li {
  list-style-type: disc;
  font-size: 16px;
  margin-bottom: 10px;
}

.job-details-wrap ul li:last-child {
  margin-bottom: 0;
}
.job-details__side {
  position: sticky;
  top: 100px;
}

.job-apply-form {
  padding: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.job-apply-form .job-apply-form__title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.44px;
  color: var(--erepair-black);
  margin-bottom: 26px;
}

.job-apply-form .contact-three__btn-box .apply-btn {
  width: 100%;
  text-align: center;
  display: block;
}
/* end jon details  */

.file-upload-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 14px;
  border: 2px dotted #dee2e6;
  border-radius: 6px;
}

.file-label {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
}

.browse-button {
  padding: 4px 15px;
  background-color: #007bff; /* Replace with your theme primary color */
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}

.browse-button:hover {
  background-color: #333;
}
