.job_List_Wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.job_Item_Wrapper {
  padding: 32px 32px 60px;
  background-color: #f9f9f9;
  position: relative;
  transition: 0.3s;
}

.job_Item_Wrapper:hover {
  background-color: var(--Primary-P100);
}

.job_Item_Content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 96px;
}

.job_Item_Link {
  position: absolute;
  bottom: 32px;
  right: 32px;
  color: var(--Primary-P20);
  border: 1px solid var(--Primary-P30, #00446D);
  padding: 4px 30px;
  transition: 0.3s;
}

body.rtl .job_Item_Link  {
  right: unset;
  left: 32px;
}

.job_Item_Wrapper.job_Expired .job_Item_Link {
  padding: 4px 40px;
}

.job_Item_Wrapper.job_Expired {
  opacity: 0.5;
  pointer-events: none;
}

.job_Item_Wrapper:hover .job_Item_Link {
  color: #FFF;
  background-color: var(--Primary-P20);
}

.job_Item_Link .ezIcon {
  rotate: 180deg;
  transition: 0.3s;
  --icon: 20px;
  --icon-color: var(--Primary-P20);
  margin-inline-start: 8px;
}

body.rtl .job_Item_Link .ezIcon {
  rotate: 0deg;
}

.job_Item_Wrapper:hover .ezIcon {
  --icon-color: #FFF;
}

.job_Item_Sex span {
  margin-inline-start: 16px;
}

@media (max-width: 991px) {
  .job_List_Wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  html[dir="ltr"] .job_List_Wrapper .slick-slide {
    float: left;
  }

  .job_List_Wrapper .slick-list {
    overflow: visible;
  }

  .main_Page_Customer_Service_Item_Image {
    height: 406px;
  }

  html[dir="ltr"] .job_List_Wrapper .slick-slide {
    margin-right: 20px;
  }

  html[dir="ltr"] .job_List_Wrapper .slick-list {
    width: 85% !important;
    margin-right: 16px;
  }

  html[dir="rtl"] .job_List_Wrapper .slick-slide {
    width: 85% !important;
    margin-left: 16px;
  }

  .job_Item_Link {
    padding: 4px 20px;
  }

  .job_Item_Link {
    right: unset;
    left: 32px;
  }

  .job_Item_Content {
    margin-bottom: 60px;
    gap: 8px;
    justify-content: center;
    height: unset;
  }
}

/* --------------- Jobs Inner Start --------------- */

.jobs_Inner_Banner {
  background: linear-gradient(180deg, #00273E 0%, #003556 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 200px 0 80px;
  margin-top: -170px;
  margin-bottom: 64px;
}

.jobs_Inner_TitleBar p:first-child {
  opacity: 0.5;
}

.jobs_Inner_Info_Wrapper {
  padding: 46px 48px 46px 40px;
  border: 1px solid var(--Gray-G99, #F2F2F2);
  background: var(--Background, #F9F9F9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}

.jobs_Inner_Info_Right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jobs_Inner_Info_Box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jobs_Inner_Info_Left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.jobs_inner_Info_Link {
  background: var(--Primary-P30, #00446D);
  padding: 8px 40px;
  transition: 0.3s;
  position: absolute;
  bottom: 46px;
  right: 48px;
}

body.rtl .jobs_inner_Info_Link {
  right: unset;
  left: 48px;
}

.jobs_inner_Info_Link:hover {
  background: var(--Primary-P40, #005285);
}

.jobs_inner_Info_Link .ezIcon {
  margin-left: 8px;
}

body.rtl .jobs_inner_Info_Link .ezIcon {
  margin-right: 8px;
  margin-left: unset;
  rotate: 180deg;
}

.jobs_Inner_Info_Location {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 46px;
  right: 48px;
  z-index: 2;
}

body.rtl .jobs_Inner_Info_Location {
  right: unset;
  left: 48px;
}

.jobs_Inner_Info_Location .ezIcon {
  --icon-color: var(--Primary-P30)
}

.jobs_Inner_Info_Location::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -4px;
  transform: translateX(-50%);
  width: 32px;
  height: 240px;
  background-color: var(--Gray-G95, #E4E4E4);
  z-index: -1;
}

body.rtl .jobs_Inner_Info_Location::before {
  right: unset;
  left: 11px;
}

.jobs_Inner_Body * {
  font-family: "IranSans" !important;
}

.jobs_Inner_Body strong span,
.jobs_Inner_Body h2 {
  color: var(--Primary-P20, #003556);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px !important;
  margin-top: 32px !important;
}

.jobs_Inner_Body .MsoNormal {
  margin-top: 32px !important;
}

.jobs_Inner_Body p {
  color: var(--Gray-G30, #4F4F4F);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

.jobs_Inner_Body li {
  color: var(--Gray-G30, #4F4F4F);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  margin: 0 !important;
}

.jobs_Inner_Body li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--Gray-G30);
  border-radius: 50%;
}

body.rtl .jobs_Inner_Body li::before {
  left: unset;
  right: -14px;
}

@media (max-width: 991px) {
  .jobs_Inner_Banner {
    padding-inline: 12px;
    padding: 298px 12px 24px;
  }
  .jobs_Inner_Main_Wrapper {
    padding-inline: 12px;
  }
  .jobs_Inner_Info_Wrapper {
    padding-bottom: 200px;
    padding: 24px 24px 150px ;
  }
  .jobs_inner_Info_Link {
    right: unset;
    left: 24px;
    bottom: 32px;
  }
  .jobs_Inner_Info_Location {
    right: unset;
    left: 24px;
    top: 16px;
    flex-direction: row-reverse;
  }

  .jobs_Inner_Info_Location::before {
    display: none;
  }
}
/* --------------- Cando DNN module additions --------------- */
.cando-jobs-module,
.cando-wrapper {
  direction: inherit;
}

.cando-jobs-module * {
  box-sizing: border-box;
}

.cando-hidden {
  display: none !important;
}

.cando-alert {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto;
  padding: 14px 18px;
  background: #fff4cf;
  color: #6d4a00;
}

.cando-alert.ok {
  background: #dff4e7;
  color: #0f5b2d;
}

.cando-alert.error {
  background: #ffe1e1;
  color: #8a2020;
}

.cando-link {
  border: 0;
  background: transparent;
  color: var(--Primary-P20, #003556);
  cursor: pointer;
  margin: 0 0 24px;
  padding: 0;
  font-weight: 600;
}

.cando-empty {
  padding: 32px;
  margin-top: 24px;
  text-align: center;
  background-color: var(--Background, #f9f9f9);
  color: var(--Gray-G30, #4f4f4f);
}

.cando-pager {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 32px;
}

.cando-page {
  width: 36px;
  height: 36px;
  border: 1px solid var(--Primary-P30, #00446D);
  background: #fff;
  color: var(--Primary-P20, #003556);
  cursor: pointer;
}

.cando-page.active,
.cando-page:hover {
  background: var(--Primary-P30, #00446D);
  color: #fff;
}

.job_Item {
  display: block;
  color: inherit;
  text-decoration: none !important;
  min-height: 180px;
}

.job_Item:hover {
  color: inherit;
  text-decoration: none !important;
}

.cando-job-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cando-job-meta p {
  margin: 0;
}

.jobs_inner_Info_Link {
  border: 0;
  cursor: pointer;
}

.cando-detail-form-slot {
  margin: 40px 0 80px;
  min-height: 120px;
}

.cando-apply-form {
  /* background: var(--Background, #F9F9F9);
  padding: 40px 118px; */
  width: 100%;
  margin-inline: auto;
}

.cando-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 26px;
}

.cando-field {
  display: block;
  margin: 0;
}

.cando-field span {
  display: block;
  margin-bottom: 8px;
  color: var(--Gray-G30, #4F4F4F);
  font-size: 13px;
}

.cando-field input,
.cando-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--Gray-G95, #E4E4E4);
  background: #fff;
  padding: 8px 12px;
  color: var(--Gray-G20, #333);
  outline: none;
}

.cando-field textarea {
  min-height: 88px;
  resize: vertical;
}

.cando-field small {
  display: block;
  margin-top: 6px;
  color: var(--Gray-G50, #828282);
  font-size: 11px;
}

.cando-field-wide {
  grid-column: span 2;
}

.cando-questions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 26px;
  margin-top: 22px;
}

.cando-questions .cando-field-wide {
  grid-column: span 1;
}

.cando-btn,
.cando-apply-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--Primary-P30, #00446D);
  background: var(--Primary-P30, #00446D);
  color: #fff;
  padding: 8px 40px;
  cursor: pointer;
  margin-top: 28px;
  transition: .3s;
}

.cando-btn:hover,
.cando-apply-form button[type="submit"]:hover {
  background: var(--Primary-P40, #005285);
}

.cando-file-error {
  color: #9b1c1c !important;
}

.cando-ok {
  color: #198754 !important;
}

.has-loader {
  position: relative;
  overflow: hidden;
  min-height: 96px;
}

.has-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 1;
  transition: opacity .25s ease;
}

.has-loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  z-index: 10000;
  border: 3px solid rgba(0, 0, 0, 0.10);
  border-top-color: #1C69D4;
  border-right-color: #7A7A7A;
  border-bottom-color: rgba(0, 0, 0, 0.10);
  border-left-color: rgba(0, 0, 0, 0.10);
  animation: bmwSpin .85s linear infinite;
  opacity: 1;
  transition: opacity .25s ease;
}

.has-loader.loader-done::before,
.has-loader.loader-done::after,
.has-loader.loader-done .loader-label {
  opacity: 0;
  pointer-events: none;
}

@keyframes bmwSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
  .cando-apply-form {
    padding: 32px 20px;
  }
  .cando-form-grid,
  .cando-questions {
    grid-template-columns: 1fr;
  }
  .cando-field-wide,
  .cando-questions .cando-field-wide {
    grid-column: span 1;
  }
  .cando-apply-form button[type="submit"] {
    width: 100%;
  }
  body .cando-detail-form-slot .careers_Form_Wrapper {
    padding: 12px !important;
  }
}

/* Server-side shell + client-side list/detail/form enhancements */
.cando-jobs-module .cando-view { width: 100%; }
.cando-jobs-module [data-cando-jobs-list]:empty { min-height: 160px; }
.cando-wizard-indicator { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; font-size: 13px; color: #6b7280; }
.cando-step-title { margin: 0 0 18px; font-size: 18px; font-weight: 600; color: #1f2937; }
.cando-wizard-actions { display: flex; gap: 12px; align-items: center; justify-content: flex-end; margin-top: 24px; }
.cando-btn-secondary { background: #f3f4f6; color: #374151; border: 1px solid #e5e7eb; }
.cando-required { color: #dc2626; margin-inline-start: 4px; font-weight: 700; }
.cando-field-error input,
.cando-field-error textarea,
.cando-field-error select { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220,38,38,.08); }
.cando-field select { min-height: 44px; }
@media (max-width: 768px) {
    .cando-wizard-actions { justify-content: stretch; }
    .cando-wizard-actions .cando-btn { flex: 1 1 auto; }
}

/* Application wizard validation + success state */
.cando-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--Gray-G95, #E4E4E4);
  background: #fff;
  padding: 8px 12px;
  color: var(--Gray-G20, #333);
  outline: none;
}

.cando-field input:focus,
.cando-field textarea:focus,
.cando-field select:focus {
  border-color: var(--Primary-P30, #00446D);
  box-shadow: 0 0 0 3px rgba(0, 68, 109, .08);
}

.cando-validation-error {
  color: #dc2626 !important;
  font-weight: 500;
}

.cando-field-error span {
  color: #991b1b;
}

.cando-success-panel {
  max-width: 760px;
  margin: 40px auto 80px;
  padding: 40px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(25, 135, 84, .18);
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}

.cando-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 135, 84, .10);
  color: #198754;
  font-size: 36px;
  font-weight: 700;
}

.cando-success-panel h3 {
  margin: 0 0 12px;
  color: var(--Gray-G20, #333);
  font-size: 24px;
  font-weight: 700;
}

.cando-success-panel p {
  margin: 0 auto 22px;
  max-width: 560px;
  color: var(--Gray-G40, #666);
  line-height: 1.9;
}

.cando-alert {
  max-width: 1180px;
  margin: 16px auto;
  padding: 12px 16px;
  border-radius: 0;
  font-size: 14px;
}

.cando-alert.ok { background: rgba(25, 135, 84, .08); color: #146c43; border: 1px solid rgba(25, 135, 84, .18); }
.cando-alert.error { background: rgba(220, 38, 38, .08); color: #991b1b; border: 1px solid rgba(220, 38, 38, .18); }

@media (max-width: 768px) {
  .cando-success-panel { margin: 24px 16px 56px; padding: 30px 18px; }
}

/* Cando application form UX fixes */
.cando-field { position: relative; }
.cando-help,
.cando-field-error-text,
.cando-ok,
.cando-file-error {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.7;
}
.cando-help { color: var(--Gray-G50, #777); }
.cando-field-error-text,
.cando-file-error { color: #dc2626; }
.cando-ok { color: #198754; }
.cando-field-error input,
.cando-field-error textarea,
.cando-field-error select {
  background: rgba(220, 38, 38, .025);
}
.cando-date-input { direction: ltr; text-align: left; }
html[dir="rtl"] .cando-date-input,
body[dir="rtl"] .cando-date-input { direction: ltr; text-align: right; }
.cando-pdp {
  position: absolute;
  z-index: 10050;
  width: 292px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--Gray-G90, #e5e7eb);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  direction: rtl;
}
.cando-pdp-head,
.cando-pdp-week,
.cando-pdp-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cando-pdp-head { grid-template-columns: 36px 1fr 36px; align-items: center; margin-bottom: 8px; }
.cando-pdp-title { text-align: center; font-weight: 700; color: var(--Gray-G20, #333); }
.cando-pdp-nav,
.cando-pdp-day {
  border: 0;
  background: #f7f7f7;
  min-height: 34px;
  cursor: pointer;
}
.cando-pdp-nav:hover,
.cando-pdp-day:hover { background: rgba(0,68,109,.10); }
.cando-pdp-week { margin-bottom: 4px; color: var(--Gray-G50, #777); font-size: 12px; text-align: center; }
.cando-pdp-week span { padding: 6px 0; }
.cando-pdp-empty { min-height: 34px; }
.cando-pdp-day.is-today { outline: 2px solid rgba(0,68,109,.18); font-weight: 700; }
.cando-wizard-step { animation: candoStepFade .18s ease both; }
@keyframes candoStepFade { from { opacity: .65; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* Keep wizard actions above decorative layers in DNN skins/templates. */
.cando-wizard-actions,
.cando-wizard-actions .cando-btn {
  position: relative;
  z-index: 2;
}
