.form-message.show { display:block !important; color:#087443; font-weight:700; }
.form-message.error { color:#b42318; }
.cms-loading { opacity:.68; pointer-events:none; }
.brand { gap: 10px; max-width: 230px; }
.brand-mark { width: 42px; height: 32px; flex: 0 0 42px; color: #082b5a; }
.brand-mark path:last-child { color:#008b4b; }
.brand-name { font-size: 1.15rem; letter-spacing: .01em; line-height: 1; }
.brand-sub { font-size: .53rem; letter-spacing: .09em; color: #008b4b; font-weight: 800; white-space: nowrap; margin-top: 3px; }
.hero-stat strong [data-count] { display:inline; }
.site-footer strong { color:#fff; }

/* Homepage workforce cards: preserve the square source portraits while
   presenting them in a compact, editorial landscape crop. */
body[data-page="home"] .workforce-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
body[data-page="home"] .workforce-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 43, 90, .12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 43, 90, .08);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
body[data-page="home"] .workforce-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  content: "";
}
body[data-page="home"] .workforce-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 139, 75, .28);
  box-shadow: 0 20px 42px rgba(8, 43, 90, .14);
}
body[data-page="home"] .workforce-photo {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9.25;
  border-bottom: 1px solid rgba(8, 43, 90, .08);
  background-size: 400% auto;
  filter: saturate(.96) contrast(1.02);
  transition: filter .28s ease;
}
body[data-page="home"] .workforce-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 43, 90, .02), rgba(8, 43, 90, .13));
  content: "";
}
body[data-page="home"] .workforce-card:hover .workforce-photo {
  filter: saturate(1.05) contrast(1.03);
}
body[data-page="home"] .workforce-card:nth-child(1) .workforce-photo { background-position: 0 5%; }
body[data-page="home"] .workforce-card:nth-child(2) .workforce-photo { background-position: 33.333% 5%; }
body[data-page="home"] .workforce-card:nth-child(3) .workforce-photo { background-position: 66.666% 5%; }
body[data-page="home"] .workforce-card:nth-child(4) .workforce-photo { background-position: 100% 5%; }
body[data-page="home"] .workforce-card:nth-child(5) .workforce-photo { background-position: 0 74%; }
body[data-page="home"] .workforce-card:nth-child(6) .workforce-photo { background-position: 33.333% 74%; }
body[data-page="home"] .workforce-card:nth-child(7) .workforce-photo { background-position: 66.666% 74%; }
body[data-page="home"] .workforce-card:nth-child(8) .workforce-photo { background-position: 100% 74%; }
body[data-page="home"] .workforce-card h3 {
  min-height: 70px;
  gap: 12px;
  margin: 0;
  padding: 16px 18px 17px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -.018em;
}
body[data-page="home"] .workforce-card h3 span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(0, 139, 75, .12);
  color: var(--green-dark);
  background: #eaf7f0;
  font-size: .72rem;
  font-weight: 900;
}

@media (max-width: 1080px) {
  body[data-page="home"] .workforce-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  body[data-page="home"] .workforce-grid { grid-template-columns: 1fr; gap: 16px; }
  body[data-page="home"] .workforce-card h3 { min-height: 64px; padding: 14px 16px 15px; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .workforce-card,
  body[data-page="home"] .workforce-photo { transition: none; }
  body[data-page="home"] .workforce-card:hover { transform: none; }
}

/* Jobs portal and CMS-backed job detail pages */
body[data-page="jobs"] { background: #f7f9fc; }
body[data-page="jobs"] .site-header { background: rgba(255,255,255,.99); }
.jobs-portal-page svg,
.job-detail-page svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.jobs-portal-hero { border-bottom: 1px solid #dbe4ee; background: #f2f7fc; }
.jobs-portal-hero-inner { display: grid; grid-template-columns: minmax(330px,.85fr) minmax(610px,1.35fr); align-items: center; gap: 56px; min-height: 300px; padding-block: 52px; }
.jobs-portal-hero h1 { max-width: 620px; margin-bottom: 14px; font-size: clamp(2.4rem,4vw,3.65rem); }
.jobs-portal-hero p { max-width: 610px; margin: 0; font-size: 1.04rem; }
.jobs-hero-search { display: grid; grid-template-columns: 1.2fr .9fr auto; gap: 10px; align-items: stretch; border: 1px solid #d5e0eb; border-radius: 10px; padding: 10px; background: #fff; box-shadow: 0 16px 45px rgba(8,43,90,.09); }
.jobs-search-field { min-width: 0; display: flex; align-items: center; gap: 12px; border-right: 1px solid #dce5ed; padding: 2px 16px; color: #597089; }
.jobs-search-field:nth-child(2) { border-right: 0; }
.jobs-search-field > span { min-width: 0; display: grid; flex: 1; }
.jobs-search-field small { color: #718399; font-size: .67rem; font-weight: 800; letter-spacing: .02em; }
.jobs-search-field input,
.jobs-search-field select { width: 100%; min-width: 0; height: 30px; border: 0; outline: 0; padding: 0; color: var(--navy); background: transparent; font-size: .86rem; }
.jobs-search-field input::placeholder { color: #98a6b5; }
.jobs-hero-search .btn { min-height: 58px; padding-inline: 22px; white-space: nowrap; }
.jobs-portal-section { padding: 42px 0 68px; }
.jobs-portal-grid { display: grid; grid-template-columns: 285px minmax(0,1fr); gap: 28px; align-items: start; }
.job-filter-panel { position: sticky; top: 132px; border: 1px solid #dce5ee; border-radius: 8px; padding: 22px; background: #fff; box-shadow: 0 10px 30px rgba(8,43,90,.04); }
.job-filter-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.job-filter-head h2 { margin: 0; font-size: 1.32rem; }
.job-filter-head .eyebrow { margin-bottom: 3px; }
.job-filter-head button { border: 0; padding: 4px 0; color: var(--green2); background: transparent; font-size: .75rem; font-weight: 800; }
.job-filter-group { display: grid; gap: 7px; border-top: 1px solid #e5ebf1; padding: 16px 0 0; margin-top: 16px; }
.job-filter-group label { color: var(--navy); font-size: .76rem; font-weight: 900; }
.job-filter-group select { width: 100%; min-height: 44px; border: 1px solid #cfdbe6; border-radius: 5px; padding: 8px 12px; color: #344c67; background: #fff; font-size: .8rem; }
.job-reset-button { width: 100%; min-height: 42px; margin-top: 20px; }
.job-filter-support { display: flex; gap: 12px; margin: 22px -22px -22px; border-top: 1px solid #dce5ee; border-radius: 0 0 8px 8px; padding: 18px 20px; color: var(--navy); background: #f2f7fc; }
.job-filter-support > svg { flex: 0 0 auto; color: var(--green); }
.job-filter-support strong { display: block; margin-bottom: 3px; font-size: .8rem; }
.job-filter-support p { margin: 0 0 6px; font-size: .7rem; line-height: 1.5; }
.job-filter-support a { color: var(--green2); font-size: .7rem; font-weight: 800; }
.jobs-results-head { min-height: 52px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.jobs-results-head span { color: var(--green2); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.jobs-results-head h2 { margin: 3px 0 0; font-size: 1.45rem; }
.jobs-results-head h2 strong { font: inherit; }
.jobs-results-head label { display: flex; align-items: center; gap: 8px; color: #687b90; font-size: .73rem; font-weight: 700; }
.jobs-results-head select { min-height: 40px; border: 1px solid #cfdbe6; border-radius: 5px; padding: 7px 31px 7px 11px; color: var(--navy); background: #fff; font-size: .78rem; }
.job-list { display: grid; gap: 12px; }
.job.job-card { display: grid; grid-template-columns: 88px minmax(0,1fr) 148px; gap: 20px; align-items: center; border: 1px solid #dce5ee; border-radius: 8px; padding: 20px; background: #fff; box-shadow: 0 8px 24px rgba(8,43,90,.035); transition: border-color .2s, box-shadow .2s, transform .2s; }
.job.job-card:hover { border-color: #a9c4b7; box-shadow: 0 14px 36px rgba(8,43,90,.09); transform: translateY(-2px); }
.job-card-icon,
.job-detail-icon,
.related-job-icon { display: grid; place-items: center; color: var(--navy); background: #eef4fb; }
.job-card-icon { width: 88px; height: 88px; border-radius: 8px; }
.job-card-icon svg { width: 43px; height: 43px; stroke-width: 1.5; }
.job-card-main { min-width: 0; }
.job-card-heading { display: flex; justify-content: space-between; gap: 16px; }
.job-card-status { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; color: var(--green2); font-size: .67rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.job-card-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.job-card-heading h2 { margin: 0 0 5px; font-size: 1.19rem; }
.job-card-heading h2 a:hover { color: var(--green2); }
.job-card-location { display: flex; align-items: center; gap: 5px; margin: 0; color: #435a73; font-size: .75rem; font-weight: 700; }
.job-card-location svg { width: 15px; height: 15px; color: var(--green); }
.job-save { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #d5e0e9; border-radius: 5px; color: #61748a; background: #fff; transition: .2s; }
.job-save svg { width: 18px; height: 18px; }
.job-save:hover,
.job-save.saved { border-color: #8bb9a1; color: var(--green2); background: #eef9f3; }
.job-save.saved svg { fill: currentColor; }
.job-card-copy { display: -webkit-box; overflow: hidden; margin: 11px 0 12px; font-size: .78rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.job-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.job-card-tags span { border-radius: 3px; padding: 4px 8px; color: #3c5774; background: #edf3f9; font-size: .65rem; font-weight: 700; }
.job-card-action { min-height: 112px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-left: 1px solid #e0e7ee; padding-left: 20px; }
.job-card-action > span { color: #7b8b9e; font-size: .68rem; }
.job-card-action > strong { margin: 1px 0 13px; color: var(--navy); font-size: .78rem; }
.job-card-action .btn { width: 100%; min-height: 42px; padding: 8px 13px; }
.job-card-action .btn svg { width: 17px; height: 17px; }
.job-empty-state { display: grid; justify-items: center; border: 1px dashed #c6d5e2; border-radius: 8px; padding: 64px 24px; text-align: center; background: #fff; }
.job-empty-state.hidden { display: none; }
.job-empty-state svg { width: 54px; height: 54px; margin-bottom: 14px; color: #90a5ba; }
.job-empty-state h3 { margin-bottom: 7px; font-size: 1.35rem; }
.job-empty-state p { max-width: 450px; margin-bottom: 19px; }
.jobs-mobile-bar { display: none; }
.job-filter-backdrop { display: none; }
.jobs-support-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.jobs-safety-card,
.jobs-alert-card { display: flex; align-items: center; gap: 18px; border: 1px solid #dbe5ed; border-radius: 8px; padding: 22px; background: #fff; }
.jobs-safety-card { border-left: 4px solid var(--navy); }
.jobs-safety-card > svg { width: 46px; height: 46px; flex: 0 0 auto; padding: 9px; border-radius: 50%; color: var(--navy); background: #edf3fb; }
.jobs-safety-card h3,
.jobs-alert-card h3 { margin-bottom: 5px; font-size: 1rem; }
.jobs-safety-card p,
.jobs-alert-card p { margin: 0; font-size: .72rem; line-height: 1.5; }
.jobs-safety-card .text-link { margin-left: auto; white-space: nowrap; }
.jobs-alert-card { align-items: flex-start; background: #f0f8f4; }
.jobs-alert-card > div { flex: 1; }
.jobs-alert-card form { width: 47%; }
.jobs-alert-card label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .7rem; font-weight: 800; }
.jobs-alert-card form > div { display: flex; }
.jobs-alert-card input { min-width: 0; min-height: 43px; flex: 1; border: 1px solid #c9d8d0; border-right: 0; border-radius: 4px 0 0 4px; padding: 8px 11px; background: #fff; }
.jobs-alert-card .btn { min-height: 43px; border-radius: 0 4px 4px 0; padding: 8px 14px; }
.jobs-alert-card .form-message { margin: 7px 0 0; font-size: .68rem; }
.jobs-steps-section { border-top: 1px solid #e1e8ef; background: #fff; }
.jobs-steps { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #dce5ee; border-radius: 8px; background: #fff; }
.jobs-steps article { position: relative; padding: 26px; }
.jobs-steps article + article { border-left: 1px solid #dce5ee; }
.jobs-steps article > span { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; border-radius: 50%; color: var(--green2); background: #eaf6ef; font-size: .72rem; font-weight: 900; }
.jobs-steps h3 { font-size: 1rem; }
.jobs-steps p { margin: 0; font-size: .76rem; }

/* Job detail */
.job-detail-top { border-bottom: 1px solid #dce5ee; padding: 28px 0 30px; background: #f2f7fc; }
.job-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #71849a; font-size: .72rem; }
.job-breadcrumb a { color: var(--green2); font-weight: 800; }
.job-detail-hero { display: grid; grid-template-columns: 106px minmax(0,1fr) auto 190px; gap: 26px; align-items: center; border: 1px solid #d5e1ea; border-radius: 9px; padding: 25px; background: #fff; box-shadow: 0 12px 34px rgba(8,43,90,.07); }
.job-detail-icon { width: 106px; height: 106px; border-radius: 9px; color: #fff; background: var(--green); }
.job-detail-icon svg { width: 53px; height: 53px; }
.job-detail-title h1 { margin: 1px 0 5px; font-size: clamp(2rem,3vw,2.7rem); }
.job-detail-title > p { margin: 0 0 12px; color: #435a72; font-size: .88rem; font-weight: 700; }
.job-detail-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-left: 1px solid #dfe7ee; padding-left: 28px; }
.job-detail-dates div { display: grid; }
.job-detail-dates small { color: #788a9d; font-size: .68rem; }
.job-detail-dates strong { color: var(--navy); font-size: .83rem; }
.job-apply-button { min-height: 50px; }
.job-apply-button svg { width: 18px; height: 18px; }
.job-detail-section { padding-top: 42px; }
.job-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 28px; align-items: start; }
.job-detail-content { display: grid; gap: 16px; }
.job-content-card,
.job-application-card { border: 1px solid #dce5ee; border-radius: 8px; padding: 28px; background: #fff; }
.job-content-card h2,
.job-application-card h2 { margin-bottom: 14px; font-size: 1.45rem; }
.job-content-card p { margin-bottom: 0; }
.job-requirements { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.job-requirements li { position: relative; padding-left: 25px; color: #50657c; font-size: .86rem; }
.job-requirements li::before { position: absolute; left: 0; top: 2px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); content: "✓"; font-size: .62rem; font-weight: 900; }
.job-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.job-process > div { position: relative; padding-right: 20px; }
.job-process > div:not(:last-child)::after { position: absolute; top: 18px; right: 8px; color: #92a3b5; content: "→"; }
.job-process span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 12px; border: 1px solid #88bea1; border-radius: 50%; color: var(--green2); font-size: .7rem; font-weight: 900; }
.job-process strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: .78rem; }
.job-process p { margin: 0; font-size: .68rem; line-height: 1.45; }
.job-application-card { scroll-margin-top: 130px; border-top: 4px solid var(--green); }
.job-application-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.job-application-head h2 { margin-bottom: 6px; }
.job-application-head p { margin: 0; font-size: .78rem; }
.job-reference { border-radius: 3px; padding: 6px 9px; color: #526a82; background: #edf3f8; font-size: .65rem; font-weight: 800; }
.job-application-card .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.job-application-card .field { display: grid; gap: 6px; }
.job-application-card label { color: var(--navy); font-size: .72rem; font-weight: 800; }
.job-application-card label span { color: var(--green2); }
.job-application-card input:not([type="checkbox"]):not([type="file"]),
.job-application-card select { width: 100%; min-height: 45px; border: 1px solid #cfdbe6; border-radius: 4px; padding: 9px 11px; background: #fff; }
.job-upload-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 16px; align-items: center; margin: 17px 0; }
.job-file-upload { display: flex; align-items: center; gap: 12px; border: 1px dashed #aebfce; border-radius: 5px; padding: 14px; cursor: pointer; }
.job-file-upload svg { flex: 0 0 auto; color: var(--green2); }
.job-file-upload span { display: grid; color: var(--navy); }
.job-file-upload small { color: #78899b; font-size: .62rem; font-weight: 500; }
.job-file-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.job-consent { display: flex; align-items: flex-start; gap: 9px; color: #627489 !important; font-weight: 500 !important; line-height: 1.45; }
.job-consent input { margin-top: 3px; accent-color: var(--green); }
.job-consent span { color: inherit !important; }
.job-application-card form > .btn { margin-left: auto; }
.job-application-card form > .btn svg { width: 17px; height: 17px; }
.job-application-card .form-message { margin: 0 0 12px; font-size: .76rem; }
.job-safety-note { display: flex; gap: 14px; border: 1px solid #cdddea; border-left: 4px solid var(--navy); border-radius: 6px; padding: 17px 19px; background: #eef4fa; }
.job-safety-note svg { flex: 0 0 auto; color: var(--navy); }
.job-safety-note strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: .8rem; }
.job-safety-note p { margin: 0; font-size: .7rem; line-height: 1.55; }
.job-summary-card { position: sticky; top: 132px; border: 1px solid #dce5ee; border-radius: 8px; padding: 23px; background: #fff; box-shadow: 0 12px 34px rgba(8,43,90,.06); }
.job-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.job-summary-head h2 { margin: 0; font-size: 1.3rem; }
.job-save-label { width: auto; padding: 0 10px; grid-auto-flow: column; gap: 5px; font-size: .7rem; font-weight: 800; }
.job-summary-card dl { margin: 0 0 20px; }
.job-summary-card dl div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; border-bottom: 1px solid #e1e8ef; padding: 12px 0; }
.job-summary-card dt { color: #728399; font-size: .7rem; }
.job-summary-card dd { margin: 0; color: var(--navy); font-size: .73rem; font-weight: 800; text-align: right; }
.job-summary-card > .btn { width: 100%; }
.job-back-link { display: block; margin-top: 13px; color: var(--green2); font-size: .72rem; font-weight: 800; text-align: center; }
.related-jobs-section { border-top: 1px solid #dfe7ee; background: #f2f7fc; }
.related-jobs-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.related-jobs-head h2 { margin: 0; }
.related-jobs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-job { display: grid; grid-template-columns: 58px 1fr auto; gap: 14px; align-items: center; border: 1px solid #d8e3eb; border-radius: 7px; padding: 18px; background: #fff; }
.related-job-icon { width: 58px; height: 58px; border-radius: 6px; color: #fff; background: var(--green); }
.related-job-icon svg { width: 28px; height: 28px; }
.related-job > div:nth-child(2) > span { color: var(--green2); font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.related-job h3 { margin: 2px 0 3px; font-size: .91rem; }
.related-job h3 a:hover { color: var(--green2); }
.related-job p,
.related-job small { display: block; margin: 0; color: #6b7e92; font-size: .65rem; line-height: 1.4; }
.related-job > a { color: var(--green2); font-size: 1.25rem; font-weight: 900; }

@media (max-width: 1120px) {
  .jobs-portal-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .jobs-hero-search { max-width: 820px; }
  .job-detail-hero { grid-template-columns: 90px 1fr 1fr; }
  .job-detail-icon { width: 90px; height: 90px; }
  .job-apply-button { grid-column: 2 / -1; width: 190px; justify-self: end; }
  .jobs-support-row { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  body.job-filters-open { overflow: hidden; }
  .job-filter-backdrop { position: fixed; z-index: 1190; inset: 0; display: block; border: 0; padding: 0; background: rgba(3,25,54,.52); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .job-filter-backdrop.open { opacity: 1; pointer-events: auto; }
  .jobs-mobile-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
  .jobs-mobile-bar button { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #cbd8e3; border-radius: 5px; padding: 8px 13px; color: var(--navy); background: #fff; font-weight: 800; }
  .jobs-mobile-bar button span { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .63rem; }
  .jobs-mobile-bar label { display: flex; align-items: center; gap: 7px; color: #65788d; font-size: .7rem; font-weight: 800; }
  .jobs-mobile-bar select { min-height: 42px; border: 1px solid #cbd8e3; border-radius: 5px; padding: 7px; background: #fff; }
  .jobs-portal-grid { grid-template-columns: 1fr; }
  .job-filter-panel { position: fixed; z-index: 1200; inset: 0 auto 0 0; width: min(88vw,340px); overflow-y: auto; border-radius: 0; transform: translateX(-105%); transition: transform .25s ease; }
  .job-filter-panel.open { transform: none; box-shadow: 24px 0 60px rgba(3,25,54,.25); }
  .jobs-results-head label { display: none; }
  .job-detail-grid { grid-template-columns: 1fr; }
  .job-summary-card { position: static; grid-row: 1; }
  .job-process { grid-template-columns: 1fr 1fr; gap: 20px; }
  .job-process > div:not(:last-child)::after { display: none; }
  .related-jobs-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .jobs-portal-hero-inner { min-height: 0; padding-block: 38px; }
  .jobs-portal-hero h1 { font-size: 2.35rem; }
  .jobs-hero-search { grid-template-columns: 1fr; }
  .jobs-search-field { min-height: 58px; border-right: 0; border-bottom: 1px solid #dce5ed; }
  .jobs-search-field:nth-child(2) { border-bottom: 0; }
  .jobs-hero-search .btn { width: 100%; }
  .jobs-portal-section { padding-top: 24px; }
  .job.job-card { grid-template-columns: 64px minmax(0,1fr); gap: 15px; padding: 16px; }
  .job-card-icon { width: 64px; height: 64px; align-self: start; }
  .job-card-icon svg { width: 32px; height: 32px; }
  .job-card-action { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; border-top: 1px solid #e0e7ee; border-left: 0; padding: 14px 0 0; }
  .job-card-action > strong { margin: 0; }
  .job-card-action .btn { width: auto; }
  .jobs-support-row { margin-top: 20px; }
  .jobs-safety-card,
  .jobs-alert-card { align-items: flex-start; flex-direction: column; }
  .jobs-safety-card .text-link { margin-left: 0; }
  .jobs-alert-card form { width: 100%; }
  .jobs-steps { grid-template-columns: 1fr 1fr; }
  .jobs-steps article:nth-child(3) { border-left: 0; }
  .jobs-steps article:nth-child(n+3) { border-top: 1px solid #dce5ee; }
  .job-detail-hero { grid-template-columns: 70px 1fr; padding: 18px; }
  .job-detail-icon { width: 70px; height: 70px; }
  .job-detail-icon svg { width: 37px; height: 37px; }
  .job-detail-title h1 { font-size: 1.85rem; }
  .job-detail-dates { grid-column: 1 / -1; border-top: 1px solid #dfe7ee; border-left: 0; padding: 15px 0 0; }
  .job-apply-button { grid-column: 1 / -1; width: 100%; }
  .job-content-card,
  .job-application-card { padding: 21px; }
  .job-application-card .form-grid,
  .job-upload-row { grid-template-columns: 1fr; }
  .job-application-head { flex-direction: column; }
}

@media (max-width: 480px) {
  .jobs-mobile-bar label { font-size: 0; }
  .jobs-mobile-bar select { font-size: .72rem; }
  .job.job-card { grid-template-columns: 52px minmax(0,1fr); }
  .job-card-icon { width: 52px; height: 52px; }
  .job-card-icon svg { width: 27px; height: 27px; }
  .job-card-heading h2 { font-size: 1.03rem; }
  .job-card-copy { -webkit-line-clamp: 3; }
  .job-card-action { grid-template-columns: auto 1fr; }
  .job-card-action .btn { grid-column: 1 / -1; margin-top: 10px; }
  .jobs-alert-card form > div { display: grid; }
  .jobs-alert-card input,
  .jobs-alert-card .btn { border: 1px solid #c9d8d0; border-radius: 4px; }
  .jobs-alert-card .btn { margin-top: 7px; }
  .jobs-steps { grid-template-columns: 1fr; }
  .jobs-steps article + article { border-top: 1px solid #dce5ee; border-left: 0; }
  .job-process { grid-template-columns: 1fr; }
  .related-job { grid-template-columns: 52px 1fr auto; padding: 14px; }
  .related-job-icon { width: 52px; height: 52px; }
}

/* Candidates page: dedicated, undistorted media framing and expanded sectors. */
body[data-page="candidates"] .inner-hero.candidates::before {
  right: 0;
  left: auto;
  width: min(64%, 920px);
  background-size: 400% auto;
  background-position: 66.666% 8%;
}
body[data-page="candidates"] .candidate-sectors {
  position: relative;
  overflow: hidden;
}
body[data-page="candidates"] .candidate-sectors::before {
  position: absolute;
  top: -190px;
  right: -150px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 139, 75, .09), transparent 68%);
  content: "";
  pointer-events: none;
}
body[data-page="candidates"] .candidate-sector-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body[data-page="candidates"] .candidate-sector-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 43, 90, .12);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 43, 90, .07);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
body[data-page="candidates"] .candidate-sector-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  content: "";
}
body[data-page="candidates"] .candidate-sector-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 139, 75, .28);
  box-shadow: 0 18px 38px rgba(8, 43, 90, .12);
}
body[data-page="candidates"] .candidate-sector-photo {
  position: relative;
  aspect-ratio: 16 / 8.8;
  border-bottom: 1px solid rgba(8, 43, 90, .08);
  background-image: url("workforce-categories.webp");
  background-repeat: no-repeat;
  background-size: 400% auto;
  filter: saturate(.96) contrast(1.02);
  transition: filter .28s ease;
}
body[data-page="candidates"] .candidate-sector-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 43, 90, .01), rgba(8, 43, 90, .14));
  content: "";
}
body[data-page="candidates"] .candidate-sector-card:hover .candidate-sector-photo {
  filter: saturate(1.05) contrast(1.03);
}
body[data-page="candidates"] .candidate-sector-card:nth-child(1) .candidate-sector-photo { background-position: 0 5%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(2) .candidate-sector-photo { background-position: 33.333% 5%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(3) .candidate-sector-photo { background-position: 33.333% 74%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(4) .candidate-sector-photo { background-position: 66.666% 5%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(5) .candidate-sector-photo { background-position: 100% 5%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(6) .candidate-sector-photo { background-position: 0 74%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(7) .candidate-sector-photo { background-position: 66.666% 74%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(8) .candidate-sector-photo { background-position: 100% 74%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(9) .candidate-sector-photo { background-position: 33.333% 5%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(10) .candidate-sector-photo { background-position: 100% 74%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(11) .candidate-sector-photo { background-position: 33.333% 74%; }
body[data-page="candidates"] .candidate-sector-card:nth-child(12) .candidate-sector-photo { background-position: 0 74%; }
body[data-page="candidates"] .candidate-sector-copy {
  min-height: 142px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 18px;
}
body[data-page="candidates"] .candidate-sector-copy > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 139, 75, .12);
  border-radius: 50%;
  color: var(--green-dark);
  background: #eaf7f0;
  font-size: .7rem;
  font-weight: 900;
}
body[data-page="candidates"] .candidate-sector-copy h3 {
  margin: 2px 0 8px;
  font-size: 1rem;
  line-height: 1.24;
}
body[data-page="candidates"] .candidate-sector-copy p {
  margin: 0;
  font-size: .79rem;
  line-height: 1.55;
}
body[data-page="candidates"] #submit-cv .media.workers {
  min-height: 520px;
  border-radius: 14px;
  background-size: 400% auto;
  background-position: 66.666% 8%;
  box-shadow: 0 18px 44px rgba(8, 43, 90, .12);
}

@media (max-width: 1080px) {
  body[data-page="candidates"] .candidate-sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  body[data-page="candidates"] .inner-hero.candidates::before {
    top: 0;
    width: 100%;
    height: 320px;
    background-size: 400% auto;
    background-position: 66.666% 10%;
  }
  body[data-page="candidates"] #submit-cv .media.workers { min-height: 390px; }
}
@media (max-width: 560px) {
  body[data-page="candidates"] .candidate-sector-grid { grid-template-columns: 1fr; gap: 16px; }
  body[data-page="candidates"] .candidate-sector-copy { min-height: 0; padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="candidates"] .candidate-sector-card,
  body[data-page="candidates"] .candidate-sector-photo { transition: none; }
  body[data-page="candidates"] .candidate-sector-card:hover { transform: none; }
}

/* Shared public-page media system. The source sheets contain square cells;
   these rules crop those cells instead of stretching them into rectangles. */
body:not([data-page="home"]) .inner-hero::before {
  right: 0;
  left: auto;
  width: min(64%, 920px);
  background-size: 400% auto;
}
body[data-page="about"] .inner-hero::before { background-position: 0 8%; }
body[data-page="employers"] .inner-hero::before { background-position: 33.333% 8%; }
body[data-page="candidates"] .inner-hero::before { background-position: 66.666% 8%; }
body[data-page="gulf-recruitment"] .inner-hero::before { background-position: 100% 8%; }
body[data-page="europe-recruitment"] .inner-hero::before { background-position: 0 70%; }
body[data-page="jobs"] .inner-hero::before { background-position: 33.333% 70%; }
body[data-page="contact"] .inner-hero::before { background-position: 66.666% 70%; }

body:not([data-page="home"]) .media {
  overflow: hidden;
  border-radius: 14px;
  background-size: 400% auto;
  box-shadow: 0 18px 44px rgba(8, 43, 90, .12);
}
body:not([data-page="home"]) .media.office { background-position: 0 6%; }
body:not([data-page="home"]) .media.meeting { background-position: 33.333% 6%; }
body:not([data-page="home"]) .media.workers { background-position: 66.666% 6%; }
body:not([data-page="home"]) .media.gulf { background-position: 100% 6%; }
body:not([data-page="home"]) .media.europe { background-position: 0 82%; }
body:not([data-page="home"]) .media.global { background-position: 33.333% 82%; }
body:not([data-page="home"]) .media.consult { background-position: 66.666% 82%; }
body:not([data-page="home"]) .media.docs { background-position: 100% 82%; }

body[data-page="europe-recruitment"] .destination-card {
  border-color: rgba(8, 43, 90, .12);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(8, 43, 90, .07);
}
body[data-page="europe-recruitment"] .destination-photo {
  height: auto;
  aspect-ratio: 16 / 9;
  background-size: 400% auto;
}
body[data-page="europe-recruitment"] .destination-card:nth-child(1) .destination-photo { background-position: 0 82%; }
body[data-page="europe-recruitment"] .destination-card:nth-child(2) .destination-photo { background-position: 33.333% 82%; }
body[data-page="europe-recruitment"] .destination-card:nth-child(3) .destination-photo { background-position: 66.666% 82%; }
body[data-page="europe-recruitment"] .destination-card:nth-child(4) .destination-photo { background-position: 100% 82%; }

body[data-page="home"] .candidate-photo {
  background-size: 400% auto;
  filter: saturate(.96) contrast(1.02);
}
body[data-page="home"] .candidate:nth-child(1) .candidate-photo { background-position: 0 5%; }
body[data-page="home"] .candidate:nth-child(2) .candidate-photo { background-position: 33.333% 5%; }
body[data-page="home"] .candidate:nth-child(3) .candidate-photo { background-position: 100% 5%; }
body[data-page="home"] .candidate:nth-child(4) .candidate-photo { background-position: 66.666% 5%; }
body[data-page="home"] .candidate:nth-child(5) .candidate-photo { background-position: 0 74%; }

body[data-page="employers"] .sector-grid,
body[data-page="gulf-recruitment"] .sector-grid,
body[data-page="europe-recruitment"] .sector-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body[data-page="employers"] .sector-card,
body[data-page="gulf-recruitment"] .sector-card,
body[data-page="europe-recruitment"] .sector-card {
  min-height: 0;
  overflow: hidden;
  border-color: rgba(8, 43, 90, .12);
  border-radius: 13px;
  padding: 0 18px 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8, 43, 90, .07);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
body[data-page="employers"] .sector-card:hover,
body[data-page="gulf-recruitment"] .sector-card:hover,
body[data-page="europe-recruitment"] .sector-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 139, 75, .28);
  box-shadow: 0 18px 38px rgba(8, 43, 90, .12);
}
body[data-page="employers"] .sector-card::before,
body[data-page="gulf-recruitment"] .sector-card::before,
body[data-page="europe-recruitment"] .sector-card::before {
  height: 150px;
  display: block;
  margin: 0 -18px;
  border-top: 3px solid var(--green);
  background-image: linear-gradient(180deg, transparent 55%, rgba(8, 43, 90, .16)), url("workforce-categories.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%, 400% auto;
  content: "";
}
body[data-page="employers"] .sector-card .round-icon,
body[data-page="gulf-recruitment"] .sector-card .round-icon,
body[data-page="europe-recruitment"] .sector-card .round-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: -21px 0 13px;
  border: 4px solid #fff;
  color: var(--green-dark);
  background: #eaf7f0;
  font-size: .72rem;
}
body[data-page="employers"] .sector-card h3,
body[data-page="gulf-recruitment"] .sector-card h3,
body[data-page="europe-recruitment"] .sector-card h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}
body[data-page="employers"] .sector-card p,
body[data-page="gulf-recruitment"] .sector-card p,
body[data-page="europe-recruitment"] .sector-card p {
  font-size: .79rem;
  line-height: 1.55;
}

body[data-page="employers"] .sector-card:nth-child(1)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(1)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(1)::before { background-position: 0 0, 0 5%; }
body[data-page="employers"] .sector-card:nth-child(2)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(2)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(2)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="employers"] .sector-card:nth-child(3)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(3)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(3)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="employers"] .sector-card:nth-child(4)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(4)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(4)::before { background-position: 0 0, 66.666% 5%; }
body[data-page="employers"] .sector-card:nth-child(5)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(5)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(5)::before { background-position: 0 0, 100% 5%; }
body[data-page="employers"] .sector-card:nth-child(6)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(6)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(6)::before { background-position: 0 0, 0 74%; }
body[data-page="employers"] .sector-card:nth-child(7)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(7)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(7)::before { background-position: 0 0, 66.666% 74%; }
body[data-page="employers"] .sector-card:nth-child(8)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(8)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(8)::before { background-position: 0 0, 100% 74%; }
body[data-page="employers"] .sector-card:nth-child(9)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(9)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(9)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="employers"] .sector-card:nth-child(10)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(10)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(10)::before { background-position: 0 0, 100% 74%; }
body[data-page="employers"] .sector-card:nth-child(11)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(11)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(11)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="employers"] .sector-card:nth-child(12)::before,
body[data-page="gulf-recruitment"] .sector-card:nth-child(12)::before,
body[data-page="europe-recruitment"] .sector-card:nth-child(12)::before { background-position: 0 0, 0 74%; }

/* Match each sector label to the closest available workforce photograph. */
body[data-page="employers"] .sector-card:nth-child(1)::before { background-position: 0 0, 0 5%; }
body[data-page="employers"] .sector-card:nth-child(2)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="employers"] .sector-card:nth-child(3)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="employers"] .sector-card:nth-child(4)::before { background-position: 0 0, 66.666% 5%; }
body[data-page="employers"] .sector-card:nth-child(5)::before { background-position: 0 0, 100% 5%; }
body[data-page="employers"] .sector-card:nth-child(6)::before { background-position: 0 0, 0 74%; }
body[data-page="employers"] .sector-card:nth-child(7)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="employers"] .sector-card:nth-child(8)::before { background-position: 0 0, 100% 74%; }
body[data-page="employers"] .sector-card:nth-child(9)::before { background-position: 0 0, 100% 74%; }
body[data-page="employers"] .sector-card:nth-child(10)::before { background-position: 0 0, 66.666% 74%; }
body[data-page="employers"] .sector-card:nth-child(11)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="employers"] .sector-card:nth-child(12)::before { background-position: 0 0, 0 74%; }

body[data-page="gulf-recruitment"] .sector-card:nth-child(1)::before { background-position: 0 0, 0 5%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(2)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(3)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(4)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(5)::before { background-position: 0 0, 0 74%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(6)::before { background-position: 0 0, 100% 74%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(7)::before { background-position: 0 0, 66.666% 5%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(8)::before { background-position: 0 0, 100% 5%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(9)::before { background-position: 0 0, 66.666% 74%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(10)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(11)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="gulf-recruitment"] .sector-card:nth-child(12)::before { background-position: 0 0, 100% 74%; }

body[data-page="europe-recruitment"] .sector-card:nth-child(1)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(2)::before { background-position: 0 0, 0 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(3)::before { background-position: 0 0, 0 5%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(4)::before { background-position: 0 0, 66.666% 5%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(5)::before { background-position: 0 0, 0 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(6)::before { background-position: 0 0, 100% 5%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(7)::before { background-position: 0 0, 66.666% 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(8)::before { background-position: 0 0, 33.333% 5%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(9)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(10)::before { background-position: 0 0, 33.333% 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(11)::before { background-position: 0 0, 100% 74%; }
body[data-page="europe-recruitment"] .sector-card:nth-child(12)::before { background-position: 0 0, 0 74%; }

.site-footer .footer-brand h3 { color: #fff; }

body[data-page="privacy-policy"] main .info-card,
body[data-page="terms"] main .info-card,
body[data-page="refund-policy"] main .info-card {
  max-width: 880px;
  margin: 0 auto;
  border-radius: 14px;
  padding: clamp(28px, 5vw, 54px);
  box-shadow: 0 16px 40px rgba(8, 43, 90, .09);
}

@media (max-width: 1080px) {
  body[data-page="employers"] .sector-grid,
  body[data-page="gulf-recruitment"] .sector-grid,
  body[data-page="europe-recruitment"] .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  body:not([data-page="home"]) .inner-hero::before {
    top: 0;
    width: 100%;
    height: 320px;
    background-size: 400% auto;
  }
  body[data-page="about"] .inner-hero::before,
  body[data-page="employers"] .inner-hero::before,
  body[data-page="candidates"] .inner-hero::before,
  body[data-page="gulf-recruitment"] .inner-hero::before { background-position-y: 10%; }
  body[data-page="europe-recruitment"] .inner-hero::before,
  body[data-page="jobs"] .inner-hero::before,
  body[data-page="contact"] .inner-hero::before { background-position-y: 94%; }
}
@media (max-width: 560px) {
  body[data-page="employers"] .sector-grid,
  body[data-page="gulf-recruitment"] .sector-grid,
  body[data-page="europe-recruitment"] .sector-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="employers"] .sector-card,
  body[data-page="gulf-recruitment"] .sector-card,
  body[data-page="europe-recruitment"] .sector-card { transition: none; }
  body[data-page="employers"] .sector-card:hover,
  body[data-page="gulf-recruitment"] .sector-card:hover,
  body[data-page="europe-recruitment"] .sector-card:hover { transform: none; }
}

@media (max-width: 760px) {
  .topbar .topbar-right, .topbar-item:nth-child(2), .topbar-item:nth-child(3) { display:none; }
  .topbar-list { width:100%; justify-content:center; }
}

/* Gulf country support pages */
.gulf-country-page .country-hero .hero-content { max-width: 650px; }
.gulf-country-page .country-intro .media { min-height: 470px; }
.gulf-country-page .country-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.gulf-country-page .country-sector-card {
  min-height: 142px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(8, 43, 90, .12);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(8, 43, 90, .065);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.gulf-country-page .country-sector-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 139, 75, .3);
  box-shadow: 0 16px 34px rgba(8, 43, 90, .11);
}
.gulf-country-page .country-sector-card::before {
  grid-row: 1;
  grid-column: 1;
  min-height: 142px;
  display: block;
  background-image: linear-gradient(180deg, transparent 58%, rgba(8, 43, 90, .14)), url("workforce-categories.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%, 400% auto;
  content: "";
}
.gulf-country-page .country-sector-card > div {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  padding: 22px 20px;
}
.gulf-country-page .country-sector-card h3 { margin-bottom: 7px; font-size: 1rem; }
.gulf-country-page .country-sector-card p { margin: 0; font-size: .79rem; line-height: 1.55; }
.gulf-country-page .country-sector-number {
  z-index: 1;
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  justify-self: start;
  margin: 0 0 12px 12px;
  border-radius: 999px;
  padding: 5px 10px;
  color: #fff;
  background: var(--green);
  font-size: .69rem;
  font-weight: 900;
}
.gulf-country-page .country-sector-card:nth-child(1)::before { background-position: 0 0, 0 5%; }
.gulf-country-page .country-sector-card:nth-child(2)::before { background-position: 0 0, 33.333% 5%; }
.gulf-country-page .country-sector-card:nth-child(3)::before { background-position: 0 0, 33.333% 5%; }
.gulf-country-page .country-sector-card:nth-child(4)::before { background-position: 0 0, 66.666% 5%; }
.gulf-country-page .country-sector-card:nth-child(5)::before { background-position: 0 0, 100% 5%; }
.gulf-country-page .country-sector-card:nth-child(6)::before { background-position: 0 0, 0 74%; }
.gulf-country-page .country-sector-card:nth-child(7)::before { background-position: 0 0, 100% 74%; }
.gulf-country-page .country-sector-card:nth-child(8)::before { background-position: 0 0, 33.333% 74%; }
.gulf-country-page .country-sector-card:nth-child(9)::before { background-position: 0 0, 66.666% 74%; }
.gulf-country-page .country-sector-card:nth-child(10)::before { background-position: 0 0, 100% 74%; }
.gulf-country-page .country-sector-card[data-visual="construction"]::before { background-position: 0 0, 0 5%; }
.gulf-country-page .country-sector-card[data-visual="technical"]::before { background-position: 0 0, 33.333% 5%; }
.gulf-country-page .country-sector-card[data-visual="hospitality"]::before { background-position: 0 0, 66.666% 5%; }
.gulf-country-page .country-sector-card[data-visual="healthcare"]::before { background-position: 0 0, 100% 5%; }
.gulf-country-page .country-sector-card[data-visual="logistics"]::before { background-position: 0 0, 0 74%; }
.gulf-country-page .country-sector-card[data-visual="manufacturing"]::before { background-position: 0 0, 33.333% 74%; }
.gulf-country-page .country-sector-card[data-visual="drivers"]::before { background-position: 0 0, 66.666% 74%; }
.gulf-country-page .country-sector-card[data-visual="labour"]::before { background-position: 0 0, 100% 74%; }
.gulf-country-page .country-service-layout {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(48px, 8vw, 105px);
}
.gulf-country-page .country-service-heading { position: sticky; top: 150px; }
.gulf-country-page .country-service-heading p { max-width: 430px; }
.gulf-country-page .country-service-list { border-top: 1px solid var(--line); }
.gulf-country-page .country-service-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.gulf-country-page .country-service-item > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: #eaf7f0;
  font-size: .73rem;
  font-weight: 900;
}
.gulf-country-page .country-service-item h3 { margin-bottom: 5px; font-size: 1.02rem; }
.gulf-country-page .country-service-item p { margin: 0; font-size: .83rem; }
.gulf-country-page .country-callout {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.gulf-country-page .country-callout > div:first-child { max-width: 720px; }
.gulf-country-page .country-callout h2 { color: #fff; }
.gulf-country-page .country-callout p { margin-bottom: 0; color: #c7d8e9; }
.gulf-country-page .country-callout .eyebrow { color: var(--lime); }
.gulf-country-page .country-callout .btn-outline { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.gulf-country-page .country-page-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8,43,90,.07);
}
.gulf-country-page .country-page-nav a {
  display: grid;
  min-height: 66px;
  place-items: center;
  border-right: 1px solid var(--line);
  padding: 12px 8px;
  color: var(--navy);
  text-align: center;
  font-size: .79rem;
  font-weight: 850;
  line-height: 1.3;
}
.gulf-country-page .country-page-nav a:last-child { border-right: 0; }
.gulf-country-page .country-page-nav a:hover,
.gulf-country-page .country-page-nav a.active { color: #fff; background: var(--green); }
body[data-page="gulf-recruitment"] .country-card { display: flex; flex-direction: column; border-radius: 10px; }
body[data-page="gulf-recruitment"] .country-card .text-link { margin-top: 22px; }

@media (max-width: 980px) {
  .gulf-country-page .country-sector-card { grid-template-columns: 128px minmax(0, 1fr); }
  .gulf-country-page .country-page-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gulf-country-page .country-page-nav a:nth-child(3n) { border-right: 0; }
  .gulf-country-page .country-page-nav a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .gulf-country-page .country-intro .media { min-height: 320px; }
  .gulf-country-page .country-sector-grid { grid-template-columns: 1fr; }
  .gulf-country-page .country-service-layout { grid-template-columns: 1fr; gap: 32px; }
  .gulf-country-page .country-service-heading { position: static; }
  .gulf-country-page .country-callout { min-height: 0; align-items: stretch; flex-direction: column; gap: 28px; }
  .gulf-country-page .country-callout .actions { display: grid; }
  .gulf-country-page .country-callout .btn { width: 100%; }
}
@media (max-width: 520px) {
  .gulf-country-page .country-sector-card { grid-template-columns: 112px minmax(0, 1fr); }
  .gulf-country-page .country-sector-card > div { padding: 18px 15px; }
  .gulf-country-page .country-sector-card h3 { font-size: .91rem; }
  .gulf-country-page .country-page-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gulf-country-page .country-page-nav a { min-height: 60px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .gulf-country-page .country-page-nav a:nth-child(2n) { border-right: 0; }
  .gulf-country-page .country-page-nav a:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .gulf-country-page .country-sector-card { transition: none; }
  .gulf-country-page .country-sector-card:hover { transform: none; }
}

/* Enhanced shared footer */
.site-footer {
  position: relative;
  overflow: hidden;
  color: #cbd8e7;
  background: #061f45;
}
.site-footer::before {
  position: absolute;
  top: 4px;
  right: -120px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
  pointer-events: none;
  content: "";
}
.footer-accent {
  position: relative;
  z-index: 1;
  height: 4px;
  background: linear-gradient(90deg, var(--green) 0 36%, var(--lime) 36% 43%, rgba(255,255,255,.13) 43% 100%);
}
.site-footer .footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 2.1fr);
  gap: clamp(50px, 7vw, 105px);
  padding: 70px 0 54px;
}
.site-footer .footer-brand { grid-column: auto; }
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--lime);
}
.footer-logo svg { width: 58px; flex: 0 0 auto; }
.footer-logo strong {
  display: block;
  color: #fff;
  font-size: 1.27rem;
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.05;
}
.footer-logo small {
  display: block;
  margin-top: 7px;
  color: #70d3a0;
  font-size: .57rem;
  font-weight: 850;
  letter-spacing: .14em;
}
.site-footer .footer-brand p {
  max-width: 350px;
  margin: 28px 0 23px;
  color: #b7c8da;
  font-size: .87rem;
  line-height: 1.8;
}
.footer-promise { display: grid; gap: 9px; }
.footer-promise span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e1e9f2;
  font-size: .75rem;
  font-weight: 750;
}
.footer-promise span::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(156,199,60,.1);
  content: "";
}
.footer-link-grid {
  display: grid;
  grid-template-columns: .85fr 1fr 1.15fr 1fr;
  gap: clamp(24px, 3vw, 48px);
}
.site-footer .footer-col h3 {
  position: relative;
  margin: 6px 0 25px;
  padding-bottom: 13px;
  color: #fff;
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.site-footer .footer-col h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--green);
  content: "";
}
.site-footer .footer-col ul { gap: 10px; }
.site-footer .footer-col a,
.site-footer .footer-col li {
  color: #b7c8da;
  font-size: .78rem;
  line-height: 1.45;
}
.site-footer .footer-col a {
  display: inline-flex;
  transition: color .2s ease, transform .2s ease;
}
.site-footer .footer-col a:hover { color: #fff; transform: translateX(3px); }
.footer-text-button {
  display: inline-flex;
  border: 0;
  border-bottom: 1px solid rgba(112,211,160,.55);
  padding: 0 0 3px;
  color: #70d3a0;
  background: transparent;
  font-size: .78rem;
  font-weight: 800;
}
.footer-text-button:hover { color: #fff; border-bottom-color: #fff; }
.footer-contact-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.25fr .95fr 1.35fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 50px rgba(0,0,0,.13);
}
.footer-contact-item {
  min-width: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(255,255,255,.1);
  padding: 20px 22px;
}
.footer-contact-item > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--lime);
}
.footer-contact-item span { min-width: 0; }
.footer-contact-item small,
.footer-contact-item strong { display: block; }
.footer-contact-item small {
  margin-bottom: 4px;
  color: #8298b0;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.footer-contact-item strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.4;
}
a.footer-contact-item { transition: background .2s ease; }
a.footer-contact-item:hover { background: rgba(255,255,255,.045); }
.footer-request {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  padding: 21px 25px;
  color: #fff;
  background: var(--green);
  text-align: left;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.4;
  transition: background .2s ease;
}
.footer-request:hover { background: var(--green2); }
.footer-request svg { width: 24px; flex: 0 0 auto; transition: transform .2s ease; }
.footer-request:hover svg { transform: translateX(4px); }
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-top: 0;
  padding: 25px 0 27px;
  color: #8298b0;
  font-size: .69rem;
}
.footer-hours { text-align: center; }
.site-footer .footer-legal { justify-self: end; gap: 22px; }
.site-footer .footer-legal a { transition: color .2s ease; }
.site-footer .footer-legal a:hover { color: #fff; }

@media (max-width: 1100px) {
  .site-footer .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .site-footer .footer-brand p { max-width: 560px; }
  .footer-link-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-contact-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-contact-item:nth-child(3) { border-right: 0; }
  .footer-request { grid-column: 1 / -1; min-height: 72px; }
}
@media (max-width: 760px) {
  .site-footer .footer-main { padding: 54px 0 42px; }
  .footer-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 38px; }
  .footer-contact-strip { grid-template-columns: 1fr; }
  .footer-contact-item { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .footer-request { grid-column: auto; min-height: 76px; }
  .site-footer .footer-bottom { grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .site-footer .footer-legal { justify-self: center; }
  .footer-hours { order: -1; }
}
@media (max-width: 420px) {
  .footer-logo svg { width: 50px; }
  .footer-link-grid { gap: 34px 20px; }
  .site-footer .footer-col h3 { font-size: .71rem; }
  .site-footer .footer-col a,
  .site-footer .footer-col li,
  .footer-text-button { font-size: .74rem; }
  .footer-contact-item { padding-inline: 18px; }
  .site-footer .footer-legal { gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer .footer-col a,
  .footer-request svg { transition: none; }
  .site-footer .footer-col a:hover,
  .footer-request:hover svg { transform: none; }
}

/* Enhanced header and Gulf recruitment mega menu */
.topbar .topbar-item svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: #70d3a0;
}
.site-header {
  z-index: 1500;
  box-shadow: 0 8px 24px rgba(8,43,90,.045);
}
.site-header .nav-wrap { min-height: 82px; }
.site-header .brand { gap: 12px; }
.site-header .brand-mark { color: var(--green); }
.main-nav { gap: 20px; }
.main-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  padding: 0;
  color: #213c5e;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}
.main-nav .nav-link::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform .2s ease;
  content: "";
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after { transform: scaleX(1); }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 4px; }
.mega-toggle {
  width: 24px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  color: #4a627e;
  background: transparent;
}
.mega-toggle svg { width: 16px; transition: transform .2s ease; }
.nav-dropdown.mega-open .mega-toggle svg { transform: rotate(180deg); }
.mega-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  width: 100%;
  border-top: 1px solid rgba(8,43,90,.08);
  border-bottom: 1px solid rgba(8,43,90,.12);
  background: #fff;
  box-shadow: 0 24px 55px rgba(8,43,90,.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.nav-dropdown.mega-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
@media (hover: hover) and (min-width: 1081px) {
  .nav-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
.mega-menu::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green) 0 42%, var(--lime) 42% 47%, #e8eef4 47% 100%);
  content: "";
}
.mega-menu-inner {
  display: grid;
  grid-template-columns: minmax(210px,.78fr) minmax(440px,1.55fr) minmax(220px,.77fr);
  gap: 36px;
  align-items: stretch;
  padding-top: 34px;
  padding-bottom: 34px;
}
.mega-overview { border-right: 1px solid var(--line); padding: 7px 32px 7px 0; }
.mega-label {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mega-overview > strong {
  display: block;
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.25;
}
.mega-overview p { margin: 13px 0 20px; font-size: .78rem; line-height: 1.65; }
.mega-hub-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green2);
  font-size: .76rem;
  font-weight: 900;
}
.mega-hub-link svg { width: 18px; transition: transform .2s ease; }
.mega-hub-link:hover svg { transform: translateX(3px); }
.mega-country-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.mega-country-grid > a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(8,43,90,.1);
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.mega-country-grid > a:hover {
  transform: translateY(-2px);
  border-color: rgba(0,139,75,.28);
  background: #f5fbf8;
}
.mega-code {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--green2);
  background: #eaf7f0;
  font-size: .67rem;
  font-weight: 900;
}
.mega-country-grid strong,
.mega-country-grid small { display: block; }
.mega-country-grid strong { color: var(--navy); font-size: .79rem; line-height: 1.3; }
.mega-country-grid small { margin-top: 3px; color: var(--muted); font-size: .66rem; line-height: 1.35; }
.mega-employer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  padding: 24px;
  color: #fff;
  background: #082b5a;
}
.mega-employer > svg { width: 34px; margin-bottom: 17px; color: var(--lime); }
.mega-employer > strong { color: #fff; font-size: 1rem; line-height: 1.35; }
.mega-employer p { margin: 10px 0 18px; color: #c7d8e9; font-size: .72rem; line-height: 1.55; }
.mega-employer .btn { width: 100%; min-height: 42px; padding: 9px 12px; font-size: .7rem; }
.header-request { gap: 8px; }
.header-request svg { width: 17px; }
.menu-toggle svg { width: 24px; }
.menu-toggle .menu-line {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity .2s ease, transform .2s ease;
}
.menu-toggle[aria-expanded="true"] .menu-line-top { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-line-mid { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-line-bottom { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 1260px) and (min-width: 1081px) {
  .main-nav { gap: 13px; }
  .main-nav .nav-link { font-size: .72rem; }
  .main-nav .header-request { padding-inline: 12px; }
  .mega-menu-inner { gap: 24px; }
}
@media (max-width: 1080px) {
  .site-header .nav-wrap { min-height: 82px; }
  .main-nav {
    inset: 100% 0 auto;
    max-height: calc(100dvh - 118px);
    overflow-y: auto;
    padding: 10px 18px 22px;
  }
  .main-nav .nav-link {
    width: 100%;
    min-height: 0;
    border-bottom: 1px solid var(--line);
    padding: 13px 4px;
    font-size: .82rem;
  }
  .main-nav .nav-link::after { display: none; }
  .main-nav .nav-link.active { color: var(--green2); }
  .nav-dropdown-trigger { display: grid; grid-template-columns: 1fr 46px; gap: 0; }
  .mega-toggle { width: 46px; height: auto; border-bottom: 1px solid var(--line); }
  .mega-menu {
    position: static;
    width: auto;
    display: none;
    border: 0;
    background: #f5f8fb;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  .mega-menu::before { display: none; }
  .nav-dropdown.mega-open .mega-menu { display: block; transform: none; }
  .mega-menu-inner {
    width: auto;
    display: block;
    padding: 18px 14px;
  }
  .mega-overview { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 16px; }
  .mega-overview > strong { font-size: .98rem; }
  .mega-overview p { display: none; }
  .mega-hub-link { margin-top: 11px; }
  .mega-country-grid { grid-template-columns: 1fr; gap: 7px; margin-top: 14px; }
  .mega-country-grid > a { padding: 9px 11px; background: #fff; }
  .mega-code { width: 34px; height: 34px; }
  .mega-country-grid small { display: none; }
  .mega-employer { display: none; }
  .main-nav .header-request { width: 100%; margin-top: 13px; }
}
@media (max-width: 760px) {
  .site-header .nav-wrap { min-height: 74px; }
  .main-nav { inset: 100% 0 auto; max-height: calc(100dvh - 110px); }
  .site-header .brand-mark { width: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .mega-menu,
  .mega-toggle svg,
  .mega-country-grid > a,
  .menu-toggle .menu-line { transition: none; }
  .mega-country-grid > a:hover { transform: none; }
}

/* Enhanced Employer Feedback & Testimonials */
.testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 10px; }
.quote { position: relative; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(8, 43, 90, 0.11); border-top: 4px solid var(--green); border-radius: 12px; background: #fff; padding: 30px 26px 26px; box-shadow: 0 10px 28px rgba(8, 43, 90, 0.06); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; }
.quote:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(8, 43, 90, 0.12); border-top-color: var(--green2); }
.quote-rating { color: #008b4b; font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 12px; }
.quote p { color: #2c4159; font-size: 0.92rem; line-height: 1.65; font-style: italic; margin-bottom: 22px; flex-grow: 1; }
.quote-person { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(8, 43, 90, 0.08); }
.quote-avatar { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; color: #008b4b; background: #eaf7f0; border: 2px solid #c2e5d3; font-size: 0.85rem; font-weight: 900; }
.quote-person strong { display: block; color: var(--navy); font-size: 0.88rem; font-weight: 800; line-height: 1.25; }
.quote-person span { display: block; margin-top: 3px; color: #63768d; font-size: 0.73rem; font-weight: 600; }

@media (max-width: 960px) {
  .testimonials { grid-template-columns: 1fr; gap: 18px; }
}

/* Seamless Floating CTA Overlap Banner */
.cta {
  position: relative;
  z-index: 20;
  padding: 0;
  margin-bottom: -54px;
  background: transparent !important;
}
.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 14px;
  padding: 38px 48px;
  color: #fff;
  background: linear-gradient(125deg, #008b4b 0%, #006033 100%) !important;
  box-shadow: 0 18px 44px rgba(8, 43, 90, 0.18), 0 4px 14px rgba(0, 139, 75, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.cta-inner h2 {
  margin-bottom: 6px;
  color: #fff !important;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -.02em;
}
.cta-inner p {
  margin: 0;
  color: #d6f2e4 !important;
  font-size: 0.94rem;
}
.cta-inner .actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.cta-inner .btn-primary {
  color: #006f3c !important;
  background: #fff !important;
  border: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.cta-inner .btn-primary:hover {
  background: #f0faf4 !important;
  transform: translateY(-2px);
}
.cta-inner .btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}
.cta-inner .btn-outline:hover {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.site-footer {
  position: relative;
  z-index: 10;
  padding-top: 84px !important;
}

@media (max-width: 960px) {
  .cta { margin-bottom: -40px; }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 28px;
    gap: 20px;
  }
  .cta-inner .actions { width: 100%; flex-direction: column; }
  .cta-inner .actions .btn { width: 100%; }
  .site-footer { padding-top: 64px !important; }
}

/* Executive Management Team Card Styling */
.team-grid { gap: 28px; margin-top: 14px; }
.team-card {
  overflow: hidden;
  border: 1px solid rgba(8, 43, 90, 0.11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 43, 90, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(8, 43, 90, 0.13);
  border-color: rgba(0, 139, 75, 0.28);
}
.team-photo-wrap {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
  background: #f2f7fc;
}
.team-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}
.team-card:hover .team-photo-wrap img {
  transform: scale(1.04);
}
.team-info {
  padding: 24px 22px;
}
.team-info h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 900;
}
.team-role {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.team-bio {
  margin-bottom: 18px;
  color: #4a5e74;
  font-size: 0.86rem;
  line-height: 1.55;
}
.team-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 9px 14px;
  color: var(--navy);
  background: #f0f6fc;
  font-size: 0.84rem;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}
.team-contact-link svg {
  width: 16px;
  height: 16px;
  color: var(--green);
}
.team-contact-link:hover {
  background: var(--green);
  color: #fff;
}
.team-contact-link:hover svg {
  color: #fff;
}

@media (max-width: 960px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-photo-wrap { height: 320px; }
}

/* Non-Card Editorial Layouts: Workforce Diversity, Sectors Served & Why Choose Us */

/* 1. Workforce Matrix (Workforce Diversity) */
.workforce-matrix {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
.workforce-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(8, 43, 90, 0.10);
  padding: 20px 24px;
  background: transparent;
  border-radius: 8px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.workforce-row:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(8, 43, 90, 0.07);
  transform: translateX(6px);
}
.workforce-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #008b4b;
  background: #eaf7f0;
  border: 1.5px solid #bce4d0;
  font-size: 0.88rem;
  font-weight: 900;
}
.workforce-main h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 900;
}
.workforce-main p {
  margin: 0;
  color: #4b5f76;
  font-size: 0.88rem;
  line-height: 1.5;
}
.workforce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.workforce-tags span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  color: #006f3c;
  background: #eaf6f0;
  border: 1px solid #cceada;
  font-size: 0.74rem;
  font-weight: 800;
}

/* 2. Sector Matrix (Sectors Served) */
.sector-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 36px;
  margin-top: 24px;
}
.sector-strip-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 14px;
  border-bottom: 1px solid rgba(8, 43, 90, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.sector-strip-item:hover {
  transform: translateY(-2px);
  border-bottom-color: var(--green);
}
.sector-icon-box {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(8, 43, 90, 0.10);
  font-size: 1.4rem;
  box-shadow: 0 4px 12px rgba(8, 43, 90, 0.04);
}
.sector-content h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
}
.sector-content p {
  margin: 0;
  color: #4b6078;
  font-size: 0.86rem;
  line-height: 1.5;
}

/* 3. Why Choose Us Asymmetric Split */
.why-us-split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 54px;
  align-items: center;
}
.why-us-left h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 16px;
}
.why-us-left p {
  color: #425870;
  font-size: 0.96rem;
  line-height: 1.65;
}
.why-us-stat-callout {
  display: flex;
  gap: 28px;
  margin: 28px 0 20px;
  padding: 20px 24px;
  border-radius: 12px;
  background: #f2f7fc;
  border: 1px solid #d8e5f0;
}
.stat-callout-item strong {
  display: block;
  color: var(--green);
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1;
}
.stat-callout-item span {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}
.why-us-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why-us-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(8, 43, 90, 0.08);
  border-radius: 8px;
  transition: background 0.25s ease;
}
.why-us-feature:hover {
  background: #f7fbf8;
}
.feature-bullet {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  margin-top: 2px;
}
.why-us-feature h3 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
}
.why-us-feature p {
  margin: 0;
  color: #4f647c;
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .workforce-row { grid-template-columns: 1fr; gap: 12px; }
  .workforce-tags { justify-content: flex-start; }
  .sector-matrix { grid-template-columns: 1fr; }
  .why-us-split { grid-template-columns: 1fr; gap: 36px; }
  .services-matrix { grid-template-columns: 1fr; gap: 20px; }
}

/* Non-Card Core HR Offerings Matrix */
.services-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 36px;
  margin-top: 32px;
}
.service-item {
  position: relative;
  padding: 22px 20px 22px 22px;
  border-left: 3.5px solid rgba(8, 43, 90, 0.12);
  border-bottom: 1px solid rgba(8, 43, 90, 0.07);
  background: transparent;
  transition: border-left-color 0.28s ease, background 0.28s ease, transform 0.28s ease;
}
.service-item:hover {
  border-left-color: var(--green);
  background: #f8fcf9;
  transform: translateX(4px);
}
.service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.service-number {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #008b4b;
  background: #eaf7f0;
  border: 1.5px solid #bce4d0;
  font-size: 0.8rem;
  font-weight: 900;
}
.service-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
}
.service-item p {
  margin: 0;
  color: #4b6078;
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Premium Editorial Employer Feedback Cards */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 16px;
}
.quote-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 32px 30px 28px;
  background: #ffffff;
  border: 1px solid rgba(8, 43, 90, 0.12);
  box-shadow: 0 14px 36px rgba(8, 43, 90, 0.06), 0 2px 6px rgba(0, 139, 75, 0.04);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.32s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.32s ease;
  overflow: hidden;
}
.quote-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #008b4b 0%, #082b5a 100%);
  border-radius: 16px 16px 0 0;
}
.quote-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(8, 43, 90, 0.14), 0 4px 12px rgba(0, 139, 75, 0.12);
  border-color: rgba(0, 139, 75, 0.3);
}
.quote-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.quote-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quote-stars .star {
  width: 18px;
  height: 18px;
  color: #f59e0b;
}
.quote-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 50px;
  background: #eaf7f0;
  color: #006f3c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.quote-watermark {
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 4.8rem;
  line-height: 1;
  color: rgba(0, 139, 75, 0.06);
  pointer-events: none;
  user-select: none;
}
.quote-body {
  position: relative;
  z-index: 2;
  color: #23374d;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 26px;
  flex-grow: 1;
  font-style: normal;
}
.quote-body strong {
  color: #082b5a;
  font-weight: 800;
  background: rgba(0, 139, 75, 0.07);
  padding: 1px 5px;
  border-radius: 4px;
}
.quote-author {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(8, 43, 90, 0.08);
}
.author-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff !important;
  background: linear-gradient(135deg, #008b4b 0%, #082b5a 100%) !important;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px rgba(0, 139, 75, 0.28);
  border: 2px solid #ffffff;
}
.author-info strong {
  display: block;
  color: #082b5a !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}
.author-title {
  display: block;
  margin-top: 2px;
  color: #4a5d73;
  font-size: 0.78rem;
  font-weight: 700;
}
.author-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  color: #006f3c;
  font-size: 0.74rem;
  font-weight: 700;
}

/* Also support legacy quote class for fallback safety */
.quote {
  border-radius: 16px !important;
  border: 1px solid rgba(8, 43, 90, 0.12) !important;
  border-top: 4px solid #008b4b !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(8, 43, 90, 0.06) !important;
  padding: 30px 28px !important;
}
.quote-avatar {
  background: linear-gradient(135deg, #008b4b 0%, #082b5a 100%) !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 139, 75, 0.28) !important;
  font-weight: 900 !important;
}

@media (max-width: 960px) {
  .testimonials { grid-template-columns: 1fr; gap: 20px; }
}

/* Local Punjab Imagery Overrides */
.media {
  min-height: 400px;
  border: 1px solid var(--line);
  background-image: url("punjab-industrial.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(8, 43, 90, 0.08);
}
.media.meeting, .media.consult, .media.office {
  background-image: url("punjab-hr-consultation.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Enhanced 3-Column Site Footer with Animations & Item Dividers */
.site-footer {
  position: relative;
  z-index: 10;
  padding-top: 72px !important;
  padding-bottom: 24px !important;
  color: #c4d5e7 !important;
  background: #061f43 !important;
  font-size: 0.86rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-compact-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand-col .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  margin-bottom: 14px;
}
.footer-brand-col .footer-logo svg {
  width: 38px;
  height: 28px;
  color: #9cc73c;
  transition: transform 0.3s ease;
}
.footer-brand-col .footer-logo:hover svg {
  transform: scale(1.06) rotate(-2deg);
}
.footer-brand-col .footer-logo strong {
  display: block;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.1;
}
.footer-brand-col .footer-logo small {
  display: block;
  margin-top: 3px;
  color: #008b4b;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.footer-desc {
  margin: 0 0 16px;
  color: #9eb6ce !important;
  font-size: 0.83rem !important;
  line-height: 1.65;
  max-width: 480px;
}
.footer-address-badge {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(0, 139, 75, 0.12);
  border: 1px solid rgba(0, 139, 75, 0.25);
  color: #d6f2e4;
  font-size: 0.8rem;
  line-height: 1.45;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.footer-address-badge:hover {
  background: rgba(0, 139, 75, 0.18);
  border-color: rgba(0, 139, 75, 0.4);
}
.footer-address-badge i {
  color: #9cc73c;
  font-size: 0.9rem;
  margin-top: 2px;
  flex: 0 0 auto;
}
.footer-address-badge strong {
  color: #ffffff;
  font-weight: 800;
}
.footer-nav-col h4 {
  margin: 0 0 16px;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  position: relative;
  padding-bottom: 8px;
}
.footer-nav-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #008b4b;
  border-radius: 2px;
}
.footer-divided-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
}
.footer-divided-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.footer-divided-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-divided-menu a, .footer-divided-menu .footer-link-btn {
  display: flex;
  align-items: center;
  color: #b3c9df;
  font-size: 0.83rem;
  font-weight: 600;
  transition: color 0.25s ease, transform 0.25s ease;
  background: transparent;
  border: 0;
  padding: 2px 0;
  cursor: pointer;
  width: 100%;
}
.icon-arrow {
  color: #008b4b;
  font-size: 0.68rem;
  margin-right: 10px;
  transition: transform 0.25s ease, color 0.25s ease;
}
.footer-divided-menu a:hover, .footer-divided-menu .footer-link-btn:hover {
  color: #ffffff !important;
  transform: translateX(6px);
}
.footer-divided-menu a:hover .icon-arrow, .footer-divided-menu .footer-link-btn:hover .icon-arrow {
  color: #9cc73c;
  transform: translateX(3px);
}

@media (max-width: 960px) {
  .footer-compact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 580px) {
  .footer-compact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Re-added Contact Strip (3 Clean Items, Elevated Hover & Near Full Width) */
.footer-strip-3col {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.15fr;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  margin-top: 28px;
  margin-bottom: 24px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
.footer-contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.footer-contact-item svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #9cc73c;
  transition: transform 0.25s ease;
}
.footer-contact-item:hover svg {
  transform: scale(1.12);
}
.footer-contact-item span {
  display: flex;
  flex-direction: column;
}
.footer-contact-item small {
  color: #8da4be;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.footer-contact-item strong {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}
.footer-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 24px;
  background: linear-gradient(135deg, #008b4b 0%, #006033 100%);
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.footer-request:hover {
  background: linear-gradient(135deg, #009d55 0%, #00773f 100%);
  box-shadow: 0 6px 20px rgba(0, 139, 75, 0.4);
}
.footer-request svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: transform 0.25s ease;
}
.footer-request:hover svg {
  transform: translateX(5px);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8aa4c0;
  font-size: 0.78rem;
}
.footer-hours {
  color: #9cc73c;
  font-weight: 700;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-legal a {
  color: #8aa4c0;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-legal a:hover {
  color: #ffffff;
}

@media (max-width: 1080px) {
  .footer-strip-3col {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact-item, .footer-request {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 640px) {
  .footer-strip-3col {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Contact Us Page Header / Hero Background Image (Widescreen Desktop Full Right Aligned) */
.inner-hero.contact {
  position: relative;
  min-height: 480px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #f7fbfd !important;
  color: #112746 !important;
}
.inner-hero.contact::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 45% !important;
  background-image: url("contact-us-hero.jpeg") !important;
  background-position: right top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}
.inner-hero.contact::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, #f8fbfd 0%, #f8fbfd 44%, rgba(248, 251, 253, 0.88) 56%, rgba(248, 251, 253, 0) 74%) !important;
  pointer-events: none;
}

.inner-hero.contact .hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px !important;
  padding: 48px 0;
}
.inner-hero.contact .hero-content h1 {
  color: #082b5a !important;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin-bottom: 18px !important;
}
.inner-hero.contact .hero-content p {
  color: #2e435c !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}
.inner-hero.contact .hero-points span {
  color: #082b5a !important;
  font-weight: 800 !important;
}


/* Mobile & Small Devices: Original Layout Matching User Screenshot (Image at Top, Text Below) */
@media (max-width: 768px) {
  .inner-hero.contact {
    min-height: 580px !important;
    display: grid !important;
    align-items: flex-end !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #f7fbfd !important;
  }
  .inner-hero.contact::before {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    height: 320px !important;
    width: 100% !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
    background-image: url("contact-us-hero.jpeg") !important;
    background-position: center top !important;
    background-size: cover !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }
  .inner-hero.contact::after {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(0deg, #f8fbfd 0%, #f8fbfd 50%, rgba(248, 251, 253, 0.05) 75%) !important;
    pointer-events: none;
  }
  .inner-hero.contact .hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 100% !important;
    padding-top: 310px !important;
    padding-bottom: 44px !important;
  }
  .inner-hero.contact .actions .btn {
    width: 100% !important;
  }
}







/* 4-Column Management Team Grid & Qualification Badge */
.grid-4.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.team-qualifications {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  color: #008b4b;
  margin-top: 2px;
  margin-bottom: 8px;
}
@media (max-width: 1080px) {
  .grid-4.team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 580px) {
  .grid-4.team-grid {
    grid-template-columns: 1fr;
  }
}

/* Office Card Map Container Styling (Expanded Height & Fluid Wrapped Width) */
.office-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
}

.office-card .map-container {
  width: 100% !important;
  height: 440px !important;
  min-height: 380px !important;
  margin-top: 24px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #dce5eb !important;
  box-shadow: 0 8px 24px rgba(8, 43, 90, 0.09) !important;
}

.office-card .map-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}













