/* css here */
/* GF form Verberg standaard */
.gform_required_legend {
  display: none;
}
/* GF form  Toon alleen bij validatiefouten */
.gform_wrapper.gform_validation_error .gform_required_legend {
  display: block;
}
.button1,
.button2,
.button3,
.button4 {
  --button1-fill-start: #74cfd1;
  --button1-fill-end: #4bb7c2;
  --button1-outline: #43b2bc;
  --button1-shadow: rgba(67, 178, 188, 0.12);
  --button1-offset: 7px;
  --button1-radius-tl: 20px;
  --button1-radius-tr: 0px;
  --button1-radius-br: 20px;
  --button1-radius-bl: 0px;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 54px !important;
  padding: 12px 60px 12px 22px !important;
  margin-right: var(--button1-offset) !important;
  margin-bottom: var(--button1-offset) !important;
  border: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 24px 24px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  text-align: left !important;
  text-decoration: none !important;
  cursor: pointer !important;
  overflow: visible !important;
  isolation: isolate !important;
  white-space: nowrap !important;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-position 180ms ease !important;
  z-index: 0 !important;
}

.button1::before,
.button1::after,
.button2::before,
.button2::after,
.button3::before,
.button3::after,
.button4::before,
.button4::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  border-radius: var(--button1-radius-tl) var(--button1-radius-tr)
    var(--button1-radius-br) var(--button1-radius-bl) !important;
}

.button1::before,
.button2::before,
.button3::before,
.button4::before {
  z-index: -2 !important;
  transform: translate(var(--button1-offset), var(--button1-offset)) !important;
  transition:
    transform 180ms ease,
    opacity 180ms ease !important;
}

.button1::after,
.button2::after,
.button3::after,
.button4::after {
  z-index: -1 !important;
  transition:
    filter 220ms ease,
    background-position 220ms ease,
    box-shadow 220ms ease !important;
}

.button1::before,
.button2::before,
.button3::before,
.button4::before {
  background: transparent !important;
  box-shadow: inset 0 0 0 2px var(--button1-outline) !important;
  opacity: 1 !important;
}

.button1 {
  color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M11 37L36 12M21 12h15v15' fill='none' stroke='%23ffffff' stroke-width='4.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.button1::after {
  background: linear-gradient(
    132deg,
    var(--button1-fill-start),
    var(--button1-fill-end)
  ) !important;
  background-size: 140% 140% !important;
  background-position: 0% 0% !important;
  box-shadow: none !important;
}

.button1:hover,
.button1:focus-visible {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  background-position: right 15px center !important;
}

.button1:hover::before,
.button1:focus-visible::before {
  transform: translate(6px, 6px) !important;
}

.button1:hover::after,
.button1:focus-visible::after {
  background-position: 100% 100% !important;
  filter: brightness(0.98) saturate(1.06) !important;
  box-shadow: none !important;
}

.button2 {
  color: var(--button1-outline) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M11 37L36 12M21 12h15v15' fill='none' stroke='%2343b2bc' stroke-width='4.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.button2::after {
  background: transparent !important;
  box-shadow: inset 0 0 0 2px var(--button1-outline) !important;
}

.button2:hover,
.button2:focus-visible {
  color: #2fadb8 !important;
  transform: translateY(-2px) !important;
  background-position: right 15px center !important;
}

.button2:hover::before,
.button2:focus-visible::before {
  transform: translate(6px, 6px) !important;
}

.button2:hover::after,
.button2:focus-visible::after {
  background: rgba(116, 207, 209, 0.08) !important;
  filter: saturate(1.05) !important;
}

.button3 {
  --button1-outline: #ffffff;
  color: var(--button1-outline) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M11 37L36 12M21 12h15v15' fill='none' stroke='%23ffffff' stroke-width='4.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.button3::after {
  background: transparent !important;
  box-shadow: inset 0 0 0 2px var(--button1-outline) !important;
}

.button3:hover,
.button3:focus-visible {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  background-position: right 15px center !important;
}

.button3:hover::before,
.button3:focus-visible::before {
  transform: translate(6px, 6px) !important;
}

.button3:hover::after,
.button3:focus-visible::after {
  background: rgba(255, 255, 255, 0.08) !important;
  filter: brightness(1.05) !important;
}

.button4 {
  --button1-outline: #ffffff;
  color: #43b2bc !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M11 37L36 12M21 12h15v15' fill='none' stroke='%2343b2bc' stroke-width='4.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.button4::after {
  background: #ffffff !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.96),
    0 8px 20px rgba(18, 32, 42, 0.08) !important;
}

.button4:hover,
.button4:focus-visible {
  color: #2fadb8 !important;
  transform: translateY(-2px) !important;
  background-position: right 15px center !important;
}

.button4:hover::before,
.button4:focus-visible::before {
  transform: translate(6px, 6px) !important;
}

.button4:hover::after,
.button4:focus-visible::after {
  background: rgba(255, 255, 255, 0.96) !important;
  filter: brightness(0.99) !important;
}

.button1:focus-visible,
.button2:focus-visible,
.button3:focus-visible,
.button4:focus-visible {
  outline: 0 !important;
}

.vf-job-company-website-button {
  display: inline-flex !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center !important;
}

.button1 i,
.button2 i,
.button3 i,
.button4 i,
.button1 > .button1-outline,
.button2 > .button1-outline,
.button2 > .button2-front-outline,
.button3 > .button1-outline,
.button3 > .button2-front-outline,
.button4 > .button1-outline,
.button4 > .button2-front-outline {
  display: none !important;
}

@media (max-width: 767px) {
  .button1,
  .button2,
  .button3,
  .button4 {
    width: auto !important;
    max-width: 100% !important;
    min-height: 50px !important;
    padding: 11px 56px 11px 20px !important;
    font-size: 1rem !important;
    background-position: right 16px center !important;
    background-size: 22px 22px !important;
  }
}

.diagonal-box {
  --cut: 18px;
  --offset: 8px;
  --line: #43b2bc;
  position: relative;
  background: linear-gradient(135deg, #79d4d5, #4db8c2);
  clip-path: polygon(
    var(--cut) 0,
    100% 0,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    0 100%,
    0 var(--cut)
  );
}
.diagonal-top-right {
  --cut: 18px;
  background: #66cdd1;
  clip-path: polygon(
    0 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% 100%,
    0 100%
  );
  border-radius: 0 !important;
}

.borderblock {
  --borderblock-cut: 18px;
  --borderblock-line: #43b2bc;
  --borderblock-fill: transparent;
  position: relative;
  background: var(--borderblock-fill);
  clip-path: polygon(
    var(--borderblock-cut) 0,
    100% 0,
    100% calc(100% - var(--borderblock-cut)),
    calc(100% - var(--borderblock-cut)) 100%,
    0 100%,
    0 var(--borderblock-cut)
  );
  border-radius: 0 !important;
}

.borderblock::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  box-shadow: inset 0 0 0 2px var(--borderblock-line);
  pointer-events: none;
}

.borderblock > * {
  position: relative;
  z-index: 1;
}

.vf-demo-search {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vf-demo-search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 40px 12px 16px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  color: #333;
  min-width: 180px;
  position: relative;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

.vf-demo-search select:focus {
  outline: none;
  border-color: #6fc1bb;
  box-shadow: 0 0 0 2px rgba(111, 193, 187, 0.15);
}

.vf-demo-search select:hover {
  border-color: #bfbfbf;
}

.vf-job-filters {
  display: grid;
  gap: 18px;
}

.vf-job-filters__row {
  display: grid;
  gap: 8px;
}

.vf-job-filters__label {
  display: block;
  font-weight: 700;
  color: #28343d;
}

.vf-job-filters__control {
  width: 100%;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  background: #ffffff;
  color: #28343d;
  font: inherit;
}

.vf-job-filters__actions {
  display: flex;
  justify-content: flex-start;
}

.vf-job-filters__submit:not(.button3) {
  min-height: 52px;
  padding: 12px 22px;
  border: 0;
  border-radius: 8px;
  background: #28343d;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.vf-job-filters__submit.button3 {
  align-self: flex-start;
}

.vf-job-summary-meta {
  display: grid;
  gap: 10px;
}

.vf-job-summary-meta__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 100%);
  min-height: 92px;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(29, 48, 61, 0.08);
}

.vf-job-summary-meta__logo-image {
  display: block;
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vf-job-summary-meta__logo--text {
  align-items: flex-end;
  justify-content: flex-start;
}

.vf-job-summary-meta__logo-fallback {
  color: #28343d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.vf-job-summary-meta__row {
  color: #28343d;
  font-size: 1rem;
  line-height: 1.45;
}

.vf-job-summary-meta__row strong {
  font-weight: 700;
}

body.job_listing-template-default
  .single_job_listing
  > *:not(.job_description) {
  display: none !important;
}

body.job_listing-template-default .single_job_listing > .job_description {
  display: block !important;
  margin: 0 !important;
}

body.job_listing-template-default {
  --vf-job-surface: #fffdf9;
  --vf-job-paper: #ffffff;
  --vf-job-ink: #243440;
  --vf-job-muted: #687985;
  --vf-job-accent: #43b2bc;
  --vf-job-accent-strong: #ff7a22;
  --vf-job-line: rgba(36, 52, 64, 0.08);
  --vf-job-shadow: 0 30px 80px rgba(26, 49, 63, 0.12);
  background:
    radial-gradient(
      circle at top left,
      rgba(67, 178, 188, 0.09),
      transparent 34%
    ),
    radial-gradient(
      circle at top right,
      rgba(255, 122, 34, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #fffaf4 0%, #fffefb 24%, #fffefc 100%);
  color: var(--vf-job-ink);
}

body.job_listing-template-default .elementor-62592.elementor-location-single {
  position: relative;
  overflow: clip;
}

body.job_listing-template-default #headerimage {
  min-height: clamp(300px, 38vw, 520px);
  padding: clamp(28px, 4vw, 44px) 0 clamp(56px, 7vw, 96px) !important;
}

body.job_listing-template-default #headerimage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(17, 31, 40, 0.08) 100%
    ),
    linear-gradient(90deg, rgba(17, 31, 40, 0.2) 0%, rgba(17, 31, 40, 0.02) 55%);
  pointer-events: none;
  z-index: 0;
}

body.job_listing-template-default #headerimage > .e-con-inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  align-content: end;
  justify-content: end;
}

body.job_listing-template-default #headerimage .elementor-heading-title {
  /* width: min(10ch, 100%); */
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
  text-shadow: 0 14px 32px rgba(18, 28, 34, 0.16);
}

@media (min-width: 1025px) {
  body.job_listing-template-default #headerimage .elementor-heading-title {
    max-width: 75%;
  }
}

body.job_listing-template-default
  #headerimage
  .elementor-widget-shortcode
  .elementor-shortcode {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: 52rem;
  margin-top: 1rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 1rem;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.job_listing-template-default .elementor-element-07e800a {
  position: relative;
  z-index: 2;
  margin-top: clamp(-58px, -5vw, -96px);
}

body.job_listing-template-default .elementor-element-07e800a > .e-con-inner {
  align-items: flex-start;
  gap: clamp(24px, 3vw, 40px);
}

body.job_listing-template-default .elementor-element-c4d7a50 {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3vw, 42px) !important;
  border: 1px solid rgba(67, 178, 188, 0.12);
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    #ffffff 100%
  );
  box-shadow: var(--vf-job-shadow);
}

body.job_listing-template-default .elementor-element-c4d7a50::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(
    90deg,
    var(--vf-job-accent) 0%,
    var(--vf-job-accent-strong) 100%
  );
}

body.job_listing-template-default .single_job_listing,
body.job_listing-template-default .job_description {
  color: var(--vf-job-ink);
}

body.job_listing-template-default .job_description > *:first-child {
  margin-top: 0;
}

body.job_listing-template-default .job_description p {
  margin: 0 0 1.15rem;
  color: var(--vf-job-ink);
  font-size: clamp(1.03rem, 1.08vw, 1.12rem);
  line-height: 1.78;
}

body.job_listing-template-default .job_description strong {
  color: #203541;
}

body.job_listing-template-default .job_description > p > strong:first-child,
body.job_listing-template-default .job_description h2,
body.job_listing-template-default .job_description h3,
body.job_listing-template-default .job_description h4 {
  display: block;
  margin: 2.4rem 0 1rem;
  color: #1d313e;
  font-size: clamp(1.36rem, 1.55vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.job_listing-template-default .job_description ul,
body.job_listing-template-default .job_description ol {
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

body.job_listing-template-default .job_description li {
  position: relative;
  margin: 0 0 0.9rem;
  padding-left: 1.55rem;
  color: var(--vf-job-ink);
  line-height: 1.68;
}

body.job_listing-template-default .job_description li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--vf-job-accent) 0%,
    var(--vf-job-accent-strong) 100%
  );
  box-shadow: 0 0 0 4px rgba(67, 178, 188, 0.12);
}

body.job_listing-template-default .elementor-element-80601b2 {
  position: sticky;
  top: 118px;
}

body.job_listing-template-default .elementor-element-aa85085 {
  gap: 16px;
  padding: clamp(22px, 2.3vw, 28px) !important;
  border: 1px solid rgba(67, 178, 188, 0.14);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    #ffffff 100%
  );
  box-shadow: 0 24px 48px rgba(29, 49, 62, 0.12);
  backdrop-filter: blur(10px);
}

body.job_listing-template-default .vf-job-summary-meta {
  gap: 10px;
}

body.job_listing-template-default .vf-job-summary-meta__logo {
  width: 100%;
  min-height: 96px;
  padding: 18px 22px;
  border: 1px solid rgba(67, 178, 188, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: 0 18px 34px rgba(20, 41, 54, 0.08);
}

body.job_listing-template-default .vf-job-summary-meta__logo-fallback {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

body.job_listing-template-default .vf-job-summary-meta__row {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--vf-job-line);
  color: var(--vf-job-ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

body.job_listing-template-default .vf-job-summary-meta__row strong {
  color: #152833;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.74;
}

body.job_listing-template-default .vf-job-summary-meta__row a {
  color: #ef5b83;
  font-weight: 600;
  text-decoration: none;
}

body.job_listing-template-default .vf-job-summary-meta__row a:hover {
  color: var(--vf-job-accent-strong);
}

body.job_listing-template-default .vf-job-summary-meta__row--location a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(239, 91, 131, 0.1);
  color: #ef5b83;
  box-shadow: inset 0 0 0 1px rgba(239, 91, 131, 0.08);
}

body.job_listing-template-default .vf-job-summary-meta__row--salary,
body.job_listing-template-default .vf-job-summary-meta__row--hourly {
  margin-top: 0.35rem;
  padding: 1rem 1rem 1.05rem;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(67, 178, 188, 0.1) 0%,
    rgba(255, 122, 34, 0.08) 100%
  );
}

body.job_listing-template-default .vf-job-summary-meta__row--salary strong,
body.job_listing-template-default .vf-job-summary-meta__row--hourly strong {
  opacity: 0.78;
}

body.job_listing-template-default .vf-job-summary-meta__row--salary,
body.job_listing-template-default .vf-job-summary-meta__row--hourly,
body.job_listing-template-default .vf-job-summary-meta__row--salary a,
body.job_listing-template-default .vf-job-summary-meta__row--hourly a {
  color: #17303c;
}

body.job_listing-template-default .elementor-element-75cfbee .button1,
body.job_listing-template-default .elementor-element-75cfbee .button2,
body.job_listing-template-default .elementor-element-75cfbee .button3 {
  width: 100%;
  justify-content: center;
  margin-top: 0.35rem;
}

@media (max-width: 1024px) {
  body.job_listing-template-default .elementor-element-07e800a {
    margin-top: -34px;
  }

  body.job_listing-template-default .elementor-element-80601b2 {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  body.job_listing-template-default #headerimage {
    min-height: 260px;
    padding-bottom: 42px !important;
  }

  body.job_listing-template-default
    #headerimage
    .elementor-widget-shortcode
    .elementor-shortcode {
    border-radius: 20px;
  }

  body.job_listing-template-default .elementor-element-c4d7a50,
  body.job_listing-template-default .elementor-element-aa85085 {
    padding: 22px !important;
    border-radius: 24px;
  }

  body.job_listing-template-default .job_description p {
    font-size: 1rem;
    line-height: 1.72;
  }
}

.loop_offset {
  --loop-offset-peek: clamp(36px, 8vw, 160px);
  width: calc(100% + var(--loop-offset-peek)) !important;
  max-width: none !important;
  margin-right: calc(-1 * var(--loop-offset-peek)) !important;
  align-self: stretch !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

.loop_offset::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1px;
  background: #ffffff;
  box-shadow: -100vw 0 0 100vw #ffffff;
  pointer-events: none;
  z-index: 2;
}

.loop_offset .elementor-widget-container,
.loop_offset .elementor-loop-container,
.loop_offset .swiper,
.loop_offset .swiper-wrapper {
  overflow: visible !important;
}

:is(.loop_offset .swiper-slide, .job_slider) {
  --job-card-bg: #7dcdd0;
  --job-card-title: #28343d;
  --job-card-title-surface: rgba(255, 255, 255, 0.96);
  --job-card-meta: #ff4d8d;
  --job-card-pill-bg: color-mix(in srgb, var(--job-card-meta) 16%, white);
  --job-card-logo-bg: rgba(255, 255, 255, 0.18);
  --job-card-cut: 22px;
  --job-card-shadow: 0 18px 40px rgba(15, 34, 45, 0.08);
}

:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-element.elementor-element-183d25f.borderblock:not(
    .elementor-motion-effects-element-type-background
  ),
:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-element.elementor-element-183d25f.borderblock
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background: var(--job-card-bg) !important;
}

:is(.loop_offset .swiper-slide, .job_slider) .borderblock {
  --borderblock-cut: var(--job-card-cut);
  --borderblock-line: transparent;
  min-height: clamp(320px, 34vw, 420px);
  padding: 28px 28px 24px !important;
  box-shadow: var(--job-card-shadow);
}

:is(
    .loop_offset .swiper-slide.job_position_featured,
    .job_slider .swiper-slide.job_position_featured,
    .swiper-slide.job_position_featured
  )
  .borderblock {
  position: relative;
}

:is(
    .loop_offset .swiper-slide.job_position_featured,
    .job_slider .swiper-slide.job_position_featured,
    .swiper-slide.job_position_featured
  )
  .borderblock::after {
  content: "Topvacature";
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.42rem 0.82rem 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--job-card-meta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    0 10px 24px rgba(20, 34, 43, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.74);
  z-index: 3;
  pointer-events: none;
}

:is(.loop_offset .swiper-slide, .job_slider) .borderblock::before {
  display: none;
}

:is(.loop_offset .swiper-slide, .job_slider) .borderblock > .e-con-inner,
:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-acfb7d1.e-con {
  display: flex;
  flex-direction: column;
  height: 100%;
}

:is(.loop_offset .swiper-slide, .job_slider) .borderblock > .e-con-inner {
  gap: 18px;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-acfb7d1.e-con {
  justify-content: flex-start;
  gap: 14px;
  flex: 1 1 auto;
  margin-top: auto;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-64a3e30 {
  margin-top: 0;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-heading-title,
:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-post-info__item--type-author,
:is(.loop_offset .swiper-slide, .job_slider) .elementor-post-info a {
  color: inherit !important;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-heading-title {
  color: var(--job-card-title) !important;
  font-size: clamp(1.28rem, 1.5vw, 1.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
  display: inline-block;
  width: min(100%, 24ch);
  max-width: none;
  margin: 0;
  padding: 1rem 1.65rem 0.95rem 1.2rem;
  border-radius: 1.6rem;
  background: var(--job-card-title-surface);
  box-shadow: 0 10px 24px rgba(20, 34, 43, 0.08);
}

:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-post-info__item--type-author {
  color: var(--job-card-meta) !important;
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.38rem 0.82rem 0.34rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--job-card-meta) 16%, white);
  color: var(--job-card-meta) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-post-info,
:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-post-info
  .elementor-inline-items,
:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-post-info
  .elementor-icon-list-item,
:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-post-info
  .elementor-post-info__terms-list-item {
  margin: 0;
}

:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-post-info
  .elementor-inline-items {
  gap: 0;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 48%;
  max-width: 232px;
  min-height: 136px;
  margin-bottom: 4px;
  padding: 1.45rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 1);
  box-shadow:
    0 10px 24px rgba(20, 34, 43, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534 img {
  width: auto !important;
  max-width: 100%;
  max-height: 118px;
  object-fit: contain;
}

:is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 48%;
  max-width: 232px;
  min-height: 136px;
  align-self: flex-start;
  margin-bottom: 4px;
  padding: 1rem 1.1rem;
  border-radius: 26px;
  background: var(--job-card-logo-bg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

:is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--job-card-title);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}

:is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder__label {
  color: color-mix(in srgb, var(--job-card-title) 68%, white);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
}

:is(.loop_offset .swiper-slide, .job_slider) .vf-job-company-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.38rem 0.82rem 0.34rem;
  border-radius: 999px;
  background: var(--job-card-pill-bg);
  color: var(--job-card-meta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  max-width: 100%;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  :is(.loop_offset .swiper-slide, .job_slider) .vf-job-company-tag {
    max-width: min(92%, 38ch);
  }
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-widget-theme-post-title,
:is(.loop_offset .swiper-slide, .job_slider) .elementor-widget-shortcode,
:is(.loop_offset .swiper-slide, .job_slider) .elementor-widget-post-info {
  width: 100%;
}

:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-widget-theme-post-title {
  margin-top: auto;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-widget-shortcode {
  margin-top: -1.45rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-widget-shortcode
  .elementor-widget-container,
:is(.loop_offset .swiper-slide, .job_slider)
  .elementor-widget-shortcode
  .elementor-shortcode {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 1) {
  --job-card-bg: linear-gradient(180deg, #89d6d8 0%, #6fc4c6 100%);
  --job-card-title: #233640;
  --job-card-meta: #f97b21;
  --job-card-cut: 16px;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 1) .borderblock {
  clip-path: polygon(
    var(--job-card-cut) 0,
    100% 0,
    100% calc(100% - var(--job-card-cut)),
    calc(100% - var(--job-card-cut)) 100%,
    0 100%,
    0 var(--job-card-cut)
  );
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 2) {
  --job-card-bg: linear-gradient(180deg, #f3e8d8 0%, #efd9ba 100%);
  --job-card-title: #644f3e;
  --job-card-meta: #ca6b4c;
  --job-card-cut: 30px;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 2) .borderblock {
  clip-path: polygon(
    0 0,
    calc(100% - var(--job-card-cut)) 0,
    100% var(--job-card-cut),
    100% 100%,
    var(--job-card-cut) 100%,
    0 calc(100% - var(--job-card-cut))
  );
  padding-top: 22px !important;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 2)
  .borderblock
  > .e-con-inner {
  justify-content: flex-end;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 2)
  .elementor-element-c158534 {
  align-self: flex-end;
  width: 34%;
  max-width: 150px;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 2)
  .vf-job-logo-placeholder {
  align-self: flex-end;
  width: 34%;
  max-width: 150px;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 3) {
  --job-card-bg: linear-gradient(180deg, #f7b18a 0%, #ed9b78 100%);
  --job-card-title: #5b2c1f;
  --job-card-meta: #8f3423;
  --job-card-cut: 12px;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 3) .borderblock {
  clip-path: polygon(
    var(--job-card-cut) 0,
    100% 0,
    100% 100%,
    var(--job-card-cut) 100%,
    0 calc(100% - var(--job-card-cut)),
    0 var(--job-card-cut)
  );
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 3)
  .elementor-element-acfb7d1.e-con {
  justify-content: center;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 4) {
  --job-card-bg: linear-gradient(180deg, #7f1840 0%, #6d1437 100%);
  --job-card-title: #2c2026;
  --job-card-meta: #a42f2f;
  --job-card-cut: 34px;
  --job-card-shadow: 0 24px 40px rgba(92, 16, 48, 0.18);
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 4) .borderblock {
  clip-path: polygon(
    0 0,
    calc(100% - var(--job-card-cut)) 0,
    100% var(--job-card-cut),
    100% calc(100% - var(--job-card-cut)),
    calc(100% - var(--job-card-cut)) 100%,
    0 100%
  );
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 4)
  .elementor-element-acfb7d1.e-con {
  justify-content: flex-end;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 4)
  .elementor-element-c158534 {
  width: 28%;
  max-width: 120px;
  opacity: 0.24;
  margin-left: auto;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 4)
  .vf-job-logo-placeholder {
  width: 28%;
  max-width: 120px;
  margin-left: auto;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.08)
    ),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 5) {
  --job-card-bg: linear-gradient(180deg, #d6eff0 0%, #c4e6e8 100%);
  --job-card-title: #24484c;
  --job-card-meta: #5f72ff;
  --job-card-cut: 22px;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 5) .borderblock {
  clip-path: polygon(
    var(--job-card-cut) 0,
    calc(100% - var(--job-card-cut)) 0,
    100% var(--job-card-cut),
    100% 100%,
    0 100%,
    0 var(--job-card-cut)
  );
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 5)
  .elementor-element-acfb7d1.e-con {
  max-width: 78%;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 5)
  .elementor-element-c158534 {
  align-self: flex-end;
  width: 36%;
  max-width: 148px;
  margin-top: auto;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 5)
  .vf-job-logo-placeholder {
  align-self: flex-end;
  width: 36%;
  max-width: 148px;
  margin-top: auto;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 6) {
  --job-card-bg: linear-gradient(180deg, #355d7b 0%, #274b66 100%);
  --job-card-title: #233640;
  --job-card-meta: #579486;
  --job-card-cut: 28px;
  --job-card-shadow: 0 24px 40px rgba(21, 44, 62, 0.18);
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 6) .borderblock {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--job-card-cut)),
    calc(100% - var(--job-card-cut)) 100%,
    var(--job-card-cut) 100%,
    0 calc(100% - var(--job-card-cut))
  );
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 6)
  .borderblock
  > .e-con-inner {
  justify-content: space-between;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 6)
  .elementor-element-c158534 {
  width: 32%;
  max-width: 126px;
  opacity: 0.9;
}

:is(.loop_offset .swiper-slide, .job_slider):nth-of-type(6n + 6)
  .vf-job-logo-placeholder {
  width: 32%;
  max-width: 126px;
}

/* Keep logo, title and author aligned consistently across all variants. */
:is(.loop_offset .swiper-slide, .job_slider) .borderblock > .e-con-inner {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-acfb7d1.e-con {
  justify-content: flex-start !important;
  width: 100%;
  max-width: none !important;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534,
:is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder {
  align-self: flex-start !important;
  width: 38% !important;
  max-width: 172px !important;
  min-height: 112px;
  margin: 0 0 8px !important;
  opacity: 1 !important;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534 {
  display: flex;
  align-items: center;
  justify-content: center;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534 img {
  width: auto !important;
  max-width: 100%;
  max-height: 112px;
}

:is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder {
  height: 112px;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

:is(.loop_offset .swiper-slide, .job_slider) .elementor-heading-title {
  min-height: 3.1em;
}

@media (max-width: 1024px) {
  .loop_offset {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .borderblock {
    min-height: 280px;
    padding: 22px 22px 18px !important;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .elementor-heading-title {
    font-size: clamp(1.15rem, 4.2vw, 1.55rem);
  }

  :is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534 {
    width: 40%;
    max-width: 138px;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder {
    width: 40%;
    max-width: 138px;
    border-radius: 20px;
    padding: 0.85rem;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder__mark {
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    font-size: 1rem;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534,
  :is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder {
    width: 40% !important;
    max-width: 138px !important;
    min-height: 98px;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .elementor-element-c158534 img {
    max-height: 90px;
  }

  :is(.loop_offset .swiper-slide, .job_slider) .vf-job-logo-placeholder {
    height: 98px;
  }
}

/* Robust job slider targeting for multiple Elementor class placements. */
:is(.loop_offset, .elementor-widget-loop-carousel.job_slider) {
  --loop-offset-peek: clamp(36px, 8vw, 160px);
  width: calc(100% + var(--loop-offset-peek)) !important;
  max-width: none !important;
  margin-right: calc(-1 * var(--loop-offset-peek)) !important;
  align-self: stretch !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
}

:is(.loop_offset, .elementor-widget-loop-carousel.job_slider)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1px;
  background: #ffffff;
  box-shadow: -100vw 0 0 100vw #ffffff;
  pointer-events: none;
  z-index: 2;
}

:is(.loop_offset, .elementor-widget-loop-carousel.job_slider)
  .elementor-widget-container,
:is(.loop_offset, .elementor-widget-loop-carousel.job_slider)
  .elementor-loop-container,
:is(.loop_offset, .elementor-widget-loop-carousel.job_slider) .swiper,
:is(.loop_offset, .elementor-widget-loop-carousel.job_slider) .swiper-wrapper {
  overflow: visible !important;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
) {
  --job-card-bg: #7dcdd0;
  --job-card-title: #28343d;
  --job-card-title-surface: rgba(255, 255, 255, 0.96);
  --job-card-meta: #ff4d8d;
  --job-card-pill-bg: color-mix(in srgb, var(--job-card-meta) 16%, white);
  --job-card-logo-bg: rgba(255, 255, 255, 0.18);
  --job-card-cut: 22px;
  --job-card-shadow: 0 18px 40px rgba(15, 34, 45, 0.08);
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 1) {
  --job-card-bg: linear-gradient(180deg, #89d6d8 0%, #6fc4c6 100%);
  --job-card-title: #233640;
  --job-card-meta: #f97b21;
  --job-card-cut: 16px;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 1)
  .borderblock {
  clip-path: polygon(
    var(--job-card-cut) 0,
    100% 0,
    100% calc(100% - var(--job-card-cut)),
    calc(100% - var(--job-card-cut)) 100%,
    0 100%,
    0 var(--job-card-cut)
  );
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 2) {
  --job-card-bg: linear-gradient(180deg, #f3e8d8 0%, #efd9ba 100%);
  --job-card-title: #644f3e;
  --job-card-meta: #ca6b4c;
  --job-card-cut: 30px;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 2)
  .borderblock {
  clip-path: polygon(
    0 0,
    calc(100% - var(--job-card-cut)) 0,
    100% var(--job-card-cut),
    100% 100%,
    var(--job-card-cut) 100%,
    0 calc(100% - var(--job-card-cut))
  );
  padding-top: 22px !important;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 2)
  .borderblock
  > .e-con-inner {
  justify-content: flex-end;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 2)
  .elementor-element-c158534,
:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 2)
  .vf-job-logo-placeholder {
  align-self: flex-end;
  width: 34%;
  max-width: 150px;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 3) {
  --job-card-bg: linear-gradient(180deg, #f7b18a 0%, #ed9b78 100%);
  --job-card-title: #5b2c1f;
  --job-card-meta: #8f3423;
  --job-card-cut: 12px;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 3)
  .borderblock {
  clip-path: polygon(
    var(--job-card-cut) 0,
    100% 0,
    100% 100%,
    var(--job-card-cut) 100%,
    0 calc(100% - var(--job-card-cut)),
    0 var(--job-card-cut)
  );
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 3)
  .elementor-element-acfb7d1.e-con {
  justify-content: center;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 4) {
  --job-card-bg: linear-gradient(180deg, #7f1840 0%, #6d1437 100%);
  --job-card-title: #2c2026;
  --job-card-meta: #a42f2f;
  --job-card-cut: 34px;
  --job-card-shadow: 0 24px 40px rgba(92, 16, 48, 0.18);
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 4)
  .borderblock {
  clip-path: polygon(
    0 0,
    calc(100% - var(--job-card-cut)) 0,
    100% var(--job-card-cut),
    100% calc(100% - var(--job-card-cut)),
    calc(100% - var(--job-card-cut)) 100%,
    0 100%
  );
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 4)
  .elementor-element-acfb7d1.e-con {
  justify-content: flex-end;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 4)
  .elementor-element-c158534 {
  width: 28%;
  max-width: 120px;
  opacity: 0.24;
  margin-left: auto;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 4)
  .vf-job-logo-placeholder {
  width: 28%;
  max-width: 120px;
  margin-left: auto;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.08)
    ),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 5) {
  --job-card-bg: linear-gradient(180deg, #d6eff0 0%, #c4e6e8 100%);
  --job-card-title: #24484c;
  --job-card-meta: #5f72ff;
  --job-card-cut: 22px;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 5)
  .borderblock {
  clip-path: polygon(
    var(--job-card-cut) 0,
    calc(100% - var(--job-card-cut)) 0,
    100% var(--job-card-cut),
    100% 100%,
    0 100%,
    0 var(--job-card-cut)
  );
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 5)
  .elementor-element-acfb7d1.e-con {
  max-width: 78%;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 5)
  .elementor-element-c158534,
:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 5)
  .vf-job-logo-placeholder {
  align-self: flex-end;
  width: 36%;
  max-width: 148px;
  margin-top: auto;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 6) {
  --job-card-bg: linear-gradient(180deg, #355d7b 0%, #274b66 100%);
  --job-card-title: #233640;
  --job-card-meta: #579486;
  --job-card-cut: 28px;
  --job-card-shadow: 0 24px 40px rgba(21, 44, 62, 0.18);
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 6)
  .borderblock {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--job-card-cut)),
    calc(100% - var(--job-card-cut)) 100%,
    var(--job-card-cut) 100%,
    0 calc(100% - var(--job-card-cut))
  );
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 6)
  .borderblock
  > .e-con-inner {
  justify-content: space-between;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 6)
  .elementor-element-c158534,
:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  ):nth-of-type(6n + 6)
  .vf-job-logo-placeholder {
  width: 32%;
  max-width: 126px;
}

@media (max-width: 1024px) {
  :is(.loop_offset, .elementor-widget-loop-carousel.job_slider) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}

/* Final overrides for reusable job sliders. */
.elementor-widget-loop-carousel.loop_offset,
.elementor-widget-loop-carousel.job_slider.loop_offset {
  --loop-offset-peek: clamp(44px, 9vw, 180px);
  width: calc(100% + var(--loop-offset-peek)) !important;
  max-width: none !important;
  margin-right: calc(-1 * var(--loop-offset-peek)) !important;
  position: relative !important;
  overflow: visible !important;
  isolation: isolate !important;
}

.elementor-widget-loop-carousel.loop_offset::before,
.elementor-widget-loop-carousel.job_slider.loop_offset::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1px;
  background: #ffffff;
  box-shadow: -100vw 0 0 100vw #ffffff;
  pointer-events: none;
  z-index: 2;
}

.elementor-widget-loop-carousel.loop_offset .elementor-widget-container,
.elementor-widget-loop-carousel.loop_offset .elementor-loop-container,
.elementor-widget-loop-carousel.loop_offset .swiper,
.elementor-widget-loop-carousel.loop_offset .swiper-wrapper {
  overflow: visible !important;
}

:is(
    .elementor-widget-loop-carousel.loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .elementor-element-c158534,
:is(
    .elementor-widget-loop-carousel.loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .vf-job-logo-placeholder {
  width: 44% !important;
  max-width: 210px !important;
  min-height: 136px !important;
  margin: 0 0 10px !important;
}

:is(
    .elementor-widget-loop-carousel.loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .elementor-element-c158534 {
  padding: 1.6rem !important;
}

:is(
    .elementor-widget-loop-carousel.loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .elementor-element-c158534
  img {
  max-height: 126px !important;
}

:is(
    .elementor-widget-loop-carousel.loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .vf-job-logo-placeholder {
  padding: 1.15rem 1.2rem !important;
  height: 136px !important;
}

/* Offset the palette on the second slider so the sequence differs from slider one. */
.elementor-element-473aca8 .swiper-slide:nth-of-type(6n + 1) {
  --job-card-bg: linear-gradient(180deg, #f7b18a 0%, #ed9b78 100%);
  --job-card-title: #5b2c1f;
  --job-card-meta: #8f3423;
}

.elementor-element-473aca8 .swiper-slide:nth-of-type(6n + 2) {
  --job-card-bg: linear-gradient(180deg, #7f1840 0%, #6d1437 100%);
  --job-card-title: #2c2026;
  --job-card-meta: #a42f2f;
}

.elementor-element-473aca8 .swiper-slide:nth-of-type(6n + 3) {
  --job-card-bg: linear-gradient(180deg, #d6eff0 0%, #c4e6e8 100%);
  --job-card-title: #24484c;
  --job-card-meta: #5f72ff;
}

.elementor-element-473aca8 .swiper-slide:nth-of-type(6n + 4) {
  --job-card-bg: linear-gradient(180deg, #355d7b 0%, #274b66 100%);
  --job-card-title: #233640;
  --job-card-meta: #579486;
}

.elementor-element-473aca8 .swiper-slide:nth-of-type(6n + 5) {
  --job-card-bg: linear-gradient(180deg, #89d6d8 0%, #6fc4c6 100%);
  --job-card-title: #233640;
  --job-card-meta: #f97b21;
}

.elementor-element-473aca8 .swiper-slide:nth-of-type(6n + 6) {
  --job-card-bg: linear-gradient(180deg, #f3e8d8 0%, #efd9ba 100%);
  --job-card-title: #644f3e;
  --job-card-meta: #ca6b4c;
}

@media (max-width: 1024px) {
  :is(
      .elementor-widget-loop-carousel.loop_offset .swiper-slide,
      .job_slider .swiper-slide,
      .swiper-slide.job_slider
    )
    .elementor-element-c158534,
  :is(
      .elementor-widget-loop-carousel.loop_offset .swiper-slide,
      .job_slider .swiper-slide,
      .swiper-slide.job_slider
    )
    .vf-job-logo-placeholder {
    width: 42% !important;
    max-width: 154px !important;
    min-height: 108px !important;
  }

  :is(
      .elementor-widget-loop-carousel.loop_offset .swiper-slide,
      .job_slider .swiper-slide,
      .swiper-slide.job_slider
    )
    .elementor-element-c158534
    img {
    max-height: 96px !important;
  }

  :is(
      .elementor-widget-loop-carousel.loop_offset .swiper-slide,
      .job_slider .swiper-slide,
      .swiper-slide.job_slider
    )
    .vf-job-logo-placeholder {
    height: 108px !important;
  }
}

/* Rounded corner system replacing older diagonal/cut shapes. */
.diagonal-box {
  --diag-radius-tl: 20px;
  --diag-radius-tr: 0;
  --diag-radius-br: 20px;
  --diag-radius-bl: 0;
  clip-path: none !important;
  border-radius: var(--diag-radius-tl) var(--diag-radius-tr)
    var(--diag-radius-br) var(--diag-radius-bl) !important;
}

.diagonal-top-right {
  clip-path: none !important;
  border-radius: 0 20px 0 0 !important;
}

.borderblock {
  --borderblock-radius-tl: 20px;
  --borderblock-radius-tr: 0;
  --borderblock-radius-br: 20px;
  --borderblock-radius-bl: 0;
  clip-path: none !important;
  border-radius: var(--borderblock-radius-tl) var(--borderblock-radius-tr)
    var(--borderblock-radius-br) var(--borderblock-radius-bl) !important;
}

.borderblock::before {
  clip-path: none !important;
  border-radius: inherit !important;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
) {
  --job-card-radius-tl: 20px;
  --job-card-radius-tr: 0;
  --job-card-radius-br: 20px;
  --job-card-radius-bl: 0;
}

:is(
    .loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .borderblock,
:is(
    .elementor-widget-loop-carousel.loop_offset .swiper-slide,
    .job_slider .swiper-slide,
    .swiper-slide.job_slider
  )
  .borderblock {
  clip-path: none !important;
  border-radius: var(--job-card-radius-tl) var(--job-card-radius-tr)
    var(--job-card-radius-br) var(--job-card-radius-bl) !important;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 1) {
  --job-card-radius-tl: 18px;
  --job-card-radius-tr: 0;
  --job-card-radius-br: 24px;
  --job-card-radius-bl: 0;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 2) {
  --job-card-radius-tl: 0;
  --job-card-radius-tr: 28px;
  --job-card-radius-br: 0;
  --job-card-radius-bl: 28px;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 3) {
  --job-card-radius-tl: 20px;
  --job-card-radius-tr: 0;
  --job-card-radius-br: 0;
  --job-card-radius-bl: 20px;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 4) {
  --job-card-radius-tl: 0;
  --job-card-radius-tr: 30px;
  --job-card-radius-br: 30px;
  --job-card-radius-bl: 0;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 5) {
  --job-card-radius-tl: 22px;
  --job-card-radius-tr: 22px;
  --job-card-radius-br: 0;
  --job-card-radius-bl: 0;
}

:is(
  .loop_offset .swiper-slide,
  .job_slider,
  .job_slider .swiper-slide,
  .swiper-slide.job_slider
):nth-of-type(6n + 6) {
  --job-card-radius-tl: 0;
  --job-card-radius-tr: 0;
  --job-card-radius-br: 26px;
  --job-card-radius-bl: 26px;
}

@keyframes subtleBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  45% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce-subtle {
  animation: subtleBounce 2.5s ease-in-out infinite;
}
