.jobs-lists-hero {
  padding-top: 120px;
  padding-bottom: 112px;
}
.jobs-lists-hero__bg-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.jobs-lists-hero__title {
  font-size: 64px;
  line-height: 80px;
}
.jobs-lists-hero__badge-box {
  position: absolute;
  top: -5px;
  right: 80px;
  transform: rotate(20deg);
  z-index: 1;
}
.rtl .jobs-lists-hero__badge-box {
  right: auto;
  left: 32px;
}
@media (max-width: 991px) {
  .jobs-lists-hero__badge-box {
    top: 0;
    right: -16px;
  }
  .rtl .jobs-lists-hero__badge-box {
    right: auto;
    left: -16px;
  }
}
.jobs-lists-hero__search-box-mask {
  position: absolute;
  inset: -8px;
  border-radius: 50px;
  background-color: var(--white);
  opacity: 0.2;
}
.jobs-lists-hero__search-box form {
  width: 100%;
  height: 72px;
}
.jobs-lists-hero__search-box form input {
  height: 72px;
  flex: 1;
  border: none;
  background-color: transparent;
  padding: 8px;
}
.jobs-lists-hero__circle-dot-separator {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--gray-500);
}
.jobs-lists-hero__circle-dot-separator:last-child {
  display: none;
}
.jobs-lists-hero__floating-image-1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 240px;
  height: 240px;
  transform: translate(50%, -50%);
  z-index: 4;
}
.rtl .jobs-lists-hero__floating-image-1 {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}
.jobs-lists-hero__floating-image-2 {
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  z-index: 4;
}
.rtl .jobs-lists-hero__floating-image-2 {
  left: auto;
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .jobs-lists-hero {
    padding-top: 60px;
    padding-bottom: 54px;
  }
}

.jobs-lists-header {
  top: -119px;
  margin-bottom: -119px;
  z-index: 5;
}
.jobs-lists-header__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 32px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.jobs-lists-header__overlay-img {
  width: 280px;
  height: 280px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  top: auto;
}
@media (max-width: 991px) {
  .jobs-lists-header__overlay-img {
    width: 140px;
    height: 140px;
    bottom: auto;
    top: 0;
  }
}
.rtl .jobs-lists-header__overlay-img {
  right: auto;
  left: 16px;
}

.jobs-lists-filters__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.jobs-lists-filters .jobs-lists-sort-input {
  width: 220px;
}

.jobs-lists-featured__mask {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: -8px;
  border-radius: 16px;
  background-color: var(--primary);
  opacity: 0.5;
  z-index: 1;
}
.jobs-lists-featured__slider-navigation {
  position: absolute;
  top: 30% !important;
  width: 40px !important;
  height: 40px !important;
}
.jobs-lists-featured__slider-navigation.swiper-button-next {
  right: 38px !important;
}
.jobs-lists-featured__slider-navigation.swiper-button-prev {
  left: 38px !important;
}
.jobs-lists-featured__slider-navigation:after {
  display: none !important;
}
.jobs-lists-featured__avatar {
  position: relative;
}
.jobs-lists-featured__avatar img {
  z-index: 3;
}
.jobs-lists-featured__avatar:before, .jobs-lists-featured__avatar:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.jobs-lists-featured__avatar:before {
  width: 96px;
  height: 96px;
  background-color: var(--primary);
  z-index: 2;
}
.jobs-lists-featured__avatar:after {
  width: 104px;
  height: 104px;
  background-color: rgb(217, 217, 217);
  opacity: 0.5;
  z-index: 1;
}
.jobs-lists-featured__divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 32px;
  opacity: 0.3;
  background: var(--white);
}
