.elementor-5465 .elementor-element.elementor-element-6ea14cbe{--display:flex;}.elementor-5465 .elementor-element.elementor-element-79117e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-6ea14cbe *//* ============================================
   NSG — Manufacturing Recruiters section
   Modern styling for .nsg-manufacturing-recruiters
   Brand palette only:
     Primary Blue   #265283
     Footer Blue    #145287
     Hover Orange   #f88343
     White          #ffffff
   Paste into Elementor: page/section > Advanced > Custom CSS
   ============================================ */

.nsg-manufacturing-recruiters {
  --nsg-primary: #265283;   /* Primary Blue */
  --nsg-deep: #145287;      /* Footer Dark Blue */
  --nsg-hover: #f88343;     /* Orange */
  --nsg-white: #ffffff;
  --nsg-bg-soft: #f2f5f9;   /* tint of primary, for cards */
  --nsg-border: #dde4ec;    /* tint of primary, for hairlines */
  --nsg-ink: #1b2a3a;       /* near-primary dark, for body text */

  max-width: 880px;
  margin: 0 auto;
  padding: 48px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
  color: var(--nsg-ink);
  line-height: 1.7;
}

/* Headings */
.nsg-manufacturing-recruiters h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 48px 0 16px;
  color: var(--nsg-primary);
  position: relative;
  padding-left: 16px;
}

.nsg-manufacturing-recruiters h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--nsg-primary), var(--nsg-deep));
}

.nsg-manufacturing-recruiters > h2:first-of-type {
  margin-top: 0;
}

.nsg-manufacturing-recruiters h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 28px 0 10px;
  color: var(--nsg-primary);
}

/* Body copy */
.nsg-manufacturing-recruiters p {
  color: var(--nsg-ink);
  opacity: 0.85;
  margin: 0 0 16px;
  font-size: 1.02rem;
}

/* Links (inline body links) */
.nsg-manufacturing-recruiters p a,
.nsg-manufacturing-recruiters li a {
  color: var(--nsg-primary);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(38, 82, 131, 0.35);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.nsg-manufacturing-recruiters p a:hover,
.nsg-manufacturing-recruiters li a:hover {
  color: var(--nsg-hover);
  border-bottom-color: var(--nsg-hover);
}

/* CTA-style links — paragraphs whose only content is a <strong><a> */
.nsg-manufacturing-recruiters p:has(> a:only-child) {
  margin: 24px 0;
}

.nsg-manufacturing-recruiters p > a:only-child,
.nsg-manufacturing-recruiters p > a:only-child strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--nsg-primary);
  color: var(--nsg-white);
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(38, 82, 131, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.nsg-manufacturing-recruiters p > a:only-child:hover {
  background: var(--nsg-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(248, 131, 67, 0.32);
}

/* Phone-number link (rendered inline next to the CTA pill) */
.nsg-manufacturing-recruiters p a[href^="tel:"] {
  display: inline-flex;
  align-items: center;
  border: none;
  color: var(--nsg-deep);
  font-weight: 600;
  margin-left: 4px;
}

.nsg-manufacturing-recruiters p a[href^="tel:"]:hover {
  color: var(--nsg-hover);
}

.nsg-manufacturing-recruiters p a[href^="tel:"]::before {
  content: "\260E";
  margin-right: 6px;
  color: var(--nsg-primary);
}

/* Role / bullet lists */
.nsg-manufacturing-recruiters ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

.nsg-manufacturing-recruiters li {
  background: var(--nsg-bg-soft);
  border: 1px solid var(--nsg-border);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.96rem;
  color: var(--nsg-ink);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nsg-manufacturing-recruiters li:hover {
  border-color: var(--nsg-hover);
  background: var(--nsg-white);
}

.nsg-manufacturing-recruiters li::before {
  content: "\2713";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--nsg-primary);
  color: var(--nsg-white);
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* Divider before each H2 block, for breathing room between sections */
.nsg-manufacturing-recruiters h2 {
  border-top: 1px solid var(--nsg-border);
  padding-top: 32px;
}

.nsg-manufacturing-recruiters > h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* Final contact block — treat like a mini footer strip, echoing site footer colors */
.nsg-manufacturing-recruiters > h2:last-of-type {
  background: var(--nsg-deep);
  color: var(--nsg-white);
  border-top: none;
  border-radius: 12px 12px 0 0;
  padding: 24px 24px 8px;
  margin-bottom: 0;
}

.nsg-manufacturing-recruiters > h2:last-of-type::before {
  background: var(--nsg-hover);
}

.nsg-manufacturing-recruiters > h2:last-of-type + p {
  background: var(--nsg-deep);
  color: var(--nsg-white);
  opacity: 0.9;
  padding: 0 24px 24px;
  margin-bottom: 0;
}

.nsg-manufacturing-recruiters > h2:last-of-type ~ p:last-of-type {
  border-radius: 0 0 12px 12px;
  padding-bottom: 32px;
}

.nsg-manufacturing-recruiters > h2:last-of-type ~ p a {
  color: var(--nsg-white);
}

.nsg-manufacturing-recruiters > h2:last-of-type ~ p a:hover {
  color: var(--nsg-hover);
}

.nsg-manufacturing-recruiters > h2:last-of-type ~ p > a:only-child {
  background: var(--nsg-hover);
  color: var(--nsg-white);
  box-shadow: none;
}

.nsg-manufacturing-recruiters > h2:last-of-type ~ p > a:only-child:hover {
  background: var(--nsg-white);
  color: var(--nsg-deep);
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .nsg-manufacturing-recruiters {
    padding: 32px 16px;
  }
  .nsg-manufacturing-recruiters ul {
    grid-template-columns: 1fr;
  }
  .nsg-manufacturing-recruiters p > a:only-child {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}/* End custom CSS */