.elementor-122 .elementor-element.elementor-element-e263616{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9f6a757 *//* =========================================================
   SHJobNivo Application Form — Premium CSS
   Paste into: Appearance > Customize > Additional CSS
   Everything is scoped to .shc-application.
   ========================================================= */

.shc-application,
.shc-application * {
  box-sizing: border-box;
}

.shc-application {
  --app-navy: #071d38;
  --app-navy-2: #0d315d;
  --app-blue: #1268e8;
  --app-blue-dark: #0953bd;
  --app-green: #08a875;
  --app-green-dark: #07825d;
  --app-gold: #ffb703;
  --app-text: #15263d;
  --app-muted: #68778c;
  --app-border: #d9e4ef;
  --app-light: #f4f8fd;
  --app-white: #ffffff;
  --app-danger: #c63535;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 58px 0 90px !important;
  overflow: hidden;
  color: var(--app-text);
  background:
    radial-gradient(circle at 8% 7%, rgba(18, 104, 232, .13), transparent 25%),
    radial-gradient(circle at 94% 38%, rgba(8, 168, 117, .10), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
}

.shc-application::before,
.shc-application::after {
  content: "";
  position: fixed;
  z-index: 0;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(18, 104, 232, .10);
  border-radius: 50%;
  pointer-events: none;
  animation: shcAppFloat 9s ease-in-out infinite;
}

.shc-application::before {
  top: 10%;
  left: -150px;
}

.shc-application::after {
  right: -160px;
  bottom: 6%;
  animation-delay: -4s;
}

.shc-application > .shc-wrap {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 32px)) !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Remove theme width restrictions on the application page. */
body:has(.shc-application) .site-main,
body:has(.shc-application) .content-area,
body:has(.shc-application) .entry-content,
body:has(.shc-application) article.page,
body:has(.shc-application) .wp-site-blocks,
body:has(.shc-application) .wp-block-post-content,
body:has(.shc-application) .elementor-section-wrap,
body:has(.shc-application) .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Progress steps */
.shc-application .shc-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 820px;
  margin: 0 auto 34px;
  padding: 0 12px;
  animation: shcAppRise .65s ease both;
}

.shc-application .shc-progress > div {
  position: relative;
  padding: 47px 5px 0;
  color: #8290a3;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .01em;
}

.shc-application .shc-progress > div::before {
  content: attr(data-step);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border: 2px solid #d4e0ec;
  border-radius: 50%;
  color: #718198;
  background: #fff;
  box-shadow: 0 6px 15px rgba(7, 29, 56, .08);
}

.shc-application .shc-progress > div::after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 2px;
  background: #dce6f0;
}

.shc-application .shc-progress > div:last-child::after {
  display: none;
}

.shc-application .shc-progress > div.active {
  color: var(--app-green);
}

.shc-application .shc-progress > div.active::before {
  color: #fff;
  border-color: var(--app-green);
  background: linear-gradient(135deg, var(--app-green), #09c58a);
  box-shadow: 0 0 0 7px rgba(8, 168, 117, .11), 0 8px 20px rgba(8, 168, 117, .22);
}

.shc-application .shc-progress > div.active::after {
  background: linear-gradient(90deg, var(--app-green), #a4ddcc);
}

/* Main form card */
.shc-application .shc-form-box {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto !important;
  padding: clamp(26px, 5vw, 52px) !important;
  border: 1px solid rgba(205, 220, 235, .9) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 28px 75px rgba(7, 29, 56, .13) !important;
  backdrop-filter: blur(12px);
  animation: shcAppRise .7s .08s ease both;
}

.shc-application .shc-form-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--app-green), var(--app-blue), #734bdf);
}

.shc-application .shc-form-box h1 {
  margin: 0 0 8px !important;
  color: var(--app-navy) !important;
  font-size: clamp(30px, 5vw, 45px) !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: -.04em;
}

.shc-application .shc-form-intro {
  max-width: 690px;
  margin: 0 0 30px !important;
  color: var(--app-muted) !important;
  font-size: 15px;
}

.shc-application .shc-panel.active {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.shc-application .shc-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.shc-application .shc-full,
.shc-application .shc-role-grid,
.shc-application .shc-error,
.shc-application .shc-payment,
.shc-application .shc-consent,
.shc-application .shc-nav {
  grid-column: 1 / -1;
}

.shc-application .shc-field label {
  color: var(--app-navy) !important;
  font-size: 12px;
  font-weight: 800;
}

.shc-application .shc-field input,
.shc-application .shc-field select,
.shc-application .shc-field textarea,
.shc-application .shc-tracker-form input {
  width: 100% !important;
  min-height: 53px;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid var(--app-border) !important;
  border-radius: 11px !important;
  outline: none !important;
  color: var(--app-text) !important;
  background: #fbfdff !important;
  box-shadow: none !important;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.shc-application .shc-field input:hover,
.shc-application .shc-field select:hover,
.shc-application .shc-field textarea:hover {
  border-color: #b8cbe0 !important;
  background: #fff !important;
}

.shc-application .shc-field input:focus,
.shc-application .shc-field select:focus,
.shc-application .shc-field textarea:focus,
.shc-application .shc-tracker-form input:focus {
  transform: translateY(-1px);
  border-color: var(--app-green) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(8, 168, 117, .11), 0 8px 22px rgba(7, 29, 56, .07) !important;
}

.shc-application input[type="file"] {
  height: auto !important;
  padding: 9px !important;
  cursor: pointer;
}

.shc-application input[type="file"]::file-.elementor-122 .elementor-element.elementor-element-9f6a757-button {
  margin-right: 13px;
  padding: 10px 15px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--app-navy-2);
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease;
}

.shc-application input[type="file"]::file-.elementor-122 .elementor-element.elementor-element-9f6a757-button:hover {
  background: var(--app-blue);
}

/* Job role choices */
.shc-application .shc-role-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

.shc-application .shc-role {
  position: relative;
  display: flex !important;
  gap: 12px;
  min-height: 83px;
  margin: 0 !important;
  padding: 15px !important;
  align-items: flex-start;
  border: 1px solid var(--app-border) !important;
  border-radius: 13px !important;
  background: #fbfdff !important;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.shc-application .shc-role:hover {
  transform: translateY(-3px);
  border-color: #8db9ec !important;
  background: #f4f9ff !important;
  box-shadow: 0 10px 24px rgba(7, 29, 56, .08);
}

.shc-application .shc-role:has(input:checked) {
  border-color: var(--app-green) !important;
  background: #eefbf6 !important;
  box-shadow: 0 0 0 3px rgba(8, 168, 117, .09), 0 10px 24px rgba(8, 168, 117, .09);
}

.shc-application .shc-role input[type="checkbox"] {
  flex: 0 0 auto;
  width: 19px !important;
  height: 19px !important;
  min-height: 0 !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--app-green);
}

.shc-application .shc-role strong {
  display: block;
  margin-bottom: 3px;
  color: var(--app-navy) !important;
  font-size: 13px;
  line-height: 1.25;
}

.shc-application .shc-role small {
  display: block;
  color: var(--app-muted) !important;
  font-size: 11px;
  line-height: 1.45;
}

/* Payment */
.shc-application .shc-payment {
  position: relative;
  overflow: hidden;
  padding: 24px !important;
  border: 1px solid #c5dbf5 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #edf6ff 0%, #f8fbff 100%) !important;
}

.shc-application .shc-payment::after {
  content: "✓ Secure WooCommerce checkout";
  display: inline-flex;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--app-green-dark);
  background: #ddf7ed;
  font-size: 11px;
  font-weight: 800;
}

.shc-application .shc-payment h3 {
  margin: 0 0 4px !important;
  color: var(--app-navy) !important;
  font-size: 20px !important;
}

.shc-application .shc-amount {
  color: var(--app-blue) !important;
  font-size: clamp(30px, 4vw, 39px) !important;
  font-weight: 900 !important;
  line-height: 1.2;
}

.shc-application .shc-note {
  margin: 6px 0 0 !important;
  color: var(--app-muted) !important;
  font-size: 11px;
}

.shc-application .shc-consent {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  padding: 3px 1px;
  color: var(--app-muted);
  font-size: 12px;
}

.shc-application .shc-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--app-green);
}

/* Buttons */
.shc-application .shc-nav {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 5px;
}

.shc-application .shc-btn {
  position: relative;
  overflow: hidden;
  min-height: 53px !important;
  padding: 14px 25px !important;
  border: 0 !important;
  border-radius: 11px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--app-blue), var(--app-blue-dark)) !important;
  box-shadow: 0 12px 28px rgba(18, 104, 232, .24) !important;
  font: inherit;
  font-weight: 850 !important;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.shc-application .shc-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transition: transform .7s ease;
}

.shc-application .shc-btn:hover {
  transform: translateY(-3px);
  filter: saturate(1.12);
  box-shadow: 0 18px 36px rgba(18, 104, 232, .32) !important;
}

.shc-application .shc-btn:hover::after {
  transform: translateX(120%) skewX(-22deg);
}

.shc-application .shc-error,
.shc-application .shc-alert {
  padding: 13px 15px !important;
  border: 1px solid #ffd0d0;
  border-radius: 10px !important;
  color: #9f2929 !important;
  background: #fff2f2 !important;
  font-size: 12px;
  font-weight: 750;
}

.shc-application .shc-error {
  display: none;
}

.shc-application .shc-error.show {
  display: block;
  animation: shcAppShake .35s ease both;
}

.shc-application .shc-alert {
  max-width: 900px;
  margin: 0 auto 18px !important;
}

/* Tracking box */
.shc-application .shc-tracker {
  position: relative;
  max-width: 900px;
  margin: 24px auto 0 !important;
  padding: clamp(23px, 4vw, 34px) !important;
  border: 1px solid var(--app-border) !important;
  border-top: 5px solid var(--app-green) !important;
  border-radius: 19px !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 20px 55px rgba(7, 29, 56, .10) !important;
  animation: shcAppRise .7s .18s ease both;
}

.shc-application .shc-tracker h2 {
  margin: 0 0 4px !important;
  color: var(--app-navy) !important;
  font-size: clamp(24px, 4vw, 32px) !important;
}

.shc-application .shc-tracker > p {
  margin: 0 !important;
  color: var(--app-muted) !important;
}

.shc-application .shc-tracker-form {
  display: grid !important;
  grid-template-columns: 1fr 1fr auto;
  gap: 11px;
  margin-top: 17px;
}

.shc-application .shc-result {
  margin-top: 16px;
  padding: 16px 17px !important;
  border-left: 5px solid var(--app-green);
  border-radius: 10px !important;
  color: var(--app-text);
  background: #ebfaf4 !important;
  animation: shcAppRise .4s ease both;
}

.shc-application .shc-result.bad {
  border-left-color: var(--app-danger);
  color: #942828;
  background: #fff1f1 !important;
}

@keyframes shcAppRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shcAppFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes shcAppShake {
  0%, 100% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
}

@media (max-width: 760px) {
  .shc-application {
    padding: 34px 0 65px !important;
  }

  .shc-application > .shc-wrap {
    width: min(100% - 20px, 960px) !important;
  }

  .shc-application .shc-panel.active,
  .shc-application .shc-role-grid {
    grid-template-columns: 1fr !important;
  }

  .shc-application .shc-form-box {
    border-radius: 18px !important;
  }

  .shc-application .shc-tracker-form {
    grid-template-columns: 1fr !important;
  }

  .shc-application .shc-tracker-form .shc-btn,
  .shc-application .shc-nav .shc-btn {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .shc-application .shc-progress {
    padding: 0;
  }

  .shc-application .shc-progress > div {
    padding-top: 42px;
    font-size: 8px;
    line-height: 1.25;
  }

  .shc-application .shc-progress > div::before {
    width: 29px;
    height: 29px;
  }

  .shc-application .shc-progress > div::after {
    top: 14px;
    left: calc(50% + 19px);
    right: calc(-50% + 19px);
  }

  .shc-application .shc-role {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shc-application,
  .shc-application *,
  .shc-application *::before,
  .shc-application *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */