/* Nellai Jobs — Innovation UAE layout, Nellai green palette (--sp-* from superio.css) */

.ih-page {
  --ih-primary: var(--sp-primary);
  --ih-primary-dark: var(--sp-primary-dark);
  --ih-accent: var(--sp-accent);
  --ih-dark: var(--sp-dark);
  --ih-muted: var(--sp-muted);
  --ih-border: var(--sp-border);
  --ih-bg: var(--sp-bg);
  font-family: var(--sp-font);
  color: var(--ih-dark);
  overflow-x: hidden;
}

.ih-page a { color: inherit; text-decoration: none; }
.ih-page img { max-width: 100%; height: auto; }

.ih-page .auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.ih-page .ih-header__container {
  max-width: 1320px;
}

/* ─── Header ─── */
.ih-page .header-span {
  display: block;
  width: 100%;
  height: 88px;
}

.ih-page .main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: box-shadow 0.3s;
}

.ih-page .main-header.header-shaddow {
  box-shadow: 0 6px 15px rgba(45, 125, 70, 0.06);
  border-bottom: 1px solid var(--ih-border);
}

.ih-page .main-header .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 16px;
  position: relative;
}

.ih-page .main-header .nav-outer {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.ih-page .main-header .logo img {
  max-height: 48px;
  width: auto;
}

.ih-page .main-header .nav-outer {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 12px;
}

.ih-page .ih-menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 22px;
  padding: 8px;
  cursor: pointer;
  color: var(--ih-dark);
  margin-left: auto;
}

.ih-page .ih-nav-wrap.sp-nav-wrap {
  flex: 1;
  min-width: 0;
}

.ih-page .ih-site-header .sp-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  flex-wrap: wrap;
}

.ih-page .ih-site-header .sp-nav > li > a {
  display: block;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 15px;
  color: var(--ih-dark);
  transition: color 0.2s;
}

.ih-page .ih-site-header .sp-nav > li > a:hover,
.ih-page .ih-site-header .sp-nav > li > a.active {
  color: var(--ih-primary);
}

.ih-page .ih-site-header .sp-nav__dropdown {
  position: relative;
}

.ih-page .ih-site-header .sp-nav__trigger {
  background: none;
  border: 0;
  font: inherit;
  font-weight: 500;
  font-size: 15px;
  color: var(--ih-dark);
  cursor: pointer;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ih-page .ih-site-header .sp-nav__trigger:hover,
.ih-page .ih-site-header .sp-nav__dropdown.open .sp-nav__trigger,
.ih-page .ih-site-header .sp-nav__dropdown.active > .sp-nav__trigger {
  color: var(--ih-primary);
}

.ih-page .ih-site-header .sp-mega {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--ih-border);
  border-top: 2px solid var(--ih-primary);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 40px rgba(45, 125, 70, 0.12);
  padding: 20px;
  display: none;
  z-index: 1001;
}

.ih-page .ih-site-header .sp-mega--compact {
  min-width: 220px;
}

.ih-page .ih-site-header .sp-nav__dropdown.open .sp-mega {
  display: flex;
  gap: 28px;
}

.ih-page .ih-site-header .sp-mega__col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 170px;
}

.ih-page .ih-site-header .sp-mega__col h6 {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ih-muted);
  font-weight: 600;
}

.ih-page .ih-site-header .sp-mega__col a {
  font-size: 14px;
  color: var(--ih-dark);
  padding: 6px 0;
  transition: color 0.2s;
}

.ih-page .ih-site-header .sp-mega__col a:hover {
  color: var(--ih-primary);
}

/* Hide legacy innovation navigation rules when using sp-nav */
.ih-page .main-menu .navigation {
  display: none;
}

.ih-page .mobile-header {
  display: none;
}

.ih-page .main-menu .navigation > li {
  position: relative;
  margin-right: 28px;
  padding: 28px 0;
}

.ih-page .main-menu .navigation > li > a,
.ih-page .main-menu .navigation > li > span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ih-dark);
  cursor: pointer;
  white-space: nowrap;
}

.ih-page .main-menu .navigation > li.current > a,
.ih-page .main-menu .navigation > li.current > span {
  color: var(--ih-primary);
  font-weight: 500;
}

.ih-page .main-menu .navigation > li.dropdown > span {
  padding-right: 18px;
}

.ih-page .main-menu .navigation > li.dropdown > span::after {
  content: "\e64b";
  font-family: "themify";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

.ih-page .main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  padding: 12px 0;
  background: #fff;
  border-top: 2px solid var(--ih-primary);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 6px 15px rgba(45, 125, 70, 0.08);
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
  z-index: 100;
}

.ih-page .main-menu .navigation > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.ih-page .main-menu .navigation > li > ul > li > a {
  display: block;
  padding: 10px 24px;
  font-size: 14px;
  color: var(--ih-muted);
  transition: color 0.2s;
}

.ih-page .main-menu .navigation > li > ul > li > a:hover {
  color: var(--ih-primary);
}

/* Mega menu */
.ih-page .main-menu .navigation > li.has-mega-menu {
  position: static;
}

.ih-page .main-menu .navigation > li > .mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: min(880px, calc(100vw - 30px));
  background: #fff;
  padding: 30px;
  top: 100%;
  border-top: 2px solid var(--ih-primary);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 6px 15px rgba(45, 125, 70, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 100;
}

.ih-page .main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.ih-page .mega-menu-bar h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--ih-dark);
  margin: 0 0 12px;
}

.ih-page .mega-menu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ih-page .mega-menu-bar ul li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ih-muted);
}

.ih-page .mega-menu-bar ul li a:hover {
  color: var(--ih-primary);
}

.ih-page .main-header .outer-box .btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ih-page .mobile-header {
  display: none;
}

/* Buttons */
.ih-page .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}

.ih-page .btn-style-one {
  background: var(--ih-primary);
  color: #fff;
}

.ih-page .btn-style-one:hover {
  background: var(--ih-primary-dark);
  color: #fff;
}

.ih-page .btn-style-seven {
  background: rgba(45, 125, 70, 0.1);
  color: var(--ih-primary);
  border: 1px solid rgba(45, 125, 70, 0.25);
}

.ih-page .btn-style-seven:hover {
  background: var(--ih-primary);
  color: #fff;
  border-color: var(--ih-primary);
}

.ih-page .btn-style-two {
  background: var(--ih-accent);
  color: var(--ih-dark);
}

.ih-page .btn-style-two:hover {
  background: var(--ih-primary);
  color: #fff;
}

/* ─── Banner type 11 (Nellai green) ─── */
.ih-page .banner-section.-type-11 {
  position: relative;
  background: linear-gradient(135deg, #163d24 0%, var(--ih-primary-dark) 28%, var(--ih-primary) 62%, #45a866 100%);
  overflow: hidden;
  padding-bottom: 0;
  margin-top: 0;
}

.ih-page .banner-section.-type-11::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.ih-page .banner-section.-type-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 60% at 95% 15%, rgba(132, 194, 37, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 5% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.ih-page .ih-banner-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.ih-page .ih-banner-row {
  min-height: 620px;
  align-items: stretch;
}

.ih-page .banner-section.-type-11 .content-column {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

/* Visual column — hero photo + illustration */
.ih-page .banner-section.-type-11 .image-column {
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  overflow: hidden;
}

.ih-page .banner-section.-type-11 .content-column .inner-column {
  padding: 48px 0 88px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.ih-page .ih-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ih-page .ih-banner-eyebrow i {
  font-size: 11px;
  color: var(--ih-accent);
}

.ih-page .banner-section.-type-11 .title-box h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -0.025em;
  max-width: 640px;
}

.ih-page .banner-section.-type-11 .title-box .text {
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 34px;
  max-width: 600px;
}

/* Search bar — Innovation-style single white card */
.ih-page .ih-banner-search.job-search-form {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
  margin-bottom: 18px;
  max-width: 100%;
  overflow: hidden;
}

.ih-page .ih-banner-search .ih-banner-search__row {
  margin: 0;
  align-items: stretch;
}

.ih-page .ih-banner-search .ih-banner-search__field {
  position: relative;
  margin-bottom: 0;
  border-right: 1px solid var(--ih-border);
}

.ih-page .ih-banner-search .ih-banner-search__field.location {
  border-right: 1px solid var(--ih-border);
}

.ih-page .ih-banner-search .ih-banner-search__submit {
  padding: 8px;
  border-right: 0;
  display: flex;
  align-items: stretch;
}

.ih-page .job-search-form .form-group .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--ih-muted);
  z-index: 2;
  font-family: "themify";
  pointer-events: none;
}

.ih-page .job-search-form .form-group input {
  width: 100%;
  height: 64px;
  border: 0;
  background: transparent;
  padding: 16px 18px 16px 50px;
  font-size: 15px;
  color: var(--ih-dark);
  outline: none;
}

.ih-page .ih-banner-search .form-group .theme-btn {
  width: 100%;
  height: 100%;
  min-height: 64px;
  min-width: 0;
  padding: 0 24px;
  background: var(--sp-gradient);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: 0;
}

.ih-page .ih-banner-search .form-group .theme-btn:hover {
  background: var(--ih-primary-dark);
  color: #fff;
}

.ih-page .banner-section.-type-11 .popular-searches {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.9;
  margin-top: 2px;
}

.ih-page .banner-section.-type-11 .popular-searches .title {
  font-weight: 600;
  margin-right: 8px;
}

.ih-page .banner-section.-type-11 .popular-searches a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: color 0.2s, border-color 0.2s;
}

.ih-page .banner-section.-type-11 .popular-searches a:hover {
  color: var(--ih-accent);
  border-bottom-color: var(--ih-accent);
}

.ih-page .ih-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ih-page .ih-banner-btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
}

.ih-page .ih-banner-btn-outline:hover {
  background: #fff !important;
  color: var(--ih-primary) !important;
}

.ih-page .ih-banner-btn-solid {
  background: #fff !important;
  color: var(--ih-primary) !important;
}

.ih-page .ih-banner-btn-solid:hover {
  background: var(--ih-accent) !important;
  color: var(--ih-dark) !important;
}

.ih-page .ih-banner-visual {
  position: relative;
  width: 100%;
  min-height: 540px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.ih-page .ih-banner-visual--hero {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding: 24px 0 48px;
  isolation: isolate;
  overflow: hidden;
}

.ih-page .ih-banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ih-page .ih-banner-media__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.48;
  transform: scale(1.03);
  -webkit-mask-image: linear-gradient(to left, #000 30%, transparent 72%), linear-gradient(to top, transparent 5%, #000 45%);
  mask-image: linear-gradient(to left, #000 30%, transparent 72%), linear-gradient(to top, transparent 5%, #000 45%);
}

.ih-page .ih-banner-media__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, var(--ih-primary-dark) 0%, transparent 42%),
    linear-gradient(0deg, rgba(22, 61, 36, 0.55) 0%, transparent 38%);
  opacity: 0.85;
}

.ih-page .ih-banner-figure {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  min-height: 300px;
  padding: 0 8px;
}

.ih-page .ih-banner-figure--photo-only {
  min-height: 320px;
  flex: 1 1 auto;
}

.ih-page .ih-banner-visual--has-photo .ih-banner-hero-img--art {
  display: none;
}

.ih-page .ih-banner-visual:not(.ih-banner-visual--has-photo) .ih-banner-hero-img--art {
  width: min(100%, 460px);
  max-height: 480px;
  opacity: 1;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.22));
}

.ih-page .ih-banner-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.ih-page .ih-banner-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  min-width: 0;
}

.ih-page .ih-banner-stat__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(45, 125, 70, 0.1);
  color: var(--ih-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.ih-page .ih-banner-stat strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--ih-dark);
  line-height: 1.2;
}

.ih-page .ih-banner-stat span {
  display: block;
  font-size: 12px;
  color: var(--ih-muted);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ih-page .ih-banner-blob {
  position: absolute;
  width: 82%;
  max-width: 400px;
  aspect-ratio: 1;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 68%);
  z-index: 0;
}

.ih-page .ih-banner-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 0;
}

.ih-page .ih-banner-ring--1 {
  width: 320px;
  height: 320px;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.ih-page .ih-banner-ring--2 {
  width: 420px;
  height: 420px;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}

.ih-page .ih-banner-visual .main-image {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  padding-top: 40px;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ih-page .ih-banner-hero-img {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.22));
}

.ih-page .ih-banner-hero-img--art {
  width: min(100%, 460px);
  height: auto;
  max-height: 500px;
}

.ih-page .ih-banner-hero-img--photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 115%;
  max-height: 520px;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  z-index: 2;
}

.ih-page .ih-banner-hero-img--photo.is-hidden {
  display: none;
}

.ih-page .main-image:has(.ih-banner-hero-img--photo:not(.is-hidden)) .ih-banner-hero-img--art {
  opacity: 0;
  visibility: hidden;
}

@keyframes ih-banner-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.ih-page .ih-banner-card {
  position: absolute;
  z-index: 4;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  color: var(--ih-dark);
}

.ih-page .ih-banner-card--jobs,
.ih-page .ih-banner-card--featured {
  top: 14%;
  left: -2%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  max-width: 260px;
  animation: ih-banner-float 4.5s ease-in-out infinite;
}

.ih-page .ih-banner-card--featured strong {
  font-size: 14px;
  line-height: 1.35;
}

.ih-page .ih-banner-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(45, 125, 70, 0.1);
  color: var(--ih-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ih-page .ih-banner-card__label {
  display: block;
  font-size: 12px;
  color: var(--ih-muted);
  margin-bottom: 2px;
}

.ih-page .ih-banner-card--jobs strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--ih-dark);
}

.ih-page .ih-banner-card--people {
  bottom: 36%;
  left: -6%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  animation: ih-banner-float 4.5s ease-in-out infinite 0.6s;
}

.ih-page .ih-banner-avatars {
  display: flex;
}

.ih-page .ih-banner-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(45, 125, 70, 0.12);
  color: var(--ih-primary);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  margin-left: -10px;
}

.ih-page .ih-banner-avatars span:first-child {
  margin-left: 0;
}

.ih-page .ih-banner-card--people strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--ih-primary);
  line-height: 1.1;
}

.ih-page .ih-banner-card--people span {
  font-size: 13px;
  color: var(--ih-muted);
}

.ih-page .ih-banner-tags {
  position: absolute;
  top: 46%;
  right: -2%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: ih-banner-float 4.5s ease-in-out infinite 1.2s;
}

.ih-page .ih-banner-tags span {
  background: #fff;
  border-radius: 20px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.ih-page .ih-banner-tags span:first-child {
  color: var(--ih-primary);
}

.ih-page .ih-banner-tags span:last-child {
  color: #2d7d46;
}

.ih-page .ih-banner-card--upload {
  bottom: 6%;
  right: -2%;
  background: var(--ih-primary);
  color: #fff;
  padding: 18px 22px;
  min-width: 210px;
  text-align: left;
  transition: background 0.25s, transform 0.25s;
  animation: ih-banner-float 4.5s ease-in-out infinite 1.8s;
}

.ih-page .ih-banner-card--upload:hover {
  background: var(--ih-primary-dark);
  color: #fff;
  transform: translateY(-4px);
}

.ih-page .ih-banner-card--upload strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.ih-page .ih-banner-card--upload span {
  font-size: 12px;
  opacity: 0.92;
}

.ih-page .ih-banner-curve {
  position: relative;
  z-index: 3;
  height: 64px;
  margin-top: -2px;
  background: #fff;
  clip-path: ellipse(82% 100% at 50% 100%);
}

/* Legacy job-search (non-banner) */
.ih-page .job-search-form:not(.ih-banner-search) {
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(45, 125, 70, 0.1);
  margin-bottom: 18px;
}

.ih-page .job-search-form:not(.ih-banner-search) form {
  padding: 12px 12px 12px 0;
}

.ih-page .job-search-form:not(.ih-banner-search) .form-group:first-child {
  border-right: 1px solid var(--ih-border);
}

.ih-page .job-search-form:not(.ih-banner-search) .form-group.btn-box {
  padding: 0 4px;
}

.ih-page .job-search-form:not(.ih-banner-search) .form-group .theme-btn {
  width: 100%;
  height: 56px;
  background: var(--sp-gradient);
  color: #fff;
  font-size: 15px;
}

.ih-page .job-search-form:not(.ih-banner-search) .form-group .theme-btn:hover {
  background: var(--ih-primary-dark);
}

/* ─── Search Job by (quick icons) ─── */
.ih-page .job-categories.ih-quick-search {
  padding: 70px 0 50px;
  border-bottom: 1px solid var(--ih-border);
  background: #fff;
}

.ih-page .ih-quick-search .category-block .inner-box {
  text-align: center;
  padding: 28px 16px;
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  transition: all 0.25s;
}

.ih-page .ih-quick-search .category-block .inner-box:hover {
  box-shadow: 0 7px 18px rgba(45, 125, 70, 0.08);
  border-color: transparent;
  transform: translateY(-3px);
}

.ih-page .ih-quick-search .icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  border-radius: 10px;
  background: var(--ih-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--ih-primary);
  transition: all 0.25s;
}

.ih-page .ih-quick-search .icon-box .icon {
  font-family: "themify";
}

.ih-page .ih-quick-search .category-block .inner-box:hover .icon-box {
  background: var(--ih-primary);
  color: #fff;
}

.ih-page .ih-quick-search h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ih-page .ih-quick-search h4 a:hover {
  color: var(--ih-primary);
}

/* ─── Sections ─── */
.ih-page .sec-title {
  margin-bottom: 40px;
}

.ih-page .sec-title.text-center {
  text-align: center;
}

.ih-page .sec-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: var(--ih-dark);
}

.ih-page .sec-title .text {
  margin-top: 12px;
  font-size: 15px;
  color: var(--ih-muted);
}

.ih-page .sec-title.ih-sec-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ih-page .job-section {
  padding: 80px 0;
}

.ih-page .job-section.alternate {
  background: var(--ih-bg);
}

.ih-page .job-section .btn-box {
  margin-top: 28px;
}

/* Category blocks (popular categories) */
.ih-page .job-section .category-block .inner-box {
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  transition: all 0.25s;
  height: 100%;
}

.ih-page .job-section.alternate .category-block .inner-box {
  background: #fff;
}

.ih-page .job-section .category-block .inner-box:hover {
  box-shadow: 0 7px 18px rgba(45, 125, 70, 0.08);
}

.ih-page .job-section .category-block .content {
  position: relative;
  padding-left: 86px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ih-page .job-section .category-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: var(--ih-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--ih-primary);
  font-family: "themify";
  transition: all 0.25s;
}

.ih-page .job-section .category-block .inner-box:hover .icon {
  background: var(--ih-primary);
  color: #fff;
}

.ih-page .job-section .category-block h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
}

.ih-page .job-section .category-block p {
  margin: 0;
  font-size: 14px;
  color: var(--ih-muted);
}

.ih-page .job-section .category-block h4 a:hover {
  color: var(--ih-primary);
}

/* Job blocks */
.ih-page .job-block {
  margin-bottom: 24px;
}

.ih-page .job-block .inner-box {
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  padding: 24px 24px 20px 28px;
  transition: all 0.25s;
  height: 100%;
}

.ih-page .job-block .inner-box:hover {
  box-shadow: 0 7px 18px rgba(45, 125, 70, 0.08);
}

.ih-page .job-block .content {
  position: relative;
  padding-left: 68px;
  min-height: 52px;
}

.ih-page .job-block .company-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  display: block;
}

.ih-page .job-block .company-logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--ih-border);
  background: #fff;
  padding: 4px;
}

.ih-page .job-block h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.ih-page .job-block h4 a:hover {
  color: var(--ih-primary);
}

.ih-page .job-block .job-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.ih-page .job-block .job-info li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--ih-muted);
}

.ih-page .job-block .job-info li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  font-family: "themify";
}

/* ─── Footer style three (Nellai green) ─── */
.ih-page .ih-footer.main-footer.style-three {
  background: linear-gradient(180deg, var(--ih-primary-dark) 0%, #163d24 100%);
  position: relative;
  overflow: hidden;
}

.ih-page .ih-footer.main-footer.style-three::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(132, 194, 37, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(255, 255, 255, 0.04) 0%, transparent 45%);
  pointer-events: none;
}

.ih-page .ih-footer .widgets-section {
  position: relative;
  z-index: 1;
  padding: 72px 0 32px;
}

.ih-page .ih-footer .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.ih-page .ih-footer-logo img {
  max-height: 52px;
  margin-bottom: 20px;
}

.ih-page .ih-footer .phone-num,
.ih-page .ih-footer .address,
.ih-page .ih-footer .list li a,
.ih-page .ih-footer .copyright-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.ih-page .ih-footer .phone-num a {
  color: var(--ih-accent);
  font-weight: 500;
}

.ih-page .ih-footer .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ih-page .ih-footer .list li {
  margin-bottom: 12px;
}

.ih-page .ih-footer .list li a:hover {
  color: #fff;
}

.ih-page .ih-footer .widget-content > .text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  margin-bottom: 16px;
}

.ih-page .app-btn {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 12px;
  transition: background 0.25s;
  color: #fff;
}

.ih-page .app-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.ih-page .app-btn .app-icon {
  font-size: 26px;
  width: 28px;
}

.ih-page .app-btn .inner {
  padding-left: 14px;
}

.ih-page .app-btn .sub {
  font-size: 12px;
  opacity: 0.85;
}

.ih-page .app-btn .name-app {
  font-weight: 600;
  font-size: 14px;
}

.ih-page .ih-footer .footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 0 32px;
  text-align: center;
}

/* ─── Homepage FAQ ─── */
.ih-page .ih-faq-section {
  padding: 80px 0 90px;
  background: var(--ih-bg, #f4f7f5);
}

.ih-page .ih-faq-section .sec-title {
  margin-bottom: 40px;
}

.ih-page .ih-faq-section .sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--ih-dark, #202124);
  margin-bottom: 12px;
}

.ih-page .ih-faq-section .sec-title .text {
  font-size: 16px;
  color: var(--ih-muted, #5f6f63);
  max-width: 560px;
  margin: 0 auto;
}

.ih-page .ih-faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.ih-page .ih-faq-item {
  background: #fff;
  border: 1px solid var(--ih-border, #e3ebe5);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.ih-page .ih-faq-item:hover {
  border-color: rgba(45, 125, 70, 0.35);
}

.ih-page .ih-faq-item[open] {
  border-color: var(--ih-primary, #2d7d46);
  box-shadow: 0 8px 28px rgba(45, 125, 70, 0.1);
}

.ih-page .ih-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ih-dark, #202124);
}

.ih-page .ih-faq-item summary::-webkit-details-marker {
  display: none;
}

.ih-page .ih-faq-item__q {
  flex: 1;
}

.ih-page .ih-faq-item__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ih-bg, #f4f7f5);
  position: relative;
  transition: background 0.25s, transform 0.25s;
}

.ih-page .ih-faq-item__icon::before,
.ih-page .ih-faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--ih-primary, #2d7d46);
  border-radius: 2px;
  transition: transform 0.25s;
}

.ih-page .ih-faq-item__icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.ih-page .ih-faq-item__icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.ih-page .ih-faq-item[open] .ih-faq-item__icon {
  background: var(--ih-primary, #2d7d46);
}

.ih-page .ih-faq-item[open] .ih-faq-item__icon::before,
.ih-page .ih-faq-item[open] .ih-faq-item__icon::after {
  background: #fff;
}

.ih-page .ih-faq-item[open] .ih-faq-item__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.ih-page .ih-faq-item__body {
  padding: 0 24px 20px;
}

.ih-page .ih-faq-item__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ih-muted, #5f6f63);
  border-top: 1px solid var(--ih-border, #e3ebe5);
  padding-top: 16px;
}

/* ─── Footer SEO links (districts, categories) ─── */
.ih-page .ih-footer-seo {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 48px 0 36px;
}

.ih-page .ih-footer-seo__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.ih-page .ih-footer-seo__title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 16px;
}

.ih-page .ih-footer-seo__head .ih-footer-seo__title {
  margin-bottom: 0;
}

.ih-page .ih-footer-seo__all {
  color: var(--ih-accent, #84c225);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.ih-page .ih-footer-seo__all:hover {
  color: #fff;
  text-decoration: none;
}

.ih-page .ih-footer-seo__districts {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
}

.ih-page .ih-footer-seo__districts a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
}

.ih-page .ih-footer-seo__districts a:hover {
  color: #fff;
}

.ih-page .ih-footer-seo__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 36px;
  transition: background 0.25s, border-color 0.25s;
}

.ih-page .ih-footer-seo__toggle:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.ih-page .ih-footer-seo__toggle i {
  font-size: 12px;
  transition: transform 0.25s;
}

.ih-page .ih-footer-seo__toggle.is-open i {
  transform: rotate(180deg);
}

.ih-page .ih-footer-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ih-page .ih-footer-seo__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ih-page .ih-footer-seo__links li {
  margin-bottom: 10px;
}

.ih-page .ih-footer-seo__links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.ih-page .ih-footer-seo__links a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .ih-page .ih-footer-seo__districts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ih-page .ih-footer-seo__districts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ih-page .ih-faq-section {
    padding: 56px 0 64px;
  }

  .ih-page .ih-faq-section .sec-title h2 {
    font-size: 26px;
  }

  .ih-page .ih-faq-item summary {
    padding: 16px 18px;
    font-size: 15px;
  }

  .ih-page .ih-faq-item__body {
    padding: 0 18px 16px;
  }

  .ih-page .ih-footer-seo__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ih-page .ih-footer-seo {
    padding: 36px 0 28px;
  }
}

/* ─── Mobile nav ─── */
.ih-page .ih-mobile-nav-panel {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100vh;
  background: #fff;
  z-index: 10001;
  padding: 24px 20px;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s;
}

.ih-page .ih-mobile-nav-panel.open {
  transform: translateX(0);
}

.ih-page .ih-mobile-nav-panel .navigation {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.ih-page .ih-mobile-nav-panel .navigation a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--ih-border);
  font-weight: 500;
}

.ih-page .ih-mobile-nav-panel .phone-num,
.ih-page .ih-mobile-nav-panel .address {
  font-size: 14px;
  color: var(--ih-muted);
  line-height: 1.6;
}

body.ih-mobile-nav-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000;
}

/* ─── Responsive ─── */
@media (max-width: 1199px) {
  .ih-page .main-menu .navigation > li {
    margin-right: 18px;
  }

  .ih-page .main-header .outer-box .theme-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .ih-page .header-span {
    height: 72px;
  }

  .ih-page .main-header .main-box {
    min-height: 72px;
  }

  .ih-page .ih-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ih-page .ih-nav-wrap.sp-nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--ih-border);
    padding: 16px 20px 20px;
    box-shadow: 0 12px 28px rgba(45, 125, 70, 0.1);
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    z-index: 1001;
  }

  .ih-page .ih-nav-wrap.sp-nav-wrap.open {
    display: block;
  }

  .ih-page .ih-site-header .sp-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
  }

  .ih-page .ih-site-header .sp-nav__dropdown.open .sp-mega {
    display: block;
    position: static;
    box-shadow: none;
    border: 0;
    border-top: 0;
    padding: 8px 0 8px 12px;
    min-width: 0;
  }

  .ih-page .main-header .outer-box .btn-box {
    display: none;
  }

  .ih-page .main-header .logo img {
    max-height: 40px;
  }

  .ih-page .ih-mobile-nav-panel {
    display: block;
  }

  body.ih-nav-open {
    overflow: hidden;
  }

  .ih-page .banner-section.-type-11 .content-column .inner-column {
    padding: 28px 0 40px;
  }

  .ih-page .ih-banner-row {
    min-height: auto;
  }

  .ih-page .ih-banner-search .ih-banner-search__field,
  .ih-page .ih-banner-search .ih-banner-search__field.location {
    border-right: 0;
    border-bottom: 1px solid var(--ih-border);
  }

  .ih-page .ih-banner-search .ih-banner-search__submit {
    padding: 10px 8px 8px;
  }

  .ih-page .job-search-form .form-group input {
    height: 56px;
  }

  .ih-page .ih-banner-search .form-group .theme-btn {
    min-height: 52px;
  }

  .ih-page .ih-banner-actions {
    margin-top: 20px;
  }

  .ih-page .ih-banner-actions .theme-btn {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 140px;
  }

  .ih-page .ih-banner-visual {
    min-height: 380px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .ih-page .ih-banner-visual--hero {
    min-height: auto;
    padding-bottom: 32px;
  }

  .ih-page .ih-banner-figure {
    min-height: 240px;
  }

  .ih-page .ih-banner-media__photo {
    opacity: 0.32;
    right: 0;
    width: 100%;
  }

  .ih-page .ih-banner-stats {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 12px;
    margin-top: 0;
    padding-top: 0;
  }

  .ih-page .ih-banner-curve {
    height: 40px;
  }

  .ih-page .ih-quick-search .category-block {
    margin-bottom: 16px;
  }

  .ih-page .job-section {
    padding: 56px 0;
  }

  .ih-page .ih-footer .widgets-section {
    padding: 60px 0 24px;
  }
}

@media (max-width: 767px) {
  .ih-page .banner-section.-type-11 .title-box h1 {
    font-size: 26px;
  }

  .ih-page .ih-banner-visual {
    min-height: 320px;
  }

  .ih-page .ih-banner-figure {
    min-height: 220px;
  }

  .ih-page .ih-banner-visual--has-photo .ih-banner-hero-img--art {
    width: min(100%, 300px);
  }

  .ih-page .ih-banner-stat {
    padding: 12px 14px;
  }

  .ih-page .ih-banner-stat strong {
    font-size: 16px;
  }

  .ih-page .ih-banner-hero-fallback,
  .ih-page .ih-banner-hero-img--art {
    width: min(100%, 320px);
  }

  .ih-page .main-header .outer-box .btn-box {
    display: none;
  }

  .ih-page .ih-inner-hero {
    padding: 36px 0 32px;
  }

  .ih-page .ih-inner-hero h1 {
    font-size: 26px;
  }

  .ih-page .sec-title h2 {
    font-size: 24px;
  }
}

/* ═══════════════════════════════════════════════════════════
   Inner pages (jobs, about, contact, auth, B2B, plan…)
   ═══════════════════════════════════════════════════════════ */

.ih-page .ih-inner-hero {
  background: linear-gradient(128deg, #1a4d2e 0%, var(--ih-primary-dark) 40%, var(--ih-primary) 100%);
  padding: 48px 0 44px;
  position: relative;
  overflow: hidden;
}

.ih-page .ih-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(132, 194, 37, 0.15) 0%, transparent 55%);
  pointer-events: none;
}

.ih-page .ih-inner-hero .auto-container {
  position: relative;
  z-index: 1;
}

.ih-page .ih-inner-hero--center {
  text-align: center;
}

.ih-page .ih-inner-hero--center .ih-breadcrumb {
  justify-content: center;
}

.ih-page .ih-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.ih-page .ih-breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s;
}

.ih-page .ih-breadcrumb a:hover {
  color: var(--ih-accent);
}

.ih-page .ih-breadcrumb__sep {
  opacity: 0.5;
}

.ih-page .ih-inner-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ih-page .ih-inner-hero__subtitle {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
}

.ih-page .ih-inner-hero--center .ih-inner-hero__subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* Legacy sp-page-hero inside ih-page */
.ih-page .sp-page-hero {
  background: linear-gradient(128deg, #1a4d2e 0%, var(--ih-primary-dark) 40%, var(--ih-primary) 100%);
  padding: 48px 0 44px;
}

.ih-page .sp-page-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.ih-page .sp-page-hero p,
.ih-page .sp-page-hero--inner p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.ih-page .sp-page-hero--inner {
  text-align: center;
  padding: 56px 0 48px;
}

.ih-page .sp-breadcrumb {
  color: rgba(255, 255, 255, 0.72);
}

.ih-page .sp-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
}

.ih-page .sp-breadcrumb a:hover {
  color: var(--ih-accent);
}

.ih-page .ih-page-section,
.ih-page .sp-section {
  padding: 56px 0 72px;
}

.ih-page .ih-page-section--compact {
  padding: 40px 0 56px;
}

.ih-page .sp-section--gray,
.ih-page .ih-page-section--gray {
  background: var(--ih-bg);
}

/* Containers bridge */
.ih-page .sp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Filters & forms */
.ih-page .sp-filter-bar {
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(45, 125, 70, 0.06);
  margin-bottom: 28px;
}

.ih-page .sp-filter-bar input,
.ih-page .sp-filter-bar select {
  border-color: var(--ih-border);
  border-radius: 8px;
}

.ih-page .sp-filter-bar input:focus,
.ih-page .sp-filter-bar select:focus {
  border-color: var(--ih-primary);
  outline: none;
}

.ih-page .sp-category-chips {
  margin-bottom: 24px;
}

.ih-page .sp-category-chip.is-active,
.ih-page .sp-category-chip:hover {
  border-color: var(--ih-primary);
  color: var(--ih-primary);
  background: rgba(45, 125, 70, 0.06);
}

/* Job cards on listing pages */
.ih-page .sp-job-list .sp-job-card {
  border-radius: 12px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.ih-page .sp-job-list .sp-job-card:hover {
  box-shadow: 0 10px 28px rgba(45, 125, 70, 0.1);
  transform: translateY(-2px);
}

.ih-page .sp-tag {
  background: rgba(45, 125, 70, 0.08);
  color: var(--ih-primary);
}

.ih-page .sp-tag--view {
  background: var(--ih-primary);
  color: #fff;
}

/* ─── Jobs listing (Innovation-style) ─── */
.ih-jobs-listing {
  padding-top: 40px;
}

.ih-listing-filters {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  padding: 0 24px;
  box-shadow: 0 6px 20px rgba(45, 125, 70, 0.06);
  margin-bottom: 28px;
}

.ih-listing-filters__search {
  flex: 1 1 100%;
  padding: 20px 0;
}

.ih-listing-filters__search-field {
  position: relative;
  max-width: 100%;
}

.ih-listing-filters__search-field input {
  width: 100%;
  height: 50px;
  padding: 10px 56px 10px 18px;
  border: 2px solid var(--ih-border);
  border-radius: 8px;
  font-size: 14px;
  color: var(--ih-muted);
  background: #fff;
  transition: border-color 0.2s;
}

.ih-listing-filters__search-field input:focus {
  outline: none;
  border-color: var(--ih-primary);
}

.ih-listing-filters__search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: var(--ih-primary);
  font-size: 18px;
  cursor: pointer;
}

.ih-listing-filters__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ih-listing-filters__tabs li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  font-size: 15px;
  color: var(--ih-muted);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}

.ih-listing-filters__tabs li a i {
  font-size: 16px;
  color: #9fa9b8;
}

.ih-listing-filters__tabs li:hover a,
.ih-listing-filters__tabs li.is-active a {
  color: var(--ih-dark);
  border-bottom-color: var(--ih-primary);
}

.ih-listing-filters__tabs li.is-active a i,
.ih-listing-filters__tabs li:hover a i {
  color: var(--ih-primary);
}

.ih-jobs-chips {
  margin-bottom: 24px;
}

.ih-jobs-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.ih-jobs-filters__panel {
  background: #f5f7fc;
  border-radius: 12px;
  padding: 28px 24px 24px;
  position: sticky;
  top: 100px;
}

.ih-jobs-filters__backdrop,
.ih-jobs-filters__close {
  display: none;
}

.ih-jobs-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.ih-jobs-filters__head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--ih-dark);
}

.ih-jobs-filters__reset {
  font-size: 13px;
  color: var(--ih-primary);
  font-weight: 500;
}

.ih-filter-block {
  margin-bottom: 22px;
}

.ih-filter-block h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ih-dark);
}

.ih-filter-field {
  position: relative;
}

.ih-filter-field__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #9fa9b8;
  pointer-events: none;
  z-index: 1;
}

.ih-filter-field input,
.ih-filter-field select {
  width: 100%;
  height: 44px;
  padding: 10px 12px 10px 42px;
  border: 1px solid var(--ih-border);
  border-radius: 8px;
  font-size: 14px;
  color: var(--ih-muted);
  background: #fff;
  transition: border-color 0.2s;
}

.ih-filter-field input:focus,
.ih-filter-field select:focus {
  outline: none;
  border-color: var(--ih-primary);
}

.ih-jobs-filters__submit {
  width: 100%;
  margin-top: 8px;
}

.ih-jobs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.ih-jobs-toolbar__toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: rgba(45, 125, 70, 0.08);
  color: var(--ih-primary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.ih-jobs-toolbar__results {
  font-size: 15px;
  color: var(--ih-muted);
}

.ih-jobs-toolbar__results strong {
  color: var(--ih-dark);
  font-weight: 600;
}

.ih-jobs-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.ih-jobs-toolbar__sort label {
  font-size: 14px;
  color: var(--ih-muted);
  margin: 0;
}

.ih-jobs-toolbar__sort select {
  height: 42px;
  padding: 8px 36px 8px 14px;
  border: 1px solid var(--ih-border);
  border-radius: 8px;
  font-size: 14px;
  color: var(--ih-muted);
  background: #f0f5f2;
  cursor: pointer;
}

.ih-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ih-job-block {
  margin: 0;
}

.ih-job-block__inner {
  display: block;
  padding: 28px 24px 20px 28px;
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.ih-job-block__inner:hover {
  box-shadow: 0 10px 28px rgba(45, 125, 70, 0.1);
  transform: translateY(-2px);
}

.ih-job-block__content {
  position: relative;
  padding-left: 68px;
  min-height: 50px;
}

.ih-job-block__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f7fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ih-job-block__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ih-job-block__content h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ih-dark);
}

.ih-job-block__info {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.ih-job-block__info li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 22px;
  color: var(--ih-muted);
}

.ih-job-block__info li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
}

.ih-job-block__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ih-job-block__tag {
  font-size: 13px;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 50px;
}

.ih-job-block__tag--type {
  background: rgba(45, 125, 70, 0.12);
  color: var(--ih-primary);
}

.ih-job-block__tag--category {
  background: rgba(52, 168, 83, 0.12);
  color: #2d7d46;
}

.ih-job-block__tag--exp {
  background: rgba(249, 171, 0, 0.15);
  color: #c88700;
}

.ih-job-block__tag--source {
  background: rgba(100, 116, 139, 0.12);
  color: #64748b;
}

.ih-jobs-empty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  color: var(--ih-muted);
}

.ih-jobs-empty i {
  font-size: 40px;
  color: var(--ih-primary);
  opacity: 0.5;
  margin-bottom: 16px;
  display: block;
}

.ih-jobs-empty h3 {
  margin: 0 0 8px;
  color: var(--ih-dark);
}

.ih-jobs-empty a {
  color: var(--ih-primary);
  font-weight: 500;
}

.ih-page .ih-jobs-listing .sp-pagination {
  margin-top: 32px;
}

/* Job detail & sidebar cards */
.ih-page .sp-job-detail__main,
.ih-page .sp-sidebar-card {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(45, 125, 70, 0.05);
}

.ih-page .sp-job-detail__main h3 {
  font-size: 20px;
  margin-top: 0;
}

/* Auth pages */
.ih-page .sp-auth-wrap {
  background: var(--ih-bg);
  min-height: calc(100vh - 200px);
  padding: 48px 15px 72px;
}

.ih-page .sp-auth-card {
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(45, 125, 70, 0.08);
  border: 1px solid var(--ih-border);
}

.ih-page .sp-auth-card h1 {
  color: var(--ih-dark);
}

.ih-page .sp-form-group input:focus,
.ih-page .sp-form-group select:focus,
.ih-page .sp-form-group textarea:focus {
  border-color: var(--ih-primary);
}

.ih-page .sp-btn--primary {
  background: var(--ih-primary);
}

.ih-page .sp-btn--primary:hover {
  background: var(--ih-primary-dark);
}

/* Contact */
.ih-page .sp-contact-grid {
  gap: 32px;
}

.ih-page .sp-sidebar-card {
  padding: 28px;
}

/* Plan / pricing cards */
.ih-page .sp-plan-card,
.ih-page .pricing-block {
  border-radius: 12px;
  border: 1px solid var(--ih-border);
  transition: box-shadow 0.25s, transform 0.25s;
}

.ih-page .sp-plan-card:hover {
  box-shadow: 0 12px 32px rgba(45, 125, 70, 0.1);
  transform: translateY(-4px);
}

/* B2B */
.ih-page .sp-b2b-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ih-border);
  transition: box-shadow 0.25s;
}

.ih-page .sp-b2b-card:hover {
  box-shadow: 0 10px 28px rgba(45, 125, 70, 0.1);
}

/* Pagination */
.ih-page .sp-pagination__page--active {
  background: var(--ih-primary);
  border-color: var(--ih-primary);
}

/* About page facts band */
.ih-page .sp-about-facts {
  background: var(--sp-gradient-dark);
}

.ih-page .sp-about-cta {
  border-radius: 16px;
}

/* Alerts */
.ih-page .sp-alert--success {
  background: rgba(45, 125, 70, 0.08);
  border: 1px solid rgba(45, 125, 70, 0.25);
  color: var(--ih-primary-dark);
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.ih-page .sp-alert--danger {
  background: #fff5f5;
  border: 1px solid #f5c2c7;
  color: #842029;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

/* ─── Candidate dashboard (Innovation header + Superio sidebar) ─── */
.ih-page--dashboard .ih-footer {
  display: none !important;
}

.ih-page--dashboard .ih-dashboard-shell .header-span {
  height: 88px;
}

.ih-page--dashboard .ih-candidate-dashboard.sp-page-wrapper--dashboard {
  padding-left: 310px;
  min-height: calc(100vh - 88px);
  background: var(--ih-bg);
}

.ih-page--dashboard .ih-candidate-dashboard .sp-user-sidebar {
  top: 88px;
}

.ih-page--dashboard .ih-candidate-dashboard .sp-sidebar-backdrop {
  top: 88px;
}

.ih-page--dashboard .ih-candidate-dashboard .sp-user-dashboard {
  min-height: calc(100vh - 88px);
}

.ih-page--dashboard .ih-candidate-dashboard .sp-dashboard-outer {
  padding: 40px 40px 0;
}

.ih-page--dashboard .ih-candidate-dashboard .sp-upper-title-box {
  margin-bottom: 36px;
}

.ih-page--dashboard .ih-candidate-dashboard .sp-upper-title-box h3 {
  font-size: 28px;
  font-weight: 600;
}

.ih-page--dashboard .ih-candidate-dashboard .sp-ls-widget {
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(45, 125, 70, 0.05);
}

.ih-page--dashboard .ih-candidate-dashboard .sp-ui-item {
  border-radius: 12px;
  border-color: var(--ih-border);
  box-shadow: 0 6px 20px rgba(45, 125, 70, 0.05);
}

.ih-page--dashboard .ih-candidate-dashboard .sp-profile-completion {
  border-radius: 12px;
  border-color: var(--ih-border);
  box-shadow: 0 6px 20px rgba(45, 125, 70, 0.05);
}

@media (max-width: 991px) {
  .ih-page--dashboard .ih-candidate-dashboard.sp-page-wrapper--dashboard {
    padding-left: 0;
  }

  .ih-page--dashboard .ih-candidate-dashboard .sp-dashboard-outer {
    padding: 24px 15px 0;
  }

  .ih-page .sp-filter-bar {
    flex-direction: column;
  }

  .ih-page .sp-filter-bar input,
  .ih-page .sp-filter-bar select,
  .ih-page .sp-filter-bar .sp-btn {
    width: 100%;
    min-width: 0;
  }

  .ih-page .sp-job-card {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .ih-page .sp-job-card__tags {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .ih-listing-filters {
    flex-direction: column;
    padding: 16px;
  }

  .ih-listing-filters__search {
    width: 100%;
    padding: 0 0 8px;
  }

  .ih-listing-filters__search-field {
    max-width: none;
  }

  .ih-listing-filters__tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 -4px;
    padding-bottom: 4px;
  }

  .ih-listing-filters__tabs li a {
    padding: 14px 12px;
    font-size: 14px;
  }

  .ih-jobs-layout {
    grid-template-columns: 1fr;
  }

  .ih-jobs-filters__panel {
    position: fixed;
    left: 0;
    top: 0;
    width: min(320px, 88vw);
    height: 100vh;
    z-index: 10001;
    border-radius: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding-top: 48px;
  }

  .ih-jobs-filters-open .ih-jobs-filters__panel {
    transform: translateX(0);
  }

  .ih-jobs-filters__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(27, 32, 50, 0.75);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .ih-jobs-filters-open .ih-jobs-filters__backdrop {
    opacity: 1;
    visibility: visible;
  }

  .ih-jobs-filters__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--ih-border);
    border-radius: 50%;
    background: #fff;
    color: var(--ih-dark);
    cursor: pointer;
    z-index: 2;
  }

  .ih-jobs-toolbar__toggle {
    display: inline-flex;
  }

  .ih-jobs-toolbar {
    gap: 12px;
  }

  .ih-jobs-toolbar__results {
    flex: 1 1 100%;
    order: 3;
  }

  .ih-jobs-toolbar__sort {
    margin-left: auto;
  }
}
