/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: Child theme for the Woodmart WordPress Theme
Template: woodmart
Version: 1.0.1
Text Domain: woodmart-child
*/

/* Remove sub-pixel white gutters on full-bleed homepage rows */
html {
  overflow-x: hidden;
}

@media (min-width: 1025px) {
  .home .vc_row[class*="wd-section-stretch"],
  .home .vc_row[data-vc-full-width="true"] {
    width: calc(100vw - var(--wd-scroll-w, 0px) + 2px) !important;
    max-width: calc(100vw - var(--wd-scroll-w, 0px) + 2px) !important;
    margin-left: calc(50% - (100vw - var(--wd-scroll-w, 0px) + 2px) / 2) !important;
    margin-right: calc(50% - (100vw - var(--wd-scroll-w, 0px) + 2px) / 2) !important;
    left: auto !important;
    right: auto !important;
  }
}

/* Footer fallback mount â€” hidden until JS moves it into #nt-hero */
body:not(.home) .nt-hero-intro-mount,
.home .wd-page-wrapper > .nt-hero-intro-mount {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/* ============================================================
   NexTalent â€” Hero search toolbar + quick filters
   ============================================================ */

#nt-hero .jobs-toolbar {
  display: grid !important;
  grid-template-columns: 2fr 1.2fr 1.2fr auto !important;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(10, 31, 76, 0.12);
  border-radius: 2px;
  margin: 8px 0 24px !important;
  align-items: stretch;
  box-shadow: 0 20px 44px -22px rgba(10, 31, 76, 0.12);
  max-width: 100%;
}

#nt-hero .jobs-toolbar .search-field {
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  min-height: 74px;
  height: auto;
  border-right: 1px solid rgba(10, 31, 76, 0.12);
  position: relative;
  box-sizing: border-box;
}

#nt-hero .jobs-toolbar > .search-field:last-of-type {
  border-right: none;
}

#nt-hero .jobs-toolbar .search-field > svg:not(.chev) {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  color: #0a1f4c !important;
  opacity: 0.5;
  flex-shrink: 0 !important;
  display: block !important;
}

#nt-hero .jobs-toolbar .field-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

#nt-hero .jobs-toolbar .search-field label {
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: 10px !important;
  color: #5b6473 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

#nt-hero .jobs-toolbar .search-field input,
#nt-hero .jobs-toolbar .search-field select {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  font-family: "Geist", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #0a0f1f !important;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

#nt-hero .jobs-toolbar .search-field input::placeholder {
  color: #5b6473;
  opacity: 0.7;
  font-weight: 400;
}

#nt-hero .jobs-toolbar .search-field select {
  cursor: pointer;
  padding-right: 28px !important;
}

#nt-hero .jobs-toolbar .search-field .chev {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px !important;
  height: 8px !important;
  min-width: 12px !important;
  max-width: 12px !important;
  opacity: 0.5;
  pointer-events: none;
}

#nt-hero .jobs-toolbar .search-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0a1f4c !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
  padding: 0 28px !important;
  margin: 8px !important;
  font-family: "Geist", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  border-radius: 2px !important;
  white-space: nowrap;
  box-shadow: none !important;
  min-height: 58px;
  transition: background 0.25s ease;
}

#nt-hero .jobs-toolbar .search-submit:hover {
  background: #061436 !important;
}

#nt-hero .jobs-toolbar .search-submit .arr {
  width: 14px;
  height: 9px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 16 10'%3E%3Cpath d='M0 5h10' stroke='%23ffffff' stroke-width='1' fill='none'/%3E%3Cpath d='M9 2l4 3-4 3' stroke='%23ffffff' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Quick filter chips */
#nt-hero .filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px !important;
}

#nt-hero .filter-chips .chips-label {
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
  color: #5b6473 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-right: 6px;
}

#nt-hero .filter-chips .chip {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid rgba(10, 31, 76, 0.12);
  padding: 9px 16px;
  border-radius: 999px;
  font-family: "Geist", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #0a1f4c !important;
  text-decoration: none !important;
  text-transform: none !important;
  line-height: 1.2;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

#nt-hero .filter-chips .chip:hover {
  border-color: #0a1f4c;
}

#nt-hero .filter-chips .chip.on {
  background: #0a1f4c !important;
  color: #fff !important;
  border-color: #0a1f4c !important;
}

#nt-hero .filter-chips .chip .ccount {
  opacity: 0.55;
  font-size: 11.5px;
  font-family: "Geist Mono", ui-monospace, monospace;
}

#nt-hero .filter-chips .chip.on .ccount {
  color: #a8b6d9;
  opacity: 1;
}

/* WPBakery text blocks: hide leftover "Quick filters :" wrapper text */
#nt-hero .wpb_text_column:has(.jobs-toolbar),
#nt-hero .wpb_text_column:has(.filter-chips) {
  margin-bottom: 0 !important;
}

#nt-hero .wpb_text_column:has(.jobs-toolbar) .wpb_wrapper,
#nt-hero .wpb_text_column:has(.filter-chips) .wpb_wrapper {
  font-size: 0;
  line-height: 0;
}

#nt-hero .wpb_text_column:has(.jobs-toolbar) .jobs-toolbar,
#nt-hero .wpb_text_column:has(.filter-chips) .filter-chips {
  font-size: 13px;
  line-height: 1.2;
}

#nt-hero .wpb_text_column:has(.jobs-toolbar) p,
#nt-hero .wpb_text_column:has(.filter-chips) p {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  #nt-hero .jobs-toolbar {
    grid-template-columns: 1fr !important;
  }

  #nt-hero .jobs-toolbar .search-field {
    border-right: none;
    border-bottom: 1px solid rgba(10, 31, 76, 0.12);
    min-height: 64px;
  }

  #nt-hero .jobs-toolbar > .search-field:last-of-type {
    border-bottom: none;
  }

  #nt-hero .jobs-toolbar .search-submit {
    margin: 0 8px 8px !important;
    padding: 14px !important;
    width: calc(100% - 16px);
  }
}

/* ============================================================
   NexTalent â€” Hero intro animation + right rail imprint
   ============================================================ */

#nt-hero,
body.home #nt-hero {
  position: relative !important;
  overflow: hidden !important;
  margin-top: -40px !important;
  padding-top: 12px !important;
  padding-bottom: 80px !important;
}

#nt-hero > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#nt-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-top: 0 !important;
}

#nt-hero .vc_inner.vc_row-fluid {
  margin-top: 0 !important;
}

@media (min-width: 981px) {
  #nt-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-right: 110px;
  }
}

#nt-hero .nt-hero-intro-mount {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

#nt-hero .hero-imprint {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 56px 0;
  pointer-events: auto;
  z-index: 4;
  border-left: 1px solid rgba(15, 32, 77, 0.08);
  cursor: pointer;
}

#nt-hero .hero-imprint .himp-mark {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.78;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#nt-hero .hero-imprint .himp-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#nt-hero .hero-imprint .himp-rule {
  width: 1px;
  flex: 1;
  background: rgba(15, 32, 77, 0.16);
  margin: 18px 0;
  min-height: 60px;
}

#nt-hero .hero-imprint .himp-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0a1f4c;
  opacity: 0.6;
  white-space: nowrap;
}

#nt-hero .hero-imprint:hover .himp-mark,
#nt-hero .hero-imprint:focus-visible .himp-mark {
  transform: scale(1.45);
  opacity: 1;
}

#nt-hero .hero-imprint:active .himp-mark {
  transform: scale(1.2);
}

#nt-hero .hero-imprint:focus-visible {
  outline: none;
}

#nt-hero .hero-imprint.pre-anim > * {
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#nt-hero .hero-imprint.rail-in > * {
  opacity: 1;
}

#nt-hero .hero-imprint.rail-in .himp-mark {
  transition-delay: 0s;
  transition-duration: 0.32s;
}

#nt-hero .hero-imprint.rail-in .himp-rule:first-of-type {
  transition-delay: 0.18s;
  transition-duration: 0.4s;
}

#nt-hero .hero-imprint.rail-in .himp-vertical {
  transition-delay: 0.3s;
  transition-duration: 0.4s;
}

#nt-hero .hero-imprint.rail-in .himp-rule:last-of-type {
  transition-delay: 0.42s;
  transition-duration: 0.4s;
}

#nt-hero .hero-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

#nt-hero .hero-anim.done {
  opacity: 0;
  transition: opacity 0.35s ease 0.2s;
}

#nt-hero .hero-anim.skip {
  display: none;
}

#nt-hero > .wpb_column {
  position: relative;
  z-index: 2;
}

#nt-hero .ha-zone {
  position: absolute;
  top: 70px;
  right: 140px;
  width: 460px;
  height: 380px;
}

#nt-hero .ha-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  object-fit: contain;
  transition: opacity 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#nt-hero .ha-poster.in {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#nt-hero .ha-poster.out {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

#nt-hero .ha-row {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#nt-hero .ha-row.in {
  opacity: 1;
}

#nt-hero .ha-fig {
  width: 50px;
  height: 100px;
  transform: scale(1);
  transform-origin: center bottom;
  will-change: transform, opacity, color;
  --shade: 0;
  color: #e6e9f2;
  color: color-mix(in oklch, #e6e9f2 calc((1 - var(--shade)) * 100%), #0a1f4c calc(var(--shade) * 100%));
  transition:
    color 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 0 auto;
}

#nt-hero .ha-fig svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 50px !important;
  max-height: 100px !important;
}

#nt-hero .ha-fig svg .body,
#nt-hero .ha-fig svg .head {
  fill: currentColor;
  stroke: none;
}

#nt-hero .ha-fig.active {
  --shade: 1;
  transform: scale(1.22) translateY(-2px);
  filter: drop-shadow(0 8px 18px rgba(10, 31, 76, 0.22));
  transition:
    color 0.22s cubic-bezier(0.2, 0, 0.2, 1),
    transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#nt-hero .ha-fig.dim {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#nt-hero .ha-fig.chosen {
  --shade: 1;
  opacity: 1;
  transform: translate3d(var(--cx, 0px), var(--cy, -8px), 0) scale(var(--cs, 3.2));
  transform-origin: center center;
  filter: drop-shadow(0 6px 16px rgba(10, 31, 76, 0.18));
  transition:
    transform 1.2s cubic-bezier(0.5, 0, 0.15, 1),
    filter 1.2s cubic-bezier(0.5, 0, 0.15, 1),
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#nt-hero .ha-fig.vanish {
  opacity: 0;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#nt-hero .wpb_text_column:has(.nt-hero-intro-mount) {
  margin: 0 !important;
  padding: 0 !important;
  position: static;
}

#nt-hero .wpb_text_column:has(.nt-hero-intro-mount) p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
}

@media (max-width: 1240px) {
  #nt-hero .ha-zone {
    right: 110px;
    width: 360px;
    height: 340px;
  }
}

@media (max-width: 980px) {
  #nt-hero .hero-imprint {
    display: none;
  }

  #nt-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-right: 0;
  }
}

@media (max-width: 960px) {
  #nt-hero .hero-anim {
    display: none;
  }
}

/* ============================================================
   NexTalent â€” Film / services section (#section-two)
   Background + element look â€” layout â†’ WPBakery
   ============================================================ */

@keyframes nt-kenburns {
  0%   { transform: scale(1.05) translate(0, 0); }
  100% { transform: scale(1.18) translate(-2%, -1.5%); }
}

#section-two {
  position: relative !important;
  overflow: hidden;
  background-color: #02091f !important;
  border: none !important;
}

#section-two.vc_row-flex::before,
#section-two.vc_row-flex::after {
  display: block !important;
}

#section-two.vc_row-has-fill,
#section-two[class*="vc_custom_"] {
  background-color: transparent !important;
  background-image: none !important;
}

#section-two::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://nextalent.ma/wp-content/uploads/2026/06/nextalent-bg-section.webp");
  background-size: cover;
  background-position: center;
  animation: nt-kenburns 22s ease-in-out infinite alternate;
  pointer-events: none;
}

#section-two::after {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 20, 54, 0.55) 0%, rgba(6, 20, 54, 0.35) 40%, rgba(6, 20, 54, 0.85) 100%),
    linear-gradient(90deg, rgba(10, 31, 76, 0.6) 0%, rgba(10, 31, 76, 0) 60%);
  pointer-events: none;
}

#section-two > .wpb_column {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

#section-two > .wpb_column > .vc_column-inner {
  background: transparent !important;
}

/* Shared section label (.lab) â€” Woodmart title subtitle */
.title-subtitle {
  margin: 0 0 16px 0 !important;
}

#section-two .title-subtitle,
#nt-categories .title-subtitle,
#nt-offres .title-subtitle,
#nt-approach .title-subtitle,
#nt-services .title-subtitle,
#nt-testimonials .title-subtitle,
#nt-blog .title-subtitle,
#nt-clients .title-subtitle,
#counter-section .title-subtitle {
  display: block !important;
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  background: none !important;
  line-height: 1.4 !important;
}

#section-two .title-subtitle,
#nt-categories .title-subtitle {
  color: #a8b6d9 !important;
}

#nt-offres .title-subtitle,
#nt-approach .title-subtitle,
#nt-services .title-subtitle,
#nt-testimonials .title-subtitle,
#nt-blog .title-subtitle,
#nt-clients .title-subtitle,
#counter-section .title-subtitle {
  color: #5b6473 !important;
}

#section-two .title-subtitle::before,
#nt-categories .title-subtitle::before,
#nt-offres .title-subtitle::before,
#nt-approach .title-subtitle::before,
#nt-services .title-subtitle::before,
#nt-testimonials .title-subtitle::before,
#nt-blog .title-subtitle::before,
#nt-clients .title-subtitle::before,
#counter-section .title-subtitle::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
  transform: translateY(-1px);
}

#section-two .title-subtitle::before,
#nt-categories .title-subtitle::before {
  background: #a8b6d9;
}

#nt-offres .title-subtitle::before,
#nt-approach .title-subtitle::before,
#nt-services .title-subtitle::before,
#nt-testimonials .title-subtitle::before,
#nt-blog .title-subtitle::before,
#nt-clients .title-subtitle::before,
#counter-section .title-subtitle::before {
  background: #a8b6d9;
}

#section-two .title-wrapper .liner-continer::after,
#section-two .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#section-two .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(40px, 5.4vw, 78px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  text-transform: none !important;
}

#section-two .woodmart-title-container em {
  font-style: italic;
  color: #a8b6d9;
}

#section-two .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16.5px !important;
  line-height: 1.7 !important;
  color: #d6def0 !important;
}

#section-two .vc_custom_1781105266041 p {
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: 10.5px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #a8b6d9 !important;
}

/* CTA â€” .btn-client-film in template */
#section-two .wd-button-wrapper {
  text-align: left !important;
}

#section-two .wd-button-wrapper .btn {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  padding: 14px 14px 14px 22px !important;
  background: #f5f2ea !important;
  color: #0a1f4c !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: "Geist", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  box-shadow: 0 14px 30px -16px rgba(0, 0, 0, 0.5) !important;
  transition: background 0.25s ease, transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), gap 0.3s ease;
}

#section-two .wd-button-wrapper .btn:hover {
  background: #fff !important;
  gap: 18px;
  transform: translateY(-2px);
  color: #0a1f4c !important;
}

#section-two .wd-button-wrapper .btn::before,
#section-two .wd-button-wrapper .btn .wd-btn-icon {
  display: none !important;
}

#section-two .wd-button-wrapper .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: auto;
  background: #0a1f4c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform 0.35s ease;
}

#section-two .wd-button-wrapper .btn:hover::after {
  transform: rotate(-45deg);
}

/* Info boxes â€” .pill in template */
#section-two .wd-info-box {
  --ib-icon-sp: 0;
  display: block !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 2px !important;
  padding: 22px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  gap: 0 !important;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

#section-two .wd-info-box:hover {
  background: rgba(168, 182, 217, 0.18) !important;
  border-color: rgba(168, 182, 217, 0.35) !important;
  transform: translateY(-2px);
}

#section-two .wd-info-box .info-box-content {
  flex: none;
  border-radius: 0;
}

#section-two .wd-info-box :is(.info-box-title, .info-box-inner) {
  margin-top: 0 !important;
}

#section-two .info-box-title {
  font-family: "Geist", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  margin: 0 0 4px !important;
  text-transform: none !important;
}

#section-two .info-box-inner {
  margin: 0 !important;
}

#section-two .info-box-inner p {
  font-family: "Geist", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  color: #bcc7e2 !important;
  margin: 0 !important;
}

/* 2Ã—2 pill grid (.film-pills) */
#section-two .vc_row-inner .vc_col-sm-6:last-child .wpb_wrapper,
#section-two .wpb_wrapper:has(> .info-box-wrapper) {
  display: grid !important;
  gap: 14px !important;
  row-gap: 14px !important;
  column-gap: 14px !important;
  align-items: stretch;
}

#section-two .info-box-wrapper {
  display: contents;
}

#section-two .info-box-wrapper .wd-info-box,
#section-two .info-box-wrapper .wd-info-box.wd-wpb {
  margin: 0 !important;
  height: 100%;
}

@media (min-width: 981px) {
  #section-two .vc_row-inner .vc_col-sm-6:last-child .wpb_wrapper,
  #section-two .wpb_wrapper:has(> .info-box-wrapper) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }
}

@media (max-width: 980px) {
  #section-two .vc_row-inner .vc_col-sm-6:last-child .wpb_wrapper,
  #section-two .wpb_wrapper:has(> .info-box-wrapper) {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   NexTalent â€” Clients section (elements only)
   Rows / columns / spacing â†’ WPBakery
   ============================================================ */

#nt-clients .title-wrapper .liner-continer::after,
#nt-clients .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-clients .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
}

#nt-clients .woodmart-title-container em {
  font-style: italic;
}

#nt-clients .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #3a4258 !important;
}

/* Marquee logos â€” cosmetic only; gap, speed & scroll â†’ WPBakery element */
#nt-clients-logos {
  --nt-logo-mask: #0a1f4c;
}

#nt-clients-logos .wd-marquee-wrapp {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

#nt-clients-logos .wd-marquee-item {
  opacity: 1;
  transition: opacity 0.25s ease;
}

#nt-clients-logos .wd-marquee-item:hover {
  opacity: 1;
}

#nt-clients-logos .wd-marquee-item img {
  display: block;
  width: auto;
  max-height: 40px;
  max-width: 130px;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: 0.62;
  transition: opacity 0.25s ease, filter 0.25s ease;
  /* PNG / transparent logos â†’ unified navy mask */
  filter: brightness(0) saturate(100%) invert(11%) sepia(35%) saturate(3450%) hue-rotate(203deg) brightness(95%) contrast(96%);
}

/* JPG logos with white box (e.g. OCP) â€” multiply hides white, then desaturate */
#nt-clients-logos .wd-marquee-item img[src*=".jpg"],
#nt-clients-logos .wd-marquee-item img[src*=".jpeg"] {
  filter: grayscale(1) contrast(1.08);
  opacity: 0.72;
}

#nt-clients-logos .wd-marquee-item:hover img {
  opacity: 0.88;
}

#nt-clients-logos .wd-marquee-item:hover img[src*=".jpg"],
#nt-clients-logos .wd-marquee-item:hover img[src*=".jpeg"] {
  opacity: 0.92;
}

/* ============================================================
   NexTalent â€” Counters section (elements only)
   Rows / columns / spacing â†’ WPBakery
   ============================================================ */

#counter-section .title-wrapper .liner-continer::after,
#counter-section .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#counter-section .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.2vw, 60px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
}

#counter-section .woodmart-title-container em {
  font-style: italic;
}

#counter-section .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #3a4258 !important;
}

/* Counter grid â€” add class `nt-num-cells` on the counters column in WPBakery */
@media (min-width: 981px) {
  #counter-section .nt-num-cells > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    background: rgba(10, 31, 76, 0.12);
    border: 1px solid rgba(10, 31, 76, 0.12);
  }

  #counter-section .nt-num-cells #wd-6a29cad93fec4 {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  #counter-section .nt-num-cells #wd-6a29cbee3d255 {
    grid-column: 2;
    grid-row: 1;
  }

  #counter-section .nt-num-cells #wd-6a29cbcf78139 {
    grid-column: 3;
    grid-row: 1;
  }

  #counter-section .nt-num-cells #wd-6a29cbf8e8097 {
    grid-column: 2;
    grid-row: 2;
  }

  #counter-section .nt-num-cells #wd-6a29cc182c6da {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (max-width: 980px) {
  #counter-section .nt-num-cells > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(10, 31, 76, 0.12);
    border: 1px solid rgba(10, 31, 76, 0.12);
  }

  #counter-section .nt-num-cells #wd-6a29cad93fec4 {
    grid-column: 1 / -1;
  }
}

#counter-section .woodmart-counter {
  text-align: left !important;
  background: #fff;
  padding: 28px 30px 24px;
  box-sizing: border-box;
  transition: background 0.35s ease;
  overflow: hidden;
  height: 100%;
}

#counter-section .woodmart-counter:hover {
  background: #f5f2ea;
}

#counter-section .counter-value {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  color: #0a1f4c !important;
  font-size: clamp(56px, 6vw, 96px) !important;
  font-variant-numeric: tabular-nums;
  margin: 14px 0 !important;
}

#counter-section .counter-label {
  font-family: "Geist", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #3a4258 !important;
  margin-top: 0 !important;
  max-width: 200px;
}

#counter-section #wd-6a29cad93fec4 {
  background: #0a1f4c !important;
  padding: 36px 36px 32px !important;
}

#counter-section #wd-6a29cad93fec4:hover {
  background: #061436 !important;
}

#counter-section #wd-6a29cad93fec4 .counter-value {
  color: #fff !important;
  font-size: clamp(80px, 9vw, 140px) !important;
}

#counter-section #wd-6a29cad93fec4 .counter-value::before {
  content: "+";
}

#counter-section #wd-6a29cad93fec4 .counter-label {
  color: #d6def0 !important;
  font-size: 14.5px !important;
  max-width: 220px;
}

#counter-section #wd-6a29cad93fec4 .counter-label::after {
  content: "";
  display: block;
  margin-top: 24px;
  height: 2px;
  background: linear-gradient(to right, #a8b6d9 88%, rgba(168, 182, 217, 0.25) 88%);
}

#counter-section #wd-6a29cad93fec4::after {
  content: "+12 % vs. trimestre pr\00E9c\00E9dent";
  display: block;
  margin-top: 10px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #a8b6d9;
}

#counter-section #wd-6a29cbee3d255 .counter-value::before {
  content: "+";
}

#counter-section #wd-6a29cbcf78139 .counter-value::after {
  content: "jours";
  margin-left: 0.14em;
  font-size: 0.32em;
  vertical-align: baseline;
}

#counter-section #wd-6a29cbf8e8097 .counter-value::after {
  content: "%";
  font-size: 0.55em;
}

/* ============================================================
   NexTalent â€” Sectors / categories (#nt-categories)
   Matches .sectors + .sec-list + .sec-item in new-design
   ============================================================ */

#nt-categories .title-wrapper .liner-continer::after,
#nt-categories .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-categories .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #fff !important;
  text-transform: none !important;
}

#nt-categories .woodmart-title-container em {
  font-style: italic;
  color: #a8b6d9;
}

#nt-categories .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #bcc7e2 !important;
}

/* Static sectors grid — matches new-design .sec-list + .sec-item */
#nt-categories .nt-sectors-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

/* Never show dynamic WooCommerce category cards in this section */
#nt-categories .wd-cats-element .products.wd-grid-g,
#nt-categories .category-grid-item,
#nt-categories .cat-design-default {
  display: none !important;
}

#nt-categories .nt-sectors-wrap {
  display: block !important;
}

#nt-categories .nt-sec-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#nt-categories .nt-sec-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 26px 28px 22px;
  background: #061436;
  color: #fff;
  overflow: hidden;
  cursor: default;
  transition: background 0.45s ease;
}

#nt-categories .nt-sec-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #a8b6d9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#nt-categories .nt-sec-item:hover {
  background: #0a1c46;
}

#nt-categories .nt-sec-item:hover::after {
  transform: scaleX(1);
}

#nt-categories .nt-sec-name {
  margin-top: auto;
  padding-top: 32px;
  font-family: "Instrument Serif", "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #fff;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#nt-categories .nt-sec-item:hover .nt-sec-name {
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  #nt-categories .nt-sec-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  #nt-categories .nt-sec-list {
    grid-template-columns: 1fr;
  }
}

/* Floating hover preview — matches new-design .sec-image */
.nt-sec-image {
  position: fixed;
  width: 320px;
  height: 400px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99999;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
  background: #0a1f4c;
  transform: translate(-50%, -50%) scale(0.96);
}

.nt-sec-image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nt-sec-image.is-on {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.nt-sec-image-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(10, 31, 76, 0.7);
  padding: 6px 10px;
  backdrop-filter: blur(6px);
}

@media (max-width: 900px) {
  .nt-sec-image {
    display: none !important;
  }
}

/* ============================================================
   NexTalent â€” Featured jobs (#nt-offres)
   Matches .jobs + .jobs-grid + .job-card in new-design
   ============================================================ */

#nt-offres:not(:has(.wd-products-element)) .title-wrapper .liner-continer::after,
#nt-offres:not(:has(.wd-products-element)) .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-offres:not(:has(.wd-products-element)) .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
}

#nt-offres:not(:has(.wd-products-element)) .woodmart-title-container em {
  font-style: italic;
}

#nt-offres:not(:has(.wd-products-element)) .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #3a4258 !important;
}

/* Job cards grid */
#nt-offres .wd-products-element .products.wd-grid-g {
  --wd-gap-lg: 16px !important;
  --wd-gap-md: 16px !important;
  --wd-gap-sm: 16px !important;
  gap: 16px !important;
}

#nt-offres .wd-product {
  margin: 0 !important;
  padding: 0 !important;
}

#nt-offres .product-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 240px;
  padding: 28px 30px !important;
  background: #fff !important;
  border: 1px solid rgba(10, 31, 76, 0.12) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.25s ease, box-shadow 0.35s ease;
}

#nt-offres .product-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #a8b6d9;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
  z-index: 1;
}

#nt-offres .wd-product:hover .product-wrapper {
  transform: translateY(-3px);
  border-color: rgba(10, 31, 76, 0.45) !important;
  box-shadow: 0 22px 44px -20px rgba(10, 31, 76, 0.22);
}

#nt-offres .wd-product:hover .product-wrapper::before {
  transform: scaleY(1);
}

#nt-offres .product-element-top,
#nt-offres .content-product-imagin {
  display: none !important;
}

#nt-offres .product-element-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 18px;
  padding: 0 !important;
  text-align: left !important;
}

#nt-offres .wd-product-cats,
#nt-offres .mission-badge {
  display: none !important;
}

/* Top badges â€” contract + sector */
#nt-offres .nt-job-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
}

#nt-offres .nt-job-contract-pill {
  display: inline-block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
  background: #f5f2ea;
  color: #0a1f4c;
  border-radius: 2px;
  line-height: 1.4;
}

#nt-offres .nt-job-sector-pill {
  display: inline-block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
  background: transparent;
  color: #5b6473;
  border: 1px solid rgba(10, 31, 76, 0.12);
  border-radius: 2px;
  line-height: 1.4;
}

#nt-offres .wd-entities-title {
  width: 100%;
  margin: 0 !important;
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-size: clamp(22px, 2.2vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  text-align: left !important;
}

#nt-offres .wd-entities-title a {
  color: #0a1f4c !important;
  text-decoration: none !important;
  text-align: left !important;
}

#nt-offres .nt-job-desc {
  width: 100%;
  margin: 0;
  font-family: "Geist", sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #3a4258;
  text-align: left !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer â€” line on top, ville + salaire left, arrow right */
#nt-offres .nt-job-card-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(10, 31, 76, 0.12);
}

#nt-offres .nt-job-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

#nt-offres .nt-job-meta {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 0;
  min-width: 0;
  font-family: "Geist", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #3a4258;
  text-align: left;
}

#nt-offres .nt-job-meta-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

#nt-offres .nt-job-meta-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: #0a1f4c;
  opacity: 0.6;
}

#nt-offres .nt-job-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  color: #0a1f4c;
  background: transparent;
  border: 1px solid rgba(10, 31, 76, 0.12);
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

#nt-offres .nt-job-go svg {
  width: 14px;
  height: 14px;
}

#nt-offres .wd-product:hover .nt-job-go {
  background: #0a1f4c;
  border-color: #0a1f4c;
  color: #fff;
  transform: rotate(-45deg);
}

#nt-offres .product-rating-price,
#nt-offres .hover-content,
#nt-offres .wrap-wishlist-button,
#nt-offres .wrap-quickview-button,
#nt-offres .wrapp-swatches,
#nt-offres .wd-compare-btn {
  display: none !important;
}

#nt-offres .fade-in-block {
  display: none !important;
}

#nt-offres .products-bordered-grid-ins .wd-product::before,
#nt-offres .products-bordered-grid-ins .wd-product::after {
  display: none !important;
}

@media (max-width: 960px) {
  #nt-offres .wd-products-element .products.wd-grid-g {
    --wd-col-lg: 1 !important;
    --wd-col-md: 1 !important;
    --wd-col-sm: 1 !important;
  }
}

/* ============================================================
   NexTalent â€” Approach (#nt-approach)
   Matches .approach + .step in new-design
   ============================================================ */

#nt-approach .title-wrapper .liner-continer::after,
#nt-approach .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-approach .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(38px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
}

#nt-approach .woodmart-title-container em {
  font-style: italic;
}

#nt-approach .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16.5px !important;
  line-height: 1.75 !important;
  color: #2a3148 !important;
  max-width: 520px;
}

#nt-approach .wd-button-wrapper {
  text-align: left !important;
  margin-top: 32px;
}

#nt-approach .wd-button-wrapper .btn {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  padding: 14px 14px 14px 22px !important;
  background: #0a1f4c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: "Geist", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  box-shadow: 0 14px 30px -16px rgba(10, 31, 76, 0.35) !important;
  transition: background 0.25s ease, transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), gap 0.3s ease;
}

#nt-approach .wd-button-wrapper .btn:hover {
  background: #061436 !important;
  gap: 18px;
  transform: translateY(-2px);
  color: #fff !important;
}

#nt-approach .wd-button-wrapper .btn::before,
#nt-approach .wd-button-wrapper .btn .wd-btn-icon {
  display: none !important;
}

#nt-approach .wd-button-wrapper .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform 0.35s ease;
}

#nt-approach .wd-button-wrapper .btn:hover::after {
  transform: rotate(-45deg);
}

/* Steps â€” Woodmart info boxes */
#nt-approach .info-box-wrapper {
  display: block !important;
  margin: 0 !important;
}

#nt-approach .wd-info-box {
  --ib-icon-sp: 24px;
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 24px;
  overflow: hidden;
  margin: 0 !important;
  padding: 28px 24px !important;
  background: transparent !important;
  border: none !important;
  border-top: 1px solid rgba(10, 31, 76, 0.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background 0.4s ease;
}

#nt-approach .wd-info-box.box-icon-align-left,
#nt-approach .wd-info-box.wd-items-top,
#nt-approach .wd-info-box.wd-items-middle {
  align-items: flex-start !important;
}

#nt-approach .info-box-wrapper:last-child .wd-info-box {
  border-bottom: 1px solid rgba(10, 31, 76, 0.14) !important;
}

#nt-approach .wd-info-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: #0a1f4c;
  transition: width 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
  z-index: 1;
}

#nt-approach .wd-info-box:hover {
  background: rgba(168, 182, 217, 0.15) !important;
}

#nt-approach .wd-info-box:hover::before {
  width: 100%;
}

#nt-approach .box-icon-wrapper {
  flex: 0 0 80px !important;
  width: 80px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-start !important;
  line-height: 1 !important;
}

#nt-approach .info-box-icon {
  display: block !important;
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #0a1f4c !important;
  background: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding-top: 0.02em;
  transition: color 0.4s ease;
}

#nt-approach .wd-info-box:hover .info-box-icon {
  color: #061436 !important;
}

#nt-approach .info-box-content {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-start !important;
}

#nt-approach .info-box-title {
  font-family: "Geist", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: #0a1f4c !important;
  margin: 0 0 8px !important;
  padding-top: 0.12em;
  text-transform: none !important;
}

#nt-approach .info-box-inner {
  margin: 0 !important;
}

#nt-approach .info-box-inner p {
  margin: 0 !important;
  max-width: 420px;
  font-family: "Geist", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #3a4258 !important;
  transition: color 0.4s ease;
}

#nt-approach .wd-info-box:hover .info-box-inner p {
  color: #0a1f4c !important;
}

/* ============================================================
   NexTalent â€” Services (#nt-services)
   Matches .services + .svc-grid + .svc in new-design
   ============================================================ */

/* Header row â€” title + intro (no carousel) */
#nt-services:not(:has(.info-box-carousel)) .title-wrapper .liner-continer::after,
#nt-services:not(:has(.info-box-carousel)) .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-services:not(:has(.info-box-carousel)) .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
}

#nt-services:not(:has(.info-box-carousel)) .woodmart-title-container em {
  font-style: italic;
}

#nt-services:not(:has(.info-box-carousel)) .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #3a4258 !important;
  max-width: 560px;
}

/* Service cards â€” info-box carousel as .svc-grid */
#nt-services .info-box-carousel-wrapper .wd-nav-arrows {
  display: none !important;
}

/* Pagination bars â€” .testi-dots style */
#nt-services .info-box-carousel-wrapper .wd-nav-pagin-wrap {
  display: block !important;
  margin-top: 36px;
  padding: 0;
}

#nt-services .info-box-carousel-wrapper .wd-nav-pagin-wrap .wd-nav-pagin {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#nt-services .info-box-carousel-wrapper .wd-nav-pagin .wd-nav-pagin-item {
  width: 32px;
  height: 3px;
  min-width: 32px;
  border-radius: 0;
  background: rgba(10, 31, 76, 0.18);
  opacity: 1;
  margin: 0 !important;
  transition: background 0.25s ease;
}

#nt-services .info-box-carousel-wrapper .wd-nav-pagin .wd-nav-pagin-item.wd-active {
  background: #0a1f4c;
}

#nt-services .info-box-carousel-wrapper .wd-carousel-inner {
  margin: 0 !important;
}

#nt-services .info-box-carousel.wd-carousel {
  border: 1px solid rgba(10, 31, 76, 0.12);
  background: #fff;
  padding: 0 !important;
}

#nt-services .info-box-carousel .wd-carousel-wrap {
  align-items: stretch !important;
}

#nt-services .info-box-carousel .wd-carousel-item {
  display: flex !important;
  height: auto !important;
  align-self: stretch !important;
  padding: 0 !important;
  align-items: stretch !important;
}

#nt-services .info-box-carousel .info-box-wrapper {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

#nt-services .info-box-carousel .wd-info-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 32px 28px 28px !important;
  background: #fff !important;
  border: none !important;
  border-right: 1px solid rgba(10, 31, 76, 0.12) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background 0.35s ease, color 0.35s ease;
}

#nt-services .info-box-carousel .wd-carousel-item:last-child .wd-info-box {
  border-right: none !important;
}

#nt-services .info-box-carousel .wd-info-box:hover {
  background: #0a1f4c !important;
  color: #fff;
}

#nt-services .info-box-carousel .info-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#nt-services .info-box-carousel .wd-info-box .info-box-inner {
  margin-top: 0 !important;
}

#nt-services .info-box-carousel .info-box-subtitle {
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: none !important;
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: #5b6473 !important;
  transition: color 0.3s ease;
}

#nt-services .info-box-carousel .wd-info-box:hover .info-box-subtitle {
  color: #a8b6d9 !important;
}

#nt-services .info-box-carousel .wd-info-box .info-box-title {
  margin: 0 !important;
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-size: clamp(28px, 2.8vw, 34px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #0a1f4c !important;
  text-transform: none !important;
  transition: color 0.3s ease;
}

#nt-services .info-box-carousel .info-box-title::after {
  content: "";
  display: block;
  height: 1px;
  margin: 18px 0;
  background: rgba(10, 31, 76, 0.12);
  transition: background 0.3s ease;
}

#nt-services .info-box-carousel .wd-info-box:hover .info-box-title {
  color: #fff !important;
}

#nt-services .info-box-carousel .wd-info-box:hover .info-box-title::after {
  background: rgba(255, 255, 255, 0.18);
}

#nt-services .info-box-carousel .info-box-inner {
  flex: 1 1 auto;
  margin: 0 !important;
}

#nt-services .info-box-carousel .info-box-inner p {
  margin: 0 !important;
  font-family: "Geist", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #3a4258 !important;
  transition: color 0.3s ease;
}

#nt-services .info-box-carousel .wd-info-box:hover .info-box-inner p {
  color: #d4dceb !important;
}

#nt-services .info-box-carousel .info-box-content::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-top: auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.85;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230a1f4c' stroke-width='1.5'%3E%3Cpath d='M7 17L17 7M9 7h8v8'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform 0.3s ease, background 0.3s ease;
}

#nt-services .info-box-carousel .wd-info-box:hover .info-box-content::after {
  transform: translate(4px, -4px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath d='M7 17L17 7M9 7h8v8'/%3E%3C/svg%3E");
}

/* ============================================================
   NexTalent â€” Testimonials (#nt-testimonials)
   Matches .testi + .testi-card + .testi-dots in new-design
   ============================================================ */

#nt-testimonials {
  overflow: hidden;
}

/* Section header â€” .sec-head */
#nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 40px;
  margin: 0 0 64px !important;
}

#nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column {
  width: auto !important;
  max-width: none !important;
  flex: 1 1 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:first-child {
  flex: 0 1 42%;
  max-width: 42%;
}

#nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:last-child {
  flex: 1 1 58%;
}

#nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#nt-testimonials .title-wrapper,
#nt-testimonials .woodmart-title-container {
  text-align: left !important;
}

#nt-testimonials .title-wrapper .liner-continer::after,
#nt-testimonials .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-testimonials .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
  margin-top: 18px !important;
}

#nt-testimonials .woodmart-title-container em {
  font-style: italic;
}

#nt-testimonials .wd-text-block {
  margin-bottom: 0 !important;
}

#nt-testimonials .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #3a4258 !important;
  max-width: 560px;
  margin: 0 !important;
}

#nt-testimonials .wd-text-block p strong {
  color: #0a1f4c;
  font-weight: 600;
}

/* Carousel rail â€” .testi-rail-wrap */
#nt-testimonials .testimonials {
  text-align: left;
  margin: 0 !important;
}

#nt-testimonials .testimonials .wd-nav-arrows {
  display: none !important;
}

#nt-testimonials .testimonials .wd-carousel-inner {
  overflow: hidden;
  padding: 0 20px;
  margin: 0 !important;
}

#nt-testimonials .testimonials .wd-carousel {
  --wd-gap-lg: 32px !important;
  --wd-gap-md: 32px !important;
  --wd-gap-sm: 16px !important;
  overflow: visible !important;
}

#nt-testimonials .testimonials .wd-carousel-wrap {
  align-items: stretch !important;
}

#nt-testimonials .testimonials .wd-carousel-item {
  display: flex !important;
  height: auto !important;
}

#nt-testimonials .testimonial {
  display: flex !important;
  width: 100%;
  text-align: left;
  height: auto;
}

/* Card â€” .testi-card */
#nt-testimonials .testimonial-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  min-height: 380px;
  padding: 40px 36px !important;
  background: #fff !important;
  border: 1px solid rgba(10, 31, 76, 0.12) !important;
  border-radius: 2px !important;
  box-shadow: 0 1px 0 rgba(10, 31, 76, 0.04) !important;
  transition: box-shadow 0.25s ease !important;
}

#nt-testimonials .testimonial:hover .testimonial-inner {
  box-shadow: 0 4px 24px rgba(10, 31, 76, 0.08) !important;
}

#nt-testimonials .testimonial-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  gap: 18px;
  font-style: normal;
  font-family: "Geist", sans-serif;
  font-size: inherit;
  color: inherit;
}

#nt-testimonials .nt-testi-stars {
  display: flex;
  gap: 3px;
  color: #e0b040;
  margin: 0 !important;
}

#nt-testimonials .nt-testi-stars svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

#nt-testimonials .testimonial-content blockquote {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-left: none !important;
  border-inline-start: none !important;
  background: none !important;
  box-shadow: none !important;
  quotes: none !important;
  font-family: "Instrument Serif", "Times New Roman", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.005em;
  color: #0a1f4c;
  font-weight: 400;
}

#nt-testimonials .testimonial-content blockquote::before,
#nt-testimonials .testimonial-content blockquote::after {
  content: none !important;
  display: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#nt-testimonials .nt-testi-who {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(10, 31, 76, 0.12);
}

#nt-testimonials .nt-testi-av {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a1f4c, #a8b6d9);
  color: #fff;
  font-family: "Instrument Serif", "Times New Roman", serif;
  font-size: 18px;
  margin: 0 !important;
}

#nt-testimonials .nt-testi-name {
  font-family: "Geist", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: #0a1f4c;
  line-height: 1.3;
}

#nt-testimonials .nt-testi-role {
  font-family: "Geist", sans-serif;
  font-size: 12.5px;
  color: #5b6473;
  line-height: 1.35;
  margin-top: 2px;
}

/* Dots â€” .testi-dots */
#nt-testimonials .wd-nav-pagin-wrap {
  margin-top: 36px;
  padding: 0;
}

#nt-testimonials .wd-nav-pagin-wrap .wd-nav-pagin {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#nt-testimonials .wd-nav-pagin .wd-nav-pagin-item {
  width: 32px;
  height: 3px;
  min-width: 32px;
  border-radius: 0;
  background: rgba(10, 31, 76, 0.18);
  opacity: 1;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  transition: background 0.25s ease;
}

#nt-testimonials .wd-nav-pagin .wd-nav-pagin-item > span {
  display: none !important;
}

#nt-testimonials .wd-nav-pagin .wd-nav-pagin-item.wd-active {
  background: #0a1f4c;
}

@media (max-width: 820px) {
  #nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 48px !important;
  }

  #nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:first-child,
  #nt-testimonials > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #nt-testimonials .woodmart-title-container {
    max-width: none;
  }
}

@media (max-width: 980px) {
  #nt-testimonials .testimonial-inner {
    min-height: 0;
    padding: 32px 26px !important;
  }
}

/* ============================================================
   NexTalent â€” Blog (#nt-blog)
   Matches .blog + .blog-grid + .post in new-design
   ============================================================ */

#nt-blog {
  overflow: hidden;
  padding-bottom: 24px !important;
}

/* Section header â€” .sec-head */
#nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 32px;
  margin: 0 0 32px !important;
}

#nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column {
  width: auto !important;
  max-width: none !important;
  flex: 1 1 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:first-child {
  flex: 0 1 42%;
  max-width: 42%;
}

#nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:last-child {
  flex: 1 1 58%;
}

#nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#nt-blog .title-wrapper,
#nt-blog .woodmart-title-container {
  text-align: left !important;
}

#nt-blog .title-wrapper .liner-continer::after,
#nt-blog .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-blog .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: #0a1f4c !important;
  text-transform: none !important;
  margin-top: 18px !important;
}

#nt-blog .woodmart-title-container em {
  font-style: italic;
}

#nt-blog .wd-text-block,
#nt-blog .wd-text-block.wpb_content_element,
#nt-blog .vc_custom_1781263917530 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#nt-blog .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #3a4258 !important;
  max-width: 560px;
  margin: 0 !important;
}

/* Grid â€” .blog-grid (override Woodmart isotope + wd-grid-f-col) */
#nt-blog .wd-blog-element {
  margin: 0 !important;
  padding: 0 !important;
}

#nt-blog .wd-blog-holder.wd-masonry.wd-grid-f-col {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 36px !important;
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

/* Blog carousel pagination â€” .testi-dots */
#nt-blog .wd-blog-element .wd-nav-pagin-wrap {
  margin-top: 36px;
  padding: 0;
}

#nt-blog .wd-blog-element .wd-nav-pagin-wrap .wd-nav-pagin {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#nt-blog .wd-blog-element .wd-nav-pagin .wd-nav-pagin-item {
  width: 32px;
  height: 3px;
  min-width: 32px;
  border-radius: 0;
  background: rgba(10, 31, 76, 0.18);
  opacity: 1;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  transition: background 0.25s ease;
}

#nt-blog .wd-blog-element .wd-nav-pagin .wd-nav-pagin-item > span {
  display: none !important;
}

#nt-blog .wd-blog-element .wd-nav-pagin .wd-nav-pagin-item.wd-active {
  background: #0a1f4c;
}

#nt-blog .wd-carousel-container .wd-nav-arrows {
  display: none !important;
}

#nt-blog .wd-carousel-inner {
  overflow: hidden;
}

#nt-blog .wd-carousel-item {
  display: flex !important;
  height: auto !important;
}

#nt-blog .wd-blog-holder.wd-masonry.wd-grid-f-col > .wd-col,
#nt-blog .wd-blog-holder.wd-masonry .blog-design-masonry.wd-col,
#nt-blog .wd-blog-holder.wd-masonry .wd-post,
#nt-blog .wd-blog-holder.wd-masonry .blog-post-loop {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  flex: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-inline: 0 !important;
  transform: none !important;
  grid-column: auto !important;
  text-align: left !important;
}

/* Post card â€” .post (nt-post-card template) */
#nt-blog .nt-post-card-wrap .article-inner,
#nt-blog .nt-post-card {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
  text-align: left !important;
  cursor: pointer;
}

#nt-blog .nt-post-card-wrap.blog-style-bg .article-inner,
#nt-blog .nt-post-card-wrap.wd-add-shadow .article-inner {
  box-shadow: none !important;
  background: transparent !important;
}

/* Image â€” .ph */
#nt-blog .nt-post-ph {
  position: relative;
  margin: 0 0 24px !important;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 0 !important;
  background: #0a1f4c;
}

#nt-blog .nt-post-ph .post-img-wrapp {
  height: 100%;
  margin: 0 !important;
}

#nt-blog .nt-post-ph .post-img-wrapp a {
  display: block;
  height: 100%;
}

#nt-blog .nt-post-ph .post-img-wrapp img,
#nt-blog .nt-post-ph img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#nt-blog .nt-post-card-wrap:hover .nt-post-ph img {
  transform: scale(1.02);
}

#nt-blog .nt-post-ph::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 31, 76, 0) 50%, rgba(10, 31, 76, 0.35) 100%);
  z-index: 1;
}

/* Category â€” .ph-tag */
#nt-blog .nt-ph-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  background: rgba(251, 250, 246, 0.95);
  color: #0a1f4c;
  padding: 6px 10px;
  border-radius: 2px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Reading time â€” .ph-time */
#nt-blog .nt-ph-time {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  background: rgba(10, 31, 76, 0.7);
  color: #fff;
  padding: 5px 9px;
  border-radius: 2px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  backdrop-filter: blur(6px);
}

/* Date â€” .date */
#nt-blog .nt-post-date {
  color: #5b6473;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
}

/* Title â€” h3 */
#nt-blog .nt-post-card .post-title {
  margin: 0 0 14px !important;
}

#nt-blog .nt-post-card .post-title a {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: #0a1f4c !important;
  text-decoration: none !important;
  transition: opacity 0.25s ease;
}

#nt-blog .nt-post-card-wrap:hover .post-title a {
  opacity: 0.75;
}

/* Excerpt â€” p */
#nt-blog .nt-post-excerpt {
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-family: "Geist", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #3a4258 !important;
}

#nt-blog .nt-post-excerpt p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  margin: 0 !important;
}

/* Read link â€” .read */
#nt-blog .nt-post-read {
  margin: 0 !important;
  padding: 0 !important;
}

#nt-blog .nt-post-read .btn-read-more {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: "Geist", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #0a1f4c !important;
  text-decoration: none !important;
  text-transform: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition: gap 0.25s ease;
}

#nt-blog .nt-post-read .btn-read-more::after {
  content: "\2192";
  transition: transform 0.25s ease;
}

#nt-blog .nt-post-card-wrap:hover .nt-post-read .btn-read-more::after {
  transform: translateX(4px);
}

@media (max-width: 820px) {
  #nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 48px !important;
  }

  #nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:first-child,
  #nt-blog > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.vc_inner > .wpb_column:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #nt-blog .wd-blog-holder.wd-masonry {
    grid-template-columns: 1fr;
    gap: 32px !important;
  }
}

@media (max-width: 1024px) and (min-width: 821px) {
  #nt-blog .wd-blog-holder.wd-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   NexTalent â€” Final CTA (#nt-cta)
   Matches .final in new-design
   ============================================================ */

#nt-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 60px;
  padding-top: 140px !important;
  padding-bottom: 120px !important;
}

#nt-cta::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -150px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 182, 217, 0.18), transparent 60%);
  pointer-events: none;
}

#nt-cta > .wpb_column {
  width: auto !important;
  max-width: none !important;
  flex: 1 1 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#nt-cta > .wpb_column:first-child {
  flex: 0 1 58%;
  max-width: 58%;
}

#nt-cta > .wpb_column:last-child {
  flex: 1 1 42%;
}

#nt-cta > .wpb_column > .vc_column-inner {
  position: relative;
  z-index: 1;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#nt-cta > .wpb_column:last-child .wpb_wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 28px;
  row-gap: 32px;
}

#nt-cta > .wpb_column:last-child .wd-text-block:first-of-type {
  flex: 1 1 100%;
  width: 100%;
}

#nt-cta .title-wrapper .liner-continer::after,
#nt-cta .wd-underline-colored .liner-continer::after {
  display: none !important;
}

/* Eyebrow â€” .final .lab */
#nt-cta > .wpb_column:first-child .title-wrapper::before {
  content: "Travaillons ensemble";
  display: block;
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #a8b6d9 !important;
  margin: 0 0 24px !important;
  padding-left: 13px;
  background: radial-gradient(circle at 5px 50%, #a8b6d9 2.5px, transparent 2.5px);
  background-repeat: no-repeat;
  line-height: 1.4 !important;
}

#nt-cta .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(48px, 6vw, 88px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  text-transform: none !important;
  margin: 0 !important;
  text-align: left !important;
  max-width: 11.5em;
}

#nt-cta .woodmart-title-container em {
  font-style: italic;
  color: #a8b6d9 !important;
}

#nt-cta .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #bcc7e2 !important;
  max-width: 420px;
  margin: 0 0 14px !important;
}

#nt-cta .wd-text-block p:last-child {
  margin-bottom: 0 !important;
}

/* Hide editor label "Appels Ã  l'action" */
#nt-cta > .wpb_column:last-child .wd-text-block + .wd-text-block {
  display: none !important;
}

#nt-cta > .wpb_column:last-child .wd-button-wrapper {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left !important;
  flex: 0 0 auto;
  align-self: center;
}

/* Stray carousel dots bleeding into CTA */
#nt-cta .wd-nav-pagin-wrap,
#nt-cta .wd-nav-pagin {
  display: none !important;
}

#nt-cta a.nt-cta-btn-primary {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  padding: 14px 22px !important;
  background: #f5f2ea !important;
  color: #0a1f4c !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: "Geist", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.25s ease, gap 0.3s ease;
}

#nt-cta a.nt-cta-btn-primary:hover {
  background: #fff !important;
  color: #0a1f4c !important;
  gap: 18px;
}

#nt-cta a.nt-cta-btn-primary::before,
#nt-cta a.nt-cta-btn-primary .wd-btn-icon {
  display: none !important;
}

#nt-cta a.nt-cta-btn-primary::after {
  content: "";
  width: 16px;
  height: 10px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M0 5h12M10 1l4 4-4 4' stroke='%230a1f4c' stroke-width='1.2'/%3E%3C/svg%3E") center / contain no-repeat;
  border: none !important;
  box-shadow: none !important;
}

#nt-cta a.nt-cta-btn-secondary {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  background: none !important;
  color: rgba(255, 255, 255, 0.72) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: "Geist", sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: color 0.25s ease, gap 0.25s ease;
}

#nt-cta a.nt-cta-btn-secondary:hover {
  color: #fff !important;
  gap: 12px;
  background: none !important;
  text-decoration: none !important;
}

#nt-cta a.nt-cta-btn-secondary::before,
#nt-cta a.nt-cta-btn-secondary .wd-btn-icon {
  display: none !important;
}

#nt-cta a.nt-cta-btn-secondary::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.8)' stroke-width='1.6'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  border: none !important;
}

@media (max-width: 820px) {
  #nt-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-top: 90px !important;
    padding-bottom: 80px !important;
  }

  #nt-cta > .wpb_column:first-child,
  #nt-cta > .wpb_column:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #nt-cta .woodmart-title-container {
    font-size: clamp(40px, 10vw, 56px) !important;
  }

  #nt-cta .wd-text-block p {
    max-width: none;
  }

  #nt-cta > .wpb_column:last-child .wpb_wrapper {
    row-gap: 24px;
    column-gap: 16px;
  }

  #nt-cta .woodmart-title-container {
    max-width: none;
  }
}

/* ============================================================
   NexTalent â€” Page footer section (#nt-footer)
   Main grid only (no copyright bar)
   ============================================================ */

#nt-footer {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
  color: #bcc7e2;
  font-size: 14px;
  background-color: #02091f !important;
  padding: 80px clamp(24px, 4vw, 72px) !important;
  box-sizing: border-box;
}

#nt-footer > .wpb_column {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  float: none !important;
  clear: none !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#nt-footer > .wpb_column.nt-footer-brand {
  grid-column: 1;
  grid-row: 1;
}

#nt-footer > .wpb_column.nt-footer-col-services {
  grid-column: 2;
  grid-row: 1;
}

#nt-footer > .wpb_column.nt-footer-col-entreprise {
  grid-column: 3;
  grid-row: 1;
}

#nt-footer > .wpb_column.nt-footer-col-office {
  grid-column: 4;
  grid-row: 1;
}

#nt-footer > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#nt-footer > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

#nt-footer .title-wrapper .liner-continer::after,
#nt-footer .wd-underline-colored .liner-continer::after {
  display: none !important;
}

#nt-footer .nt-footer-wordmark .woodmart-title-container {
  font-family: "Instrument Serif", "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  color: #fff !important;
  text-transform: none !important;
  margin: 0 0 22px !important;
  text-align: left !important;
}

#nt-footer .nt-footer-heading .woodmart-title-container {
  font-family: "Geist", sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 0 22px !important;
  text-align: left !important;
}

#nt-footer .nt-footer-tagline .wd-text-block p,
#nt-footer .nt-footer-office .wd-text-block p {
  font-family: "Geist", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #bcc7e2 !important;
  margin: 0 0 22px !important;
  max-width: 340px;
}

#nt-footer .nt-footer-office .wd-text-block p {
  max-width: none;
  margin-bottom: 0 !important;
}

#nt-footer .nt-footer-office .wd-text-block a {
  color: #bcc7e2;
  text-decoration: none;
  transition: color 0.25s ease;
}

#nt-footer .nt-footer-office .wd-text-block a:hover {
  color: #fff;
}

#nt-footer .nt-footer-social.wd-social-icons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 !important;
}

#nt-footer .nt-footer-social.wd-social-icons .wd-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #fff;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#nt-footer .nt-footer-social.wd-social-icons .wd-social-icon:hover {
  background: #a8b6d9;
  border-color: #a8b6d9;
  color: #02091f;
}

#nt-footer .nt-footer-social.wd-social-icons .wd-social-icon:not(.social-facebook):not(.social-instagram):not(.social-linkedin) {
  display: none !important;
}

#nt-footer .nt-footer-menu.vc_wp_custommenu {
  margin: 0 !important;
  width: 100%;
}

#nt-footer .nt-footer-menu .widgettitle {
  display: none !important;
}

#nt-footer .nt-footer-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#nt-footer .nt-footer-menu .menu a {
  font-family: "Geist", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #bcc7e2 !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

#nt-footer .nt-footer-menu .menu a:hover {
  color: #fff !important;
}

@media (max-width: 820px) {
  #nt-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  #nt-footer > .wpb_column.nt-footer-brand {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  #nt-footer > .wpb_column.nt-footer-col-services {
    grid-column: 1;
    grid-row: auto;
  }

  #nt-footer > .wpb_column.nt-footer-col-entreprise {
    grid-column: 2;
    grid-row: auto;
  }

  #nt-footer > .wpb_column.nt-footer-col-office {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 520px) {
  #nt-footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* WoodMart global footer â€” HTML block #nt-footer (cms_block ID 75) */
.wd-footer:has(#nt-footer),
.wd-prefooter:has(#nt-footer) {
  background-color: #02091f !important;
  margin: 0;
  padding: 0;
}

.wd-footer:has(#nt-footer) .main-footer,
.wd-prefooter:has(#nt-footer) > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.wd-prefooter:has(#nt-footer) {
  border: none;
}

.wd-footer:has(#nt-footer) .footer-sidebar,
.wd-footer:has(#nt-footer) .footer-widget-area {
  display: none !important;
}
