/* NDT Inspect rebuild — motion layer (2026-09-04).
   Reveal-on-scroll, card hover, designed-hero photo slideshow, spotlight slideshows (.ndti-hs), card sliders (.ndti-cs),
   logo marquee (.ndti-mq), explore band (.ndti-xp). motion.js adds html.ndti-motion (+ .ndti-reduce for prefers-reduced-motion);
   without it every rule below that hides or moves content is inert, so nothing depends on JavaScript to be visible. */

:root{--mo-ease:cubic-bezier(.2,.7,.2,1);--mo-shadow:0 18px 40px rgba(11,22,32,.14);--mo-green:#3d9142;--mo-mint:#7FD18F;--mo-ink:var(--ni,#0b1620);--mo-line:var(--nbo,#e3e9ee);--mo-soft:var(--ns,#f5f8f9);--mo-mute:#57697a;--mo-w:var(--wrapw,1200px);--mo-pad:var(--wrappad,20px)}

/* ============================================================ reveal on scroll */
html.ndti-motion:not(.ndti-reduce) .ndti-rv:not(.is-in){opacity:0;transform:translate3d(0,22px,0);transition:opacity .75s var(--mo-ease),transform .75s var(--mo-ease);transition-delay:var(--rv-d,0s)}
html.ndti-motion:not(.ndti-reduce) .ndti-rv--l:not(.is-in){transform:translate3d(-28px,0,0)}
html.ndti-motion:not(.ndti-reduce) .ndti-rv--r:not(.is-in){transform:translate3d(28px,0,0)}
html.ndti-motion:not(.ndti-reduce) .ndti-rv--z:not(.is-in){transform:scale(.94)}
html.ndti-motion:not(.ndti-reduce) .ndti-rv--fast:not(.is-in){transition-duration:.45s}
html.ndti-motion .ndti-rv.is-in{opacity:1;transform:none;transition:opacity .75s var(--mo-ease),transform .75s var(--mo-ease);transition-delay:var(--rv-d,0s)}
@media print{.ndti-rv{opacity:1!important;transform:none!important}}

/* ============================================================ card hover — the card families already on the site */
html.ndti-motion .job_listings li.job_listing,html.ndti-motion ul.resumes li.resume,html.ndti-motion .ndti-gd-grid li.geodir-post,html.ndti-motion .ndti-gcard .list-wrap,
html.ndti-motion .bb-forums-list li .bs-item-wrap,html.ndti-motion .ndti-card,html.ndti-motion .member-card,html.ndti-motion .ndti-media-card,html.ndti-motion .pmpro-level-card,
html.ndti-motion .ndti-mcard,html.ndti-motion .ndti-pcard,html.ndti-motion .ndti-reward,html.ndti-motion .ndti-ghub,html.ndti-motion .ndti-grid>*,html.ndti-motion .ndti-split>*,
html.ndti-motion .ndti-try__card,html.ndti-motion .ndti-service,html.ndti-motion .ndti-cg,html.ndti-motion .ndti-hublist>li,html.ndti-motion .ndti-standcard,html.ndti-motion .ndti-level,
html.ndti-motion .ndti-wchal,html.ndti-motion .ndti-chal{transition:transform .35s var(--mo-ease),box-shadow .35s var(--mo-ease),border-color .35s,background-color .35s,color .25s,opacity .3s}
html.ndti-motion .job_listings li.job_listing:hover,html.ndti-motion ul.resumes li.resume:hover,html.ndti-motion .ndti-gd-grid li.geodir-post:hover,html.ndti-motion .ndti-gcard .list-wrap:hover,
html.ndti-motion .bb-forums-list li .bs-item-wrap:hover,html.ndti-motion .ndti-card:hover,html.ndti-motion .member-card:hover,html.ndti-motion .ndti-media-card:hover,html.ndti-motion .pmpro-level-card:hover,
html.ndti-motion .ndti-mcard:hover,html.ndti-motion .ndti-pcard:hover,html.ndti-motion .ndti-reward:hover,html.ndti-motion .ndti-ghub:hover,html.ndti-motion .ndti-grid>*:hover,html.ndti-motion .ndti-split>*:hover,
html.ndti-motion .ndti-try__card:hover,html.ndti-motion .ndti-service:hover,html.ndti-motion .ndti-cg:hover,html.ndti-motion .ndti-hublist>li:hover,html.ndti-motion .ndti-standcard:hover,
html.ndti-motion .ndti-chal:hover{transform:translateY(-5px);box-shadow:var(--mo-shadow)}
/* pictures inside a card zoom gently (motion.js marks the wrapper) */
html.ndti-motion .ndti-zoomwrap{overflow:hidden}
html.ndti-motion .ndti-zoomwrap img.ndti-zoom{transition:transform .9s var(--mo-ease)}
html.ndti-motion :hover>.ndti-zoomwrap img.ndti-zoom,html.ndti-motion .ndti-zoomwrap:hover img.ndti-zoom,html.ndti-motion .list-wrap:hover .ndti-zoomwrap img.ndti-zoom,html.ndti-motion a:hover .ndti-zoomwrap img.ndti-zoom,html.ndti-motion li:hover>.ndti-zoomwrap img.ndti-zoom,html.ndti-motion li:hover>a>.ndti-zoomwrap img.ndti-zoom{transform:scale(1.06)}
/* buttons */
html.ndti-motion .ndti-btn{transition:transform .25s var(--mo-ease),box-shadow .25s var(--mo-ease),background-color .25s,border-color .25s,color .25s,opacity .25s}
html.ndti-motion a.ndti-btn:hover,html.ndti-motion button.ndti-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(11,22,32,.16)}
html.ndti-motion .ndti-btn--p{position:relative;overflow:hidden}
html.ndti-motion .ndti-btn--p::after{content:"";position:absolute;top:-10%;bottom:-10%;left:-70%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:skewX(-20deg);transition:left .7s var(--mo-ease);pointer-events:none}
html.ndti-motion .ndti-btn--p:hover::after{left:125%}
/* wizard steps slide in */
html.ndti-motion:not(.ndti-reduce) .ndti-wiz__step:not([hidden]){animation:ndtiStepIn .5s var(--mo-ease) both}
@keyframes ndtiStepIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
/* page banners get a slow sheen; dark designed sections get a drifting aurora */
html.ndti-motion:not(.ndti-reduce) .page-header-banner{background-size:200% 200%;animation:ndtiSheen 16s ease-in-out infinite alternate}
@keyframes ndtiSheen{from{background-position:0% 50%}to{background-position:100% 50%}}
html.ndti-motion:not(.ndti-reduce) .ndti-sec--dark{position:relative;overflow:hidden;isolation:isolate}
html.ndti-motion:not(.ndti-reduce) .ndti-sec--dark::before{content:"";position:absolute;inset:-30%;z-index:-1;background:radial-gradient(38% 45% at 22% 32%,rgba(68,160,71,.32),transparent 62%),radial-gradient(34% 42% at 78% 70%,rgba(127,209,143,.22),transparent 60%);animation:ndtiAurora 22s ease-in-out infinite alternate;pointer-events:none}
@keyframes ndtiAurora{from{transform:translate3d(-4%,-3%,0) rotate(0deg)}to{transform:translate3d(5%,4%,0) rotate(6deg)}}
.ndti-stat b{font-variant-numeric:tabular-nums}

/* ============================================================ designed hero: crossfading photo layers behind the owner-designed hero */
/* the hero copy rises in on load (backwards fill so later transitions still apply) */
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>*{animation:ndtiRise .8s var(--mo-ease) backwards}
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>:nth-child(1){animation-delay:.05s}
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>:nth-child(2){animation-delay:.15s}
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>:nth-child(3){animation-delay:.25s}
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>:nth-child(4){animation-delay:.35s}
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>:nth-child(5){animation-delay:.45s}
html.ndti-motion:not(.ndti-reduce) .ndti-hero__in>:nth-child(n+6){animation-delay:.55s}
/* headline slides (home): the copy fades up and out, the next one fades in */
.ndti-hero .ndti-kicker,.ndti-hero .ndti-h1,.ndti-hero .ndti-lede{transition:opacity .34s ease,transform .34s ease}
.ndti-hero.is-swapping .ndti-kicker,.ndti-hero.is-swapping .ndti-h1,.ndti-hero.is-swapping .ndti-lede{opacity:0;transform:translateY(-10px)}
.ndti-hero.is-entering .ndti-kicker,.ndti-hero.is-entering .ndti-h1,.ndti-hero.is-entering .ndti-lede{opacity:0;transform:translateY(14px);transition:none}
/* slide dots on designed heroes (built by motion.js, styled like the spotlight controls) */
.ndti-hero .ndti-hero__ctl{position:absolute;left:0;right:0;bottom:24px;z-index:3;display:flex;align-items:center;gap:14px;max-width:var(--mo-w);margin:0 auto;padding:0 var(--mo-pad);box-sizing:border-box;pointer-events:none}
.ndti-hero .ndti-hero__ctl>*{pointer-events:auto}
html.ndti-motion:not(.ndti-reduce) .ndti-hero.is-playing .ndti-hs__dot.is-active i{animation:ndtiBar var(--hs-int,6.5s) linear both}
.ndti-hero.is-paused .ndti-hs__dot.is-active i{animation-play-state:paused}
@media (max-width:640px){.ndti-hero .ndti-hero__ctl{bottom:18px;padding:0 20px}}
.ndti-hero.ndti-hs-scrim::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(11,22,32,.72) 0%,rgba(11,22,32,.5) 45%,rgba(11,22,32,.22) 100%)}
@media (max-width:640px){.ndti-hero.ndti-hs-scrim::before{background:linear-gradient(180deg,rgba(11,22,32,.6) 0%,rgba(11,22,32,.74) 100%)}}
.ndti-hero .ndti-hs-layer{opacity:0;pointer-events:none}
html.ndti-motion .ndti-hero.ndti-hs-on .ndti-hero__img{transition:opacity 1.5s ease}
html.ndti-motion .ndti-hero.ndti-hs-on .ndti-hero__img:not(.is-on){opacity:0}
html.ndti-motion:not(.ndti-reduce) .ndti-hero.ndti-hs-on .ndti-hero__img.is-on{opacity:1;animation:ndtiKen 10s ease-out both}
@keyframes ndtiKen{from{transform:scale(1)}to{transform:scale(1.07)}}

/* ============================================================ spotlight slideshow (.ndti-hs) */
.ndti-hs{position:relative;overflow:hidden;background:var(--mo-ink);color:#fff;isolation:isolate}
.ndti-hs__slides{position:relative;display:grid;min-height:500px;touch-action:pan-y}
.ndti-hs__slide{grid-area:1/1;position:relative;display:flex;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1s ease,visibility 0s linear 1s}
.ndti-hs__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1;transition:opacity 1s ease,visibility 0s}
.ndti-hs__slide .ndti-hs__in{transition:opacity .35s ease}
.ndti-hs__slide:not(.is-active) .ndti-hs__in{opacity:0}
.ndti-hs__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% 50%;margin:0;border-radius:0;max-width:none}
html.ndti-motion:not(.ndti-reduce) .ndti-hs__slide.is-active .ndti-hs__img{animation:ndtiKen 11s ease-out both}
.ndti-hs__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,22,32,.92) 0%,rgba(11,22,32,.76) 42%,rgba(11,22,32,.3) 100%)}
.ndti-hs__in{position:relative;z-index:2;width:100%;max-width:var(--mo-w);margin:0 auto;padding:78px var(--mo-pad) 104px;box-sizing:border-box}
.ndti-hs__kicker{margin:0 0 14px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--mo-mint)}
.ndti-hs__title{margin:0 0 16px;font-size:clamp(28px,4.2vw,50px);line-height:1.06;font-weight:800;letter-spacing:-.015em;color:#fff;max-width:19ch}
.ndti-hs__title em{font-style:normal;color:var(--mo-mint)}
.ndti-hs__text{margin:0 0 28px;font-size:clamp(15px,1.35vw,18px);line-height:1.6;color:#cfdde6;max-width:60ch}
.ndti-hs__cta{display:flex;flex-wrap:wrap;gap:12px}
.ndti-hs__cta .ndti-btn{padding:14px 24px;font-size:15px;line-height:1.2}
.ndti-hs .ndti-btn--p{background:var(--nb,#44A047);border-color:var(--nb,#44A047);color:#fff}
.ndti-hs .ndti-btn--lo{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.07)}
.ndti-hs .ndti-btn--lo:hover{background:rgba(255,255,255,.16);border-color:#fff;color:#fff}
html.ndti-motion:not(.ndti-reduce) .ndti-hs__slide.is-active .ndti-hs__kicker{animation:ndtiRise .8s var(--mo-ease) both .05s}
html.ndti-motion:not(.ndti-reduce) .ndti-hs__slide.is-active .ndti-hs__title{animation:ndtiRise .8s var(--mo-ease) both .15s}
html.ndti-motion:not(.ndti-reduce) .ndti-hs__slide.is-active .ndti-hs__text{animation:ndtiRise .8s var(--mo-ease) both .25s}
html.ndti-motion:not(.ndti-reduce) .ndti-hs__slide.is-active .ndti-hs__cta{animation:ndtiRise .8s var(--mo-ease) both .35s}
@keyframes ndtiRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
/* controls */
.ndti-hs__ctl{position:absolute;left:0;right:0;bottom:28px;z-index:3;display:flex;align-items:center;gap:14px;max-width:var(--mo-w);margin:0 auto;padding:0 var(--mo-pad);box-sizing:border-box}
.ndti-hs__arrow,.ndti-hs__pause{flex:none;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.45);background:rgba(11,22,32,.35);color:#fff;font-size:26px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-family:inherit;transition:background .25s,border-color .25s,transform .25s var(--mo-ease);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.ndti-hs__arrow:hover,.ndti-hs__pause:hover{background:rgba(255,255,255,.2);border-color:#fff;transform:scale(1.06)}
.ndti-hs__arrow:focus-visible,.ndti-hs__pause:focus-visible,.ndti-hs__dot:focus-visible{outline:2px solid var(--mo-mint);outline-offset:3px}
.ndti-hs__dots{display:flex;gap:8px;list-style:none;margin:0;padding:0}
.ndti-hs__dots li{margin:0;padding:0;display:flex}
.ndti-hs__dot{position:relative;width:40px;height:6px;border-radius:3px;border:0;padding:0;background:rgba(255,255,255,.3);cursor:pointer;overflow:hidden;transition:background .3s}
.ndti-hs__dot:hover{background:rgba(255,255,255,.5)}
.ndti-hs__dot i{position:absolute;inset:0;background:var(--mo-mint);transform:scaleX(0);transform-origin:left center}
.ndti-hs__dot.is-active i{transform:scaleX(1)}
html.ndti-motion:not(.ndti-reduce) .ndti-hs.is-playing .ndti-hs__dot.is-active i{animation:ndtiBar var(--hs-int,6.5s) linear both}
.ndti-hs.is-paused .ndti-hs__dot.is-active i,.ndti-hs.is-user-paused .ndti-hs__dot.is-active i{animation-play-state:paused}
@keyframes ndtiBar{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.ndti-hs__pause{margin-left:auto}
.ndti-hs__pi{display:block;width:10px;height:12px;border-left:3px solid #fff;border-right:3px solid #fff;box-sizing:border-box}
.ndti-hs.is-user-paused .ndti-hs__pi{width:0;height:0;border:0;border-left:11px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent;margin-left:3px}
html.ndti-reduce .ndti-hs__pause{display:none}
/* compact promo variant (bottom band) */
.ndti-hs--compact .ndti-hs__slides{min-height:360px}
.ndti-hs--compact .ndti-hs__in{padding:58px var(--mo-pad) 92px}
.ndti-hs--compact .ndti-hs__title{font-size:clamp(24px,3vw,38px);max-width:24ch}
.ndti-hs--compact .ndti-hs__text{font-size:15.5px;margin-bottom:22px;max-width:56ch}
.ndti-hs--compact .ndti-hs__cta .ndti-btn{padding:12px 20px;font-size:14.5px}
.ndti-hs--compact .ndti-hs__ctl{bottom:24px}
@media (max-width:1000px){.ndti-hs__slides{min-height:440px}.ndti-hs__in{padding:64px var(--mo-pad) 100px}.ndti-hs__title{font-size:clamp(28px,4.6vw,42px)}}
@media (max-width:640px){
  .ndti-hs__slides,.ndti-hs--compact .ndti-hs__slides{min-height:0}
  .ndti-hs__in,.ndti-hs--compact .ndti-hs__in{padding:46px 20px 92px}
  .ndti-hs__scrim{background:linear-gradient(180deg,rgba(11,22,32,.74) 0%,rgba(11,22,32,.86) 100%)}
  .ndti-hs__title{font-size:clamp(26px,7.4vw,32px);max-width:none}
  .ndti-hs--compact .ndti-hs__title{font-size:clamp(23px,6.6vw,28px)}
  .ndti-hs__text{font-size:15px;margin-bottom:22px}
  .ndti-hs__cta{gap:10px}
  .ndti-hs__cta .ndti-btn,.ndti-hs--compact .ndti-hs__cta .ndti-btn{padding:12px 16px;font-size:14px}
  .ndti-hs__arrow{display:none}
  .ndti-hs__ctl{bottom:24px;padding:0 20px;gap:10px}
  .ndti-hs__dot{width:26px;height:5px}
  .ndti-hs__pause{width:34px;height:34px}
}

/* ============================================================ card slider (.ndti-cs) */
.ndti-cs{padding:56px 0 34px}
.ndti-cs__in{max-width:var(--mo-w);margin:0 auto;padding:0 var(--mo-pad);box-sizing:border-box}
.ndti-cs__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 22px}
.ndti-cs__kicker{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mo-green)}
.ndti-cs__title{margin:0;font-size:clamp(22px,2.6vw,30px);line-height:1.15;font-weight:800;letter-spacing:-.01em;color:var(--mo-ink)}
.ndti-cs__all{flex:none;font-weight:700;font-size:14.5px;color:var(--mo-green);text-decoration:none;white-space:nowrap;padding:8px 0}
.ndti-cs__all::after{content:"\2192";display:inline-block;margin-left:6px;transition:transform .3s var(--mo-ease)}
.ndti-cs__all:hover{color:#2f7a34}
.ndti-cs__all:hover::after{transform:translateX(4px)}
.ndti-cs__stage{position:relative}
.ndti-cs__track{display:flex;gap:18px;list-style:none;margin:0 calc(var(--mo-pad) * -1);padding:8px var(--mo-pad) 20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:auto;scroll-padding-left:var(--mo-pad);scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;outline:none;overscroll-behavior-x:contain}
.ndti-cs__track::-webkit-scrollbar{display:none}
.ndti-cs__track:focus-visible{box-shadow:inset 0 0 0 2px var(--mo-green);border-radius:10px}
.ndti-cs__track.is-drag{cursor:grabbing;scroll-snap-type:none;user-select:none}
.ndti-cs__track.is-drag .ndti-cs__card{pointer-events:none}
.ndti-cs__item{flex:0 0 300px;min-width:0;scroll-snap-align:start;display:flex;margin:0;padding:0}
.ndti-cs__card{display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid var(--mo-line);border-radius:16px;overflow:hidden;color:var(--mo-ink);text-decoration:none;transition:transform .35s var(--mo-ease),box-shadow .35s var(--mo-ease),border-color .35s}
.ndti-cs__card:hover,.ndti-cs__card:focus-visible{transform:translateY(-6px);box-shadow:var(--mo-shadow);border-color:transparent;color:var(--mo-ink);text-decoration:none}
.ndti-cs__media{position:relative;display:block;aspect-ratio:16/10;background:#eef2f5;overflow:hidden}
.ndti-cs__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .9s var(--mo-ease)}
.ndti-cs__media--contain{background:#fff}
.ndti-cs__media--contain img{object-fit:contain;padding:22px;box-sizing:border-box}
.ndti-cs__card:hover .ndti-cs__media img{transform:scale(1.06)}
.ndti-cs__media.is-noimg img{display:none}
.ndti-cs__media.is-noimg.ndti-cs__tone-0{background:linear-gradient(135deg,#0b1620 0%,#1d4a2c 100%)}
.ndti-cs__media.is-noimg.ndti-cs__tone-1{background:linear-gradient(135deg,#16242f 0%,#2b5876 100%)}
.ndti-cs__media.is-noimg.ndti-cs__tone-2{background:linear-gradient(135deg,#1f3b2a 0%,#44a047 100%)}
.ndti-cs__media.is-noimg.ndti-cs__tone-3{background:linear-gradient(135deg,#243447 0%,#0b1620 100%)}
.ndti-cs__media.is-noimg.ndti-cs__tone-4{background:linear-gradient(135deg,#2f4f3a 0%,#7fd18f 100%)}
.ndti-cs__letter{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:800;color:rgba(255,255,255,.92);letter-spacing:-.02em;transition:transform .9s var(--mo-ease)}
.ndti-cs__card:hover .ndti-cs__letter{transform:scale(1.1)}
.ndti-cs__badge{position:absolute;top:12px;left:12px;z-index:1;background:var(--mo-green);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 9px;border-radius:999px;line-height:1.2}
.ndti-cs__badge--inline{position:static;margin-left:auto}
.ndti-cs__body{position:relative;display:flex;flex-direction:column;gap:6px;padding:16px 18px 18px;flex:1;min-width:0}
.ndti-cs__top{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.ndti-cs__ava{width:52px;height:52px;border-radius:12px;object-fit:cover;background:#fff;border:1px solid var(--mo-line);flex:none;display:block}
.ndti-cs__ava.is-round{border-radius:50%}
.ndti-cs__ava.is-contain{object-fit:contain;padding:6px;box-sizing:border-box}
.ndti-cs__ava.is-icon{border:0;background:transparent;width:54px;height:54px;object-fit:contain;padding:0}
.ndti-cs__ava--float{margin:-44px 0 6px;width:56px;height:56px;border:2px solid #fff;box-shadow:0 6px 16px rgba(11,22,32,.18);z-index:2;position:relative}
.ndti-cs__k{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--mo-green);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ndti-cs__t{font-size:16.5px;font-weight:800;line-height:1.3;color:var(--mo-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ndti-cs__m{font-size:13px;color:var(--mo-mute);line-height:1.4}
.ndti-cs__x{font-size:13.5px;color:#5a6a7b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ndti-cs__go{margin-top:auto;padding-top:12px;font-size:13.5px;font-weight:700;color:var(--mo-green)}
.ndti-cs__go::after{content:"\2192";display:inline-block;margin-left:6px;transition:transform .3s var(--mo-ease)}
.ndti-cs__card:hover .ndti-cs__go::after{transform:translateX(5px)}
.ndti-cs__nav{position:absolute;top:50%;z-index:3;width:44px;height:44px;margin-top:-30px;border-radius:50%;border:1px solid var(--mo-line);background:#fff;color:var(--mo-ink);font-size:26px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-family:inherit;box-shadow:0 6px 18px rgba(11,22,32,.12);transition:transform .25s var(--mo-ease),box-shadow .25s,opacity .25s,background .25s,color .25s}
.ndti-cs__nav--prev{left:-22px}
.ndti-cs__nav--next{right:-22px}
.ndti-cs__nav:hover{transform:scale(1.06);background:var(--mo-green);color:#fff;border-color:var(--mo-green)}
.ndti-cs__nav:focus-visible{outline:2px solid var(--mo-green);outline-offset:3px}
.ndti-cs__nav[disabled]{opacity:0;pointer-events:none}
.ndti-cs:not(.is-scrollable) .ndti-cs__nav{display:none}
.ndti-cs__dots{display:flex;justify-content:center;gap:6px;min-height:8px;margin-top:2px}
.ndti-cs__dots[hidden]{display:none}
.ndti-cs__dot{width:8px;height:8px;border-radius:4px;border:0;padding:0;background:#cbd6de;cursor:pointer;transition:width .3s var(--mo-ease),background .3s}
.ndti-cs__dot:hover{background:#9fb0bd}
.ndti-cs__dot.is-active{width:26px;background:var(--mo-green)}
.ndti-cs--dark{background:var(--mo-ink)}
.ndti-cs--dark .ndti-cs__title{color:#fff}
.ndti-cs--dark .ndti-cs__kicker,.ndti-cs--dark .ndti-cs__all{color:var(--mo-mint)}
.ndti-cs--dark .ndti-cs__dot{background:rgba(255,255,255,.25)}
.ndti-cs--dark .ndti-cs__dot.is-active{background:var(--mo-mint)}
@media (max-width:1300px){.ndti-cs__nav--prev{left:-10px}.ndti-cs__nav--next{right:-10px}}
@media (max-width:1000px){.ndti-cs__nav{display:none}.ndti-cs{padding:48px 0 28px}.ndti-cs__item{flex-basis:280px}}
@media (max-width:640px){.ndti-cs{padding:42px 0 24px}.ndti-cs__head{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:16px}.ndti-cs__all{padding:2px 0}.ndti-cs__item{flex-basis:min(78vw,300px)}.ndti-cs__track{gap:14px;padding-bottom:16px}.ndti-cs__body{padding:14px 16px 16px}}

/* slider embedded inside a designed section (home: latest vacancies) */
/* (the home [jobs] shortcode sits after the section, so the slider keeps the page's own max-width and side padding) */
.ndti-cs--embedded{padding:0 0 8px;width:100%}
.ndti-jobshead+p:empty,.ndti-cs--embedded+p:empty{display:none}
/* home vacancy cards take the size of the NDT Virtual Exhibition Stand cards (2026-09-15): 252 px wide with a 16 px gap, 76% of the row
   at 700 px and below, and as tall as a stand card = its 16:10 cover + 88.5 px of name and link; the description line makes room */
.ndti-cs--embedded .ndti-cs__track{gap:16px}
.ndti-cs--embedded .ndti-cs__item{flex-basis:252px;container-type:inline-size}
.ndti-cs--embedded .ndti-cs__card{min-height:246px;min-height:calc(62.5cqw + 88.5px)}
.ndti-cs--embedded .ndti-cs__body{gap:4px;padding:14px 16px}
.ndti-cs--embedded .ndti-cs__top{margin-bottom:4px}
.ndti-cs--embedded .ndti-cs__ava{width:44px;height:44px;border-radius:10px}
.ndti-cs--embedded .ndti-cs__t{font-size:15.5px}
.ndti-cs--embedded .ndti-cs__m{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ndti-cs--embedded .ndti-cs__x{display:none}
.ndti-cs--embedded .ndti-cs__go{padding-top:8px}
@media (max-width:700px){.ndti-cs--embedded .ndti-cs__item{flex-basis:calc((100% - 8px) * .76)}}

/* ============================================================ explore band + logo marquee */
.ndti-xp{background:var(--mo-soft);border-top:1px solid var(--mo-line);margin-top:48px;position:relative;clear:both}
.ndti-xp .ndti-cs+.ndti-cs{padding-top:14px}
.ndti-xp .ndti-hs--band{margin-top:20px}
.ndti-live .ndti-xp,body.home .ndti-xp,.ndti-xp:first-child{margin-top:0}
.ndti-mq{background:#fff;border-top:1px solid var(--mo-line);padding:28px 0 32px}
.ndti-xp .ndti-hs--band+.ndti-mq{border-top:0}
.ndti-mq__lb{margin:0 0 20px;text-align:center;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mo-mute)}
.ndti-mq__viewport{display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}
.ndti-mq__track{display:flex;align-items:center;gap:64px;padding-right:64px;flex:none;animation:ndtiMarquee 48s linear infinite}
html.ndti-reduce .ndti-mq__track{animation:none}
.ndti-mq:hover .ndti-mq__track{animation-play-state:paused}
.ndti-mq__item{flex:none;display:inline-flex;align-items:center}
.ndti-mq__logo{display:block;height:46px;width:auto;max-width:160px;object-fit:contain;filter:grayscale(1);opacity:.65;transition:filter .3s,opacity .3s,transform .3s var(--mo-ease)}
.ndti-mq__item:hover .ndti-mq__logo{filter:none;opacity:1;transform:scale(1.06)}
@keyframes ndtiMarquee{to{transform:translateX(-100%)}}
@media (max-width:640px){.ndti-mq{padding:22px 0 24px}.ndti-mq__track{gap:40px;padding-right:40px;animation-duration:32s}.ndti-mq__logo{height:36px;max-width:120px}}
