﻿/* NMS Elementor Widgets CSS */
/* Scoped CSS variables — applied only inside NMS widget containers to prevent
   leaking into the global :root and overriding theme defaults. */
.nms-hero, .nms-trust-widget, .nms-about-widget, .nms-services-widget,
.nms-process-widget, .nms-whyus-widget, .nms-faq-widget, .nms-cta-widget,
.nms-wa-widget, .nmsh-hero, .nmsh-values, .nmsh-services-grid,
.nmsh-wwa, .nmsh-team, .nmsh-insights, .nmsh-partner, .nmsh-footer,
.nmsh-sp, .nms-glass-cta, .elementor-widget-nms_hero,
.elementor-widget-nms_trust, .elementor-widget-nms_about,
.elementor-widget-nms_services, .elementor-widget-nms_process,
.elementor-widget-nms_why_us, .elementor-widget-nms_faq,
.elementor-widget-nms_cta, .elementor-widget-nms_glass_cta,
.elementor-widget-nms_whatsapp, .elementor-widget-nmsh_home_hero,
.elementor-widget-nmsh_who_we_are, .elementor-widget-nmsh_services_grid,
.elementor-widget-nmsh_values, .elementor-widget-nmsh_team,
.elementor-widget-nmsh_insights, .elementor-widget-nmsh_partner,
.elementor-widget-nmsh_footer, .nms-tp {
  --nms-accent: #057485;
  --nms-accent-dark: #045a66;
  --nms-lime: #B4E717;
  --nms-ink: #1a2332;
  --nms-muted: #5a6b7d;
  --nms-light: #f4f6f9;
  --nms-border: #e2e8f0;
  --nms-radius: 16px;
  --nms-radius-sm: 10px;
  --nms-shadow: 0 4px 24px rgba(0,0,0,.06);
  --nms-shadow-hover: 0 12px 40px rgba(0,0,0,.1);
  --nms-font-sans: 'Nunito Sans', 'Jost', system-ui, sans-serif;
  --nms-font-display: 'Spartan', 'Playfair Display', system-ui, sans-serif;
  --nms-tp-accent: #057485;
  --nms-tp-navy: #032F41;
  font-family: var(--nms-font-sans, 'Nunito Sans', sans-serif);
  color: #374151;
}

/* Scoped .nms-eyebrow — only matches inside NMS widget containers */
.nms-hero .nms-eyebrow, .nms-trust-widget .nms-eyebrow,
.nms-about-widget .nms-eyebrow, .nms-services-widget .nms-eyebrow,
.nms-process-widget .nms-eyebrow, .nms-whyus-widget .nms-eyebrow,
.nms-faq-widget .nms-eyebrow, .nms-cta-widget .nms-eyebrow,
.nmsh-hero .nms-eyebrow, .nmsh-values .nms-eyebrow,
.nmsh-services-grid .nms-eyebrow, .nmsh-wwa .nms-eyebrow,
.nmsh-team .nms-eyebrow, .nmsh-insights .nms-eyebrow,
.nmsh-partner .nms-eyebrow, .nmsh-footer .nms-eyebrow,
.nmsh-sp .nms-eyebrow, .nms-glass-cta .nms-eyebrow {
  display: inline-block;
  font-family: var(--nms-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nms-accent);
  margin-bottom: 12px;
}
/* Scoped .nms-sec-head — only matches inside NMS widget containers */
.nms-hero .nms-sec-head, .nms-trust-widget .nms-sec-head,
.nms-about-widget .nms-sec-head, .nms-services-widget .nms-sec-head,
.nms-process-widget .nms-sec-head, .nms-whyus-widget .nms-sec-head,
.nms-faq-widget .nms-sec-head, .nms-cta-widget .nms-sec-head,
.nmsh-hero .nms-sec-head, .nmsh-values .nms-sec-head,
.nmsh-services-grid .nms-sec-head, .nmsh-wwa .nms-sec-head,
.nmsh-team .nms-sec-head, .nmsh-insights .nms-sec-head,
.nmsh-partner .nms-sec-head, .nmsh-footer .nms-sec-head,
.nmsh-sp .nms-sec-head, .nms-glass-cta .nms-sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
/* Scoped .nms-h2 — only matches inside NMS widget containers */
.nms-hero .nms-h2, .nms-trust-widget .nms-h2,
.nms-about-widget .nms-h2, .nms-services-widget .nms-h2,
.nms-process-widget .nms-h2, .nms-whyus-widget .nms-h2,
.nms-faq-widget .nms-h2, .nms-cta-widget .nms-h2,
.nmsh-hero .nms-h2, .nmsh-values .nms-h2,
.nmsh-services-grid .nms-h2, .nmsh-wwa .nms-h2,
.nmsh-team .nms-h2, .nmsh-insights .nms-h2,
.nmsh-partner .nms-h2, .nmsh-footer .nms-h2,
.nmsh-sp .nms-h2, .nms-glass-cta .nms-h2 {
  font-family: var(--nms-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nms-ink);
  margin: 0;
}
/* Scoped .nms-h3 — only matches inside NMS widget containers */
.nms-hero .nms-h3, .nms-trust-widget .nms-h3,
.nms-about-widget .nms-h3, .nms-services-widget .nms-h3,
.nms-process-widget .nms-h3, .nms-whyus-widget .nms-h3,
.nms-faq-widget .nms-h3, .nms-cta-widget .nms-h3,
.nmsh-hero .nms-h3, .nmsh-values .nms-h3,
.nmsh-services-grid .nms-h3, .nmsh-wwa .nms-h3,
.nmsh-team .nms-h3, .nmsh-insights .nms-h3,
.nmsh-partner .nms-h3, .nmsh-footer .nms-h3,
.nmsh-sp .nms-h3, .nms-glass-cta .nms-h3 {
  font-family: var(--nms-font-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 8px;
}
/* Scoped .nms-h2-light — only matches inside NMS widget containers */
.nms-hero .nms-h2-light, .nms-trust-widget .nms-h2-light,
.nms-about-widget .nms-h2-light, .nms-services-widget .nms-h2-light,
.nms-process-widget .nms-h2-light, .nms-whyus-widget .nms-h2-light,
.nms-faq-widget .nms-h2-light, .nms-cta-widget .nms-h2-light,
.nmsh-hero .nms-h2-light, .nmsh-values .nms-h2-light,
.nmsh-services-grid .nms-h2-light, .nmsh-wwa .nms-h2-light,
.nmsh-team .nms-h2-light, .nmsh-insights .nms-h2-light,
.nmsh-partner .nms-h2-light, .nmsh-footer .nms-h2-light,
.nmsh-sp .nms-h2-light, .nms-glass-cta .nms-h2-light {
  color: #fff;
}
/* Scoped .nms-sec-desc — only matches inside NMS widget containers */
.nms-hero .nms-sec-desc, .nms-trust-widget .nms-sec-desc,
.nms-about-widget .nms-sec-desc, .nms-services-widget .nms-sec-desc,
.nms-process-widget .nms-sec-desc, .nms-whyus-widget .nms-sec-desc,
.nms-faq-widget .nms-sec-desc, .nms-cta-widget .nms-sec-desc,
.nmsh-hero .nms-sec-desc, .nmsh-values .nms-sec-desc,
.nmsh-services-grid .nms-sec-desc, .nmsh-wwa .nms-sec-desc,
.nmsh-team .nms-sec-desc, .nmsh-insights .nms-sec-desc,
.nmsh-partner .nms-sec-desc, .nmsh-footer .nms-sec-desc,
.nmsh-sp .nms-sec-desc, .nms-glass-cta .nms-sec-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--nms-muted);
  margin: 16px 0 0;
}
/* Scoped .nms-btn — only matches inside NMS widget containers */
.nms-hero .nms-btn, .nms-trust-widget .nms-btn,
.nms-about-widget .nms-btn, .nms-services-widget .nms-btn,
.nms-process-widget .nms-btn, .nms-whyus-widget .nms-btn,
.nms-faq-widget .nms-btn, .nms-cta-widget .nms-btn,
.nmsh-hero .nms-btn, .nmsh-values .nms-btn,
.nmsh-services-grid .nms-btn, .nmsh-wwa .nms-btn,
.nmsh-team .nms-btn, .nmsh-insights .nms-btn,
.nmsh-partner .nms-btn, .nmsh-footer .nms-btn,
.nmsh-sp .nms-btn, .nms-glass-cta .nms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--nms-font-sans);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  line-height: 1.2;
}
/* Scoped .nms-btn focus-visible — only matches inside NMS widget containers */
.nms-hero .nms-btn:focus-visible, .nms-trust-widget .nms-btn:focus-visible,
.nms-about-widget .nms-btn:focus-visible, .nms-services-widget .nms-btn:focus-visible,
.nms-process-widget .nms-btn:focus-visible, .nms-whyus-widget .nms-btn:focus-visible,
.nms-faq-widget .nms-btn:focus-visible, .nms-cta-widget .nms-btn:focus-visible,
.nmsh-hero .nms-btn:focus-visible, .nmsh-values .nms-btn:focus-visible,
.nmsh-services-grid .nms-btn:focus-visible, .nmsh-wwa .nms-btn:focus-visible,
.nmsh-team .nms-btn:focus-visible, .nmsh-insights .nms-btn:focus-visible,
.nmsh-partner .nms-btn:focus-visible, .nmsh-footer .nms-btn:focus-visible,
.nmsh-sp .nms-btn:focus-visible, .nms-glass-cta .nms-btn:focus-visible {
  outline: 3px solid #0e8fa3;
  outline-offset: 3px;
}
/* Scoped .nms-btn.nms-btn-primary — only matches inside NMS widget containers */
.nms-hero .nms-btn.nms-btn-primary, .nms-hero .nms-btn.nms-btn-primary:link, .nms-hero .nms-btn.nms-btn-primary:visited,
.nms-trust-widget .nms-btn.nms-btn-primary, .nms-trust-widget .nms-btn.nms-btn-primary:link, .nms-trust-widget .nms-btn.nms-btn-primary:visited,
.nms-about-widget .nms-btn.nms-btn-primary, .nms-about-widget .nms-btn.nms-btn-primary:link, .nms-about-widget .nms-btn.nms-btn-primary:visited,
.nms-services-widget .nms-btn.nms-btn-primary, .nms-services-widget .nms-btn.nms-btn-primary:link, .nms-services-widget .nms-btn.nms-btn-primary:visited,
.nms-process-widget .nms-btn.nms-btn-primary, .nms-process-widget .nms-btn.nms-btn-primary:link, .nms-process-widget .nms-btn.nms-btn-primary:visited,
.nms-whyus-widget .nms-btn.nms-btn-primary, .nms-whyus-widget .nms-btn.nms-btn-primary:link, .nms-whyus-widget .nms-btn.nms-btn-primary:visited,
.nms-faq-widget .nms-btn.nms-btn-primary, .nms-faq-widget .nms-btn.nms-btn-primary:link, .nms-faq-widget .nms-btn.nms-btn-primary:visited,
.nms-cta-widget .nms-btn.nms-btn-primary, .nms-cta-widget .nms-btn.nms-btn-primary:link, .nms-cta-widget .nms-btn.nms-btn-primary:visited,
.nmsh-hero .nms-btn.nms-btn-primary, .nmsh-hero .nms-btn.nms-btn-primary:link, .nmsh-hero .nms-btn.nms-btn-primary:visited,
.nmsh-values .nms-btn.nms-btn-primary, .nmsh-values .nms-btn.nms-btn-primary:link, .nmsh-values .nms-btn.nms-btn-primary:visited,
.nmsh-services-grid .nms-btn.nms-btn-primary, .nmsh-services-grid .nms-btn.nms-btn-primary:link, .nmsh-services-grid .nms-btn.nms-btn-primary:visited,
.nmsh-wwa .nms-btn.nms-btn-primary, .nmsh-wwa .nms-btn.nms-btn-primary:link, .nmsh-wwa .nms-btn.nms-btn-primary:visited,
.nmsh-team .nms-btn.nms-btn-primary, .nmsh-team .nms-btn.nms-btn-primary:link, .nmsh-team .nms-btn.nms-btn-primary:visited,
.nmsh-insights .nms-btn.nms-btn-primary, .nmsh-insights .nms-btn.nms-btn-primary:link, .nmsh-insights .nms-btn.nms-btn-primary:visited,
.nmsh-partner .nms-btn.nms-btn-primary, .nmsh-partner .nms-btn.nms-btn-primary:link, .nmsh-partner .nms-btn.nms-btn-primary:visited,
.nmsh-footer .nms-btn.nms-btn-primary, .nmsh-footer .nms-btn.nms-btn-primary:link, .nmsh-footer .nms-btn.nms-btn-primary:visited,
.nmsh-sp .nms-btn.nms-btn-primary, .nmsh-sp .nms-btn.nms-btn-primary:link, .nmsh-sp .nms-btn.nms-btn-primary:visited,
.nms-glass-cta .nms-btn.nms-btn-primary, .nms-glass-cta .nms-btn.nms-btn-primary:link, .nms-glass-cta .nms-btn.nms-btn-primary:visited {
  background-color: var(--nms-accent);
  color: #fff;
  border-color: var(--nms-accent);
  box-shadow: 0 4px 14px rgba(5,116,133,.3);
}
/* Scoped .nms-btn.nms-btn-primary:hover — only matches inside NMS widget containers */
.nms-hero .nms-btn.nms-btn-primary:hover, .nms-hero .nms-btn.nms-btn-primary:focus,
.nms-trust-widget .nms-btn.nms-btn-primary:hover, .nms-trust-widget .nms-btn.nms-btn-primary:focus,
.nms-about-widget .nms-btn.nms-btn-primary:hover, .nms-about-widget .nms-btn.nms-btn-primary:focus,
.nms-services-widget .nms-btn.nms-btn-primary:hover, .nms-services-widget .nms-btn.nms-btn-primary:focus,
.nms-process-widget .nms-btn.nms-btn-primary:hover, .nms-process-widget .nms-btn.nms-btn-primary:focus,
.nms-whyus-widget .nms-btn.nms-btn-primary:hover, .nms-whyus-widget .nms-btn.nms-btn-primary:focus,
.nms-faq-widget .nms-btn.nms-btn-primary:hover, .nms-faq-widget .nms-btn.nms-btn-primary:focus,
.nms-cta-widget .nms-btn.nms-btn-primary:hover, .nms-cta-widget .nms-btn.nms-btn-primary:focus,
.nmsh-hero .nms-btn.nms-btn-primary:hover, .nmsh-hero .nms-btn.nms-btn-primary:focus,
.nmsh-values .nms-btn.nms-btn-primary:hover, .nmsh-values .nms-btn.nms-btn-primary:focus,
.nmsh-services-grid .nms-btn.nms-btn-primary:hover, .nmsh-services-grid .nms-btn.nms-btn-primary:focus,
.nmsh-wwa .nms-btn.nms-btn-primary:hover, .nmsh-wwa .nms-btn.nms-btn-primary:focus,
.nmsh-team .nms-btn.nms-btn-primary:hover, .nmsh-team .nms-btn.nms-btn-primary:focus,
.nmsh-insights .nms-btn.nms-btn-primary:hover, .nmsh-insights .nms-btn.nms-btn-primary:focus,
.nmsh-partner .nms-btn.nms-btn-primary:hover, .nmsh-partner .nms-btn.nms-btn-primary:focus,
.nmsh-footer .nms-btn.nms-btn-primary:hover, .nmsh-footer .nms-btn.nms-btn-primary:focus,
.nmsh-sp .nms-btn.nms-btn-primary:hover, .nmsh-sp .nms-btn.nms-btn-primary:focus,
.nms-glass-cta .nms-btn.nms-btn-primary:hover, .nms-glass-cta .nms-btn.nms-btn-primary:focus {
  background-color: #0e8fa3;
  color: #fff;
  border-color: #0e8fa3;
  box-shadow: 0 6px 20px rgba(5,116,133,.4);
  transform: translateY(-2px);
}
/* Scoped .nms-btn.nms-btn-ghost — only matches inside NMS widget containers */
.nms-hero .nms-btn.nms-btn-ghost, .nms-hero .nms-btn.nms-btn-ghost:link, .nms-hero .nms-btn.nms-btn-ghost:visited,
.nms-trust-widget .nms-btn.nms-btn-ghost, .nms-trust-widget .nms-btn.nms-btn-ghost:link, .nms-trust-widget .nms-btn.nms-btn-ghost:visited,
.nms-about-widget .nms-btn.nms-btn-ghost, .nms-about-widget .nms-btn.nms-btn-ghost:link, .nms-about-widget .nms-btn.nms-btn-ghost:visited,
.nms-services-widget .nms-btn.nms-btn-ghost, .nms-services-widget .nms-btn.nms-btn-ghost:link, .nms-services-widget .nms-btn.nms-btn-ghost:visited,
.nms-process-widget .nms-btn.nms-btn-ghost, .nms-process-widget .nms-btn.nms-btn-ghost:link, .nms-process-widget .nms-btn.nms-btn-ghost:visited,
.nms-whyus-widget .nms-btn.nms-btn-ghost, .nms-whyus-widget .nms-btn.nms-btn-ghost:link, .nms-whyus-widget .nms-btn.nms-btn-ghost:visited,
.nms-faq-widget .nms-btn.nms-btn-ghost, .nms-faq-widget .nms-btn.nms-btn-ghost:link, .nms-faq-widget .nms-btn.nms-btn-ghost:visited,
.nms-cta-widget .nms-btn.nms-btn-ghost, .nms-cta-widget .nms-btn.nms-btn-ghost:link, .nms-cta-widget .nms-btn.nms-btn-ghost:visited,
.nmsh-hero .nms-btn.nms-btn-ghost, .nmsh-hero .nms-btn.nms-btn-ghost:link, .nmsh-hero .nms-btn.nms-btn-ghost:visited,
.nmsh-values .nms-btn.nms-btn-ghost, .nmsh-values .nms-btn.nms-btn-ghost:link, .nmsh-values .nms-btn.nms-btn-ghost:visited,
.nmsh-services-grid .nms-btn.nms-btn-ghost, .nmsh-services-grid .nms-btn.nms-btn-ghost:link, .nmsh-services-grid .nms-btn.nms-btn-ghost:visited,
.nmsh-wwa .nms-btn.nms-btn-ghost, .nmsh-wwa .nms-btn.nms-btn-ghost:link, .nmsh-wwa .nms-btn.nms-btn-ghost:visited,
.nmsh-team .nms-btn.nms-btn-ghost, .nmsh-team .nms-btn.nms-btn-ghost:link, .nmsh-team .nms-btn.nms-btn-ghost:visited,
.nmsh-insights .nms-btn.nms-btn-ghost, .nmsh-insights .nms-btn.nms-btn-ghost:link, .nmsh-insights .nms-btn.nms-btn-ghost:visited,
.nmsh-partner .nms-btn.nms-btn-ghost, .nmsh-partner .nms-btn.nms-btn-ghost:link, .nmsh-partner .nms-btn.nms-btn-ghost:visited,
.nmsh-footer .nms-btn.nms-btn-ghost, .nmsh-footer .nms-btn.nms-btn-ghost:link, .nmsh-footer .nms-btn.nms-btn-ghost:visited,
.nmsh-sp .nms-btn.nms-btn-ghost, .nmsh-sp .nms-btn.nms-btn-ghost:link, .nmsh-sp .nms-btn.nms-btn-ghost:visited,
.nms-glass-cta .nms-btn.nms-btn-ghost, .nms-glass-cta .nms-btn.nms-btn-ghost:link, .nms-glass-cta .nms-btn.nms-btn-ghost:visited {
  background-color: transparent;
  color: var(--nms-ink);
  border-color: var(--nms-ink);
}
/* Scoped .nms-btn.nms-btn-ghost:hover — only matches inside NMS widget containers */
.nms-hero .nms-btn.nms-btn-ghost:hover, .nms-hero .nms-btn.nms-btn-ghost:focus,
.nms-trust-widget .nms-btn.nms-btn-ghost:hover, .nms-trust-widget .nms-btn.nms-btn-ghost:focus,
.nms-about-widget .nms-btn.nms-btn-ghost:hover, .nms-about-widget .nms-btn.nms-btn-ghost:focus,
.nms-services-widget .nms-btn.nms-btn-ghost:hover, .nms-services-widget .nms-btn.nms-btn-ghost:focus,
.nms-process-widget .nms-btn.nms-btn-ghost:hover, .nms-process-widget .nms-btn.nms-btn-ghost:focus,
.nms-whyus-widget .nms-btn.nms-btn-ghost:hover, .nms-whyus-widget .nms-btn.nms-btn-ghost:focus,
.nms-faq-widget .nms-btn.nms-btn-ghost:hover, .nms-faq-widget .nms-btn.nms-btn-ghost:focus,
.nms-cta-widget .nms-btn.nms-btn-ghost:hover, .nms-cta-widget .nms-btn.nms-btn-ghost:focus,
.nmsh-hero .nms-btn.nms-btn-ghost:hover, .nmsh-hero .nms-btn.nms-btn-ghost:focus,
.nmsh-values .nms-btn.nms-btn-ghost:hover, .nmsh-values .nms-btn.nms-btn-ghost:focus,
.nmsh-services-grid .nms-btn.nms-btn-ghost:hover, .nmsh-services-grid .nms-btn.nms-btn-ghost:focus,
.nmsh-wwa .nms-btn.nms-btn-ghost:hover, .nmsh-wwa .nms-btn.nms-btn-ghost:focus,
.nmsh-team .nms-btn.nms-btn-ghost:hover, .nmsh-team .nms-btn.nms-btn-ghost:focus,
.nmsh-insights .nms-btn.nms-btn-ghost:hover, .nmsh-insights .nms-btn.nms-btn-ghost:focus,
.nmsh-partner .nms-btn.nms-btn-ghost:hover, .nmsh-partner .nms-btn.nms-btn-ghost:focus,
.nmsh-footer .nms-btn.nms-btn-ghost:hover, .nmsh-footer .nms-btn.nms-btn-ghost:focus,
.nmsh-sp .nms-btn.nms-btn-ghost:hover, .nmsh-sp .nms-btn.nms-btn-ghost:focus,
.nms-glass-cta .nms-btn.nms-btn-ghost:hover, .nms-glass-cta .nms-btn.nms-btn-ghost:focus {
  background-color: var(--nms-ink);
  color: #fff;
  border-color: var(--nms-ink);
  transform: translateY(-2px);
}
/* Scoped .nms-btn.nms-btn-light — only matches inside NMS widget containers */
.nms-hero .nms-btn.nms-btn-light, .nms-hero .nms-btn.nms-btn-light:link, .nms-hero .nms-btn.nms-btn-light:visited,
.nms-trust-widget .nms-btn.nms-btn-light, .nms-trust-widget .nms-btn.nms-btn-light:link, .nms-trust-widget .nms-btn.nms-btn-light:visited,
.nms-about-widget .nms-btn.nms-btn-light, .nms-about-widget .nms-btn.nms-btn-light:link, .nms-about-widget .nms-btn.nms-btn-light:visited,
.nms-services-widget .nms-btn.nms-btn-light, .nms-services-widget .nms-btn.nms-btn-light:link, .nms-services-widget .nms-btn.nms-btn-light:visited,
.nms-process-widget .nms-btn.nms-btn-light, .nms-process-widget .nms-btn.nms-btn-light:link, .nms-process-widget .nms-btn.nms-btn-light:visited,
.nms-whyus-widget .nms-btn.nms-btn-light, .nms-whyus-widget .nms-btn.nms-btn-light:link, .nms-whyus-widget .nms-btn.nms-btn-light:visited,
.nms-faq-widget .nms-btn.nms-btn-light, .nms-faq-widget .nms-btn.nms-btn-light:link, .nms-faq-widget .nms-btn.nms-btn-light:visited,
.nms-cta-widget .nms-btn.nms-btn-light, .nms-cta-widget .nms-btn.nms-btn-light:link, .nms-cta-widget .nms-btn.nms-btn-light:visited,
.nmsh-hero .nms-btn.nms-btn-light, .nmsh-hero .nms-btn.nms-btn-light:link, .nmsh-hero .nms-btn.nms-btn-light:visited,
.nmsh-values .nms-btn.nms-btn-light, .nmsh-values .nms-btn.nms-btn-light:link, .nmsh-values .nms-btn.nms-btn-light:visited,
.nmsh-services-grid .nms-btn.nms-btn-light, .nmsh-services-grid .nms-btn.nms-btn-light:link, .nmsh-services-grid .nms-btn.nms-btn-light:visited,
.nmsh-wwa .nms-btn.nms-btn-light, .nmsh-wwa .nms-btn.nms-btn-light:link, .nmsh-wwa .nms-btn.nms-btn-light:visited,
.nmsh-team .nms-btn.nms-btn-light, .nmsh-team .nms-btn.nms-btn-light:link, .nmsh-team .nms-btn.nms-btn-light:visited,
.nmsh-insights .nms-btn.nms-btn-light, .nmsh-insights .nms-btn.nms-btn-light:link, .nmsh-insights .nms-btn.nms-btn-light:visited,
.nmsh-partner .nms-btn.nms-btn-light, .nmsh-partner .nms-btn.nms-btn-light:link, .nmsh-partner .nms-btn.nms-btn-light:visited,
.nmsh-footer .nms-btn.nms-btn-light, .nmsh-footer .nms-btn.nms-btn-light:link, .nmsh-footer .nms-btn.nms-btn-light:visited,
.nmsh-sp .nms-btn.nms-btn-light, .nmsh-sp .nms-btn.nms-btn-light:link, .nmsh-sp .nms-btn.nms-btn-light:visited,
.nms-glass-cta .nms-btn.nms-btn-light, .nms-glass-cta .nms-btn.nms-btn-light:link, .nms-glass-cta .nms-btn.nms-btn-light:visited {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background-color: transparent;
}
/* Scoped .nms-btn.nms-btn-light:hover — only matches inside NMS widget containers */
.nms-hero .nms-btn.nms-btn-light:hover, .nms-hero .nms-btn.nms-btn-light:focus,
.nms-trust-widget .nms-btn.nms-btn-light:hover, .nms-trust-widget .nms-btn.nms-btn-light:focus,
.nms-about-widget .nms-btn.nms-btn-light:hover, .nms-about-widget .nms-btn.nms-btn-light:focus,
.nms-services-widget .nms-btn.nms-btn-light:hover, .nms-services-widget .nms-btn.nms-btn-light:focus,
.nms-process-widget .nms-btn.nms-btn-light:hover, .nms-process-widget .nms-btn.nms-btn-light:focus,
.nms-whyus-widget .nms-btn.nms-btn-light:hover, .nms-whyus-widget .nms-btn.nms-btn-light:focus,
.nms-faq-widget .nms-btn.nms-btn-light:hover, .nms-faq-widget .nms-btn.nms-btn-light:focus,
.nms-cta-widget .nms-btn.nms-btn-light:hover, .nms-cta-widget .nms-btn.nms-btn-light:focus,
.nmsh-hero .nms-btn.nms-btn-light:hover, .nmsh-hero .nms-btn.nms-btn-light:focus,
.nmsh-values .nms-btn.nms-btn-light:hover, .nmsh-values .nms-btn.nms-btn-light:focus,
.nmsh-services-grid .nms-btn.nms-btn-light:hover, .nmsh-services-grid .nms-btn.nms-btn-light:focus,
.nmsh-wwa .nms-btn.nms-btn-light:hover, .nmsh-wwa .nms-btn.nms-btn-light:focus,
.nmsh-team .nms-btn.nms-btn-light:hover, .nmsh-team .nms-btn.nms-btn-light:focus,
.nmsh-insights .nms-btn.nms-btn-light:hover, .nmsh-insights .nms-btn.nms-btn-light:focus,
.nmsh-partner .nms-btn.nms-btn-light:hover, .nmsh-partner .nms-btn.nms-btn-light:focus,
.nmsh-footer .nms-btn.nms-btn-light:hover, .nmsh-footer .nms-btn.nms-btn-light:focus,
.nmsh-sp .nms-btn.nms-btn-light:hover, .nmsh-sp .nms-btn.nms-btn-light:focus,
.nms-glass-cta .nms-btn.nms-btn-light:hover, .nms-glass-cta .nms-btn.nms-btn-light:focus {
  background-color: #fff;
  color: var(--nms-navy, #032F41);
  border-color: #fff;
  transform: translateY(-2px);
}
/* Scoped .nms-btn-full — only matches inside NMS widget containers */
.nms-hero .nms-btn-full, .nms-trust-widget .nms-btn-full,
.nms-about-widget .nms-btn-full, .nms-services-widget .nms-btn-full,
.nms-process-widget .nms-btn-full, .nms-whyus-widget .nms-btn-full,
.nms-faq-widget .nms-btn-full, .nms-cta-widget .nms-btn-full,
.nmsh-hero .nms-btn-full, .nmsh-values .nms-btn-full,
.nmsh-services-grid .nms-btn-full, .nmsh-wwa .nms-btn-full,
.nmsh-team .nms-btn-full, .nmsh-insights .nms-btn-full,
.nmsh-partner .nms-btn-full, .nmsh-footer .nms-btn-full,
.nmsh-sp .nms-btn-full, .nms-glass-cta .nms-btn-full {
  width: 100%;
  justify-content: center;
}

/* ===== HERO ===== */
.elementor-widget-nms-hero .nms-hero {
  position: relative;
  background: linear-gradient(135deg, #f0f7fa 0%, #e6f0f5 100%);
  overflow: hidden;
  padding: 100px 24px 0;
  margin-top: 0;
}
.nms-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nms-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.nms-hero-content {
  max-width: 560px;
}
.nms-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5,116,133,.1);
  color: var(--nms-accent);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 16px;
}
.nms-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nms-accent);
  animation: nms-pulse 2s ease-in-out infinite;
}
@keyframes nms-pulse {
  0%, 100% { opacity:1 }
  50% { opacity:.5 }
}
.nms-hero-title {
  font-family: var(--nms-font-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--nms-ink);
  margin: 0 0 20px;
}
.nms-hero-title.nms-accent, .nms-accent {
  color: var(--nms-accent);
}
.nms-hero-subtitle {
  font-size: 17px;
  line-height: 1.65;
  color: var(--nms-muted);
  margin: 0 0 32px;
  max-width: 520px;
}
.nms-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.nms-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 36px;
}
.nms-hero-stat {
  text-align: left;
}
.nms-stat-num {
  font-family: var(--nms-font-display);
  font-size: 32px;
  font-weight: 800;
  color: var(--nms-accent);
  line-height: 1.1;
}
.nms-stat-lbl {
  font-size: 13px;
  color: var(--nms-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nms-hero-img-wrap {
  position: relative;
}
.nms-hero-img {
  position: relative;
}
.nms-hero-img img {
  max-width: 100%;
  height: auto;
  border-radius: var(--nms-radius);
  box-shadow: var(--nms-shadow-hover);
}
.nms-hero-img-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(5,116,133,.15) 0%, transparent 70%);
  z-index: -1;
  border-radius: 50%;
}
.nms-hero-chip {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #fff;
  border-radius: var(--nms-radius);
  box-shadow: var(--nms-shadow-hover);
}
.nms-hero-chip-ic {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5,116,133,.1);
  border-radius: 10px;
  color: var(--nms-accent);
}
.nms-hero-chip-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--nms-ink);
}
.nms-hero-chip-sub {
  font-size: 12px;
  color: var(--nms-muted);
}
.nms-hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  color: #fff;
}
.nms-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ===== TRUST BAR ===== */
.elementor-widget-nms-trust .nms-trust-widget {
  position: relative;
  padding: clamp(28px,5vw,56px) 0;
  background: var(--nms-t-bg, transparent);
  overflow: hidden;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.elementor-widget-nms-trust .nms-trust-widget * {
  box-sizing: border-box;
}
.elementor-widget-nms-trust .nms-t-eyebrow {
  text-align: center;
  margin-bottom: clamp(16px,3vw,28px);
}
.elementor-widget-nms-trust .nms-t-eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(10px,1.2vw,11px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #8896a7;
}
.elementor-widget-nms-trust .nms-t-eyebrow span::before,
.elementor-widget-nms-trust .nms-t-eyebrow span::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d0d7e0, transparent);
}
.elementor-widget-nms-trust .nms-t-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  --fade: 80px;
  -webkit-mask-image: linear-gradient(to right,transparent 0,black var(--fade), black calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to right,transparent 0,black var(--fade), black calc(100% - var(--fade)), transparent 100%);
}
.elementor-widget-nms-trust .nms-t-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: nms-marquee 40s linear infinite;
}
.elementor-widget-nms-trust .nms-t-track.is-paused,
.elementor-widget-nms-trust .nms-t-track:hover {
  animation-play-state: paused;
}
.elementor-widget-nms-trust .nms-t-cycle {
  display: inline-flex;
  align-items: center;
  gap: var(--nms-t-gap,60px);
  padding-inline: var(--nms-t-gap,60px);
  flex: 0 0 auto;
}
.elementor-widget-nms-trust .nms-t-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: var(--nms-t-slot-w,160px);
  height: var(--nms-t-slot-h,80px);
  text-decoration: none;
}
.elementor-widget-nms-trust .nms-t-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .3s ease, opacity .3s ease;
}
.elementor-widget-nms-trust .nms-t-item:hover img {
  transform: scale(1.08);
}
.elementor-widget-nms-trust .nms-t-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg,#e8f4f6 0%,#d6ecf0 100%);
  color: #057485;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}
.elementor-widget-nms-trust .nms-t-name {
  font-size: 11px;
  font-weight: 600;
  color: #8896a7;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes nms-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== ABOUT ===== */
.elementor-widget-nms-about .nms-about-widget {
  padding: 90px 24px;
  background: var(--nms-light);
}
.elementor-widget-nms-about .nms-about-widget--full-width {
  max-width: none;
}
.elementor-widget-nms-about .nms-about-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nms-about-widget .nms-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.elementor-widget-nms-about .nms-about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--nms-muted);
  margin: 0 0 16px;
}
.elementor-widget-nms-about .nms-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--nms-accent);
  text-decoration: none;
  transition: gap .3s ease;
}
.elementor-widget-nms-about .nms-about-link:hover {
  gap: 12px;
}
.nms-about-widget .nms-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 56px;
}
.nms-about-widget .nms-card {
  background: #fff;
  border: 1px solid var(--nms-border);
  border-radius: var(--nms-radius);
  padding: 32px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.nms-about-widget .nms-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--nms-shadow-hover);
}
.nms-about-widget .nms-card-ic {
  width: 48px;
  height: 48px;
  border-radius: var(--nms-radius-sm);
  background: rgba(5,116,133,.1);
  color: var(--nms-accent);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.nms-about-widget .nms-card-ic svg {
  width: 24px;
  height: 24px;
}
.nms-about-widget .nms-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--nms-muted);
  margin: 0;
}

/* ===== SERVICES ===== */
.elementor-widget-nms-services .nms-services-widget {
  padding: 90px 24px;
  background: #fff;
}
.elementor-widget-nms-services .nms-services-widget--full-width {
  max-width: none;
}
.elementor-widget-nms-services .nms-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.elementor-widget-nms-services .nms-svc-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 56px;
}
.elementor-widget-nms-services .nms-svc {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--nms-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.elementor-widget-nms-services .nms-svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--nms-shadow-hover);
}
.elementor-widget-nms-services .nms-svc img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.elementor-widget-nms-services .nms-svc-body {
  padding: 24px;
}

/* ===== PROCESS ===== */
.elementor-widget-nms-process .nms-process-widget {
  padding: 90px 24px;
  background: transparent;
}
.elementor-widget-nms-process .nms-process-widget--full-width {
  max-width: none;
}
.elementor-widget-nms-process .nms-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.elementor-widget-nms-process .nms-steps-grid {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.elementor-widget-nms-process .nms-steps-side {
  flex: 0 0 280px;
  position: sticky;
  top: 100px;
}
.elementor-widget-nms-process .nms-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.elementor-widget-nms-process .nms-steps li {
  display: flex;
  gap: 20px;
  padding-bottom: 36px;
  position: relative;
}
.elementor-widget-nms-process .nms-steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 44px;
  bottom: 0;
  width: 2px;
  background: #dce3eb;
}
.nms-process-widget .nms-step-num, .nmsh-sp .nms-step-num {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nms-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  z-index: 2;
  font-family: var(--nms-font-display);
}
.elementor-widget-nms-process .nms-step-body h5 {
  font-family: var(--nms-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 6px;
}
.elementor-widget-nms-process .nms-step-body p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-muted);
  margin: 0;
}

/* ===== WHY US ===== */
.elementor-widget-nms-why-us .nms-whyus-widget {
  padding: 90px 24px;
  background: #fff;
}
.elementor-widget-nms-why-us .nms-whyus-widget--full-width {
  max-width: none;
}
.elementor-widget-nms-why-us .nms-whyus-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.elementor-widget-nms-why-us .nms-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 56px;
}
.elementor-widget-nms-why-us .nms-benefit {
  background: var(--nms-light);
  border: 1px solid var(--nms-border);
  border-radius: 16px;
  padding: 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.elementor-widget-nms-why-us .nms-benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--nms-shadow-hover);
}
.elementor-widget-nms-why-us .nms-benefit-num {
  color: rgba(5,116,133,.15);
  font-size: 42px;
  font-weight: 800;
  font-family: var(--nms-font-display);
  line-height: 1;
  margin-bottom: 8px;
}
.elementor-widget-nms-why-us .nms-benefit h3 {
  margin: 0 0 8px;
}
.elementor-widget-nms-why-us .nms-benefit p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-muted);
  margin: 0;
}

/* ===== FAQ ===== */
.elementor-widget-nms-faq .nms-faq-widget {
  padding: 90px 24px;
  background: transparent;
}
.elementor-widget-nms-faq .nms-faq-widget--full-width {
  max-width: none;
}
.elementor-widget-nms-faq .nms-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.elementor-widget-nms-faq .nms-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.elementor-widget-nms-faq .nms-faq-item {
  background: #fff;
  border-radius: var(--nms-radius-sm);
  box-shadow: var(--nms-shadow);
  overflow: hidden;
  transition: box-shadow .3s ease;
  border: 1px solid #eef2f6;
}
.elementor-widget-nms-faq .nms-faq-item[open] {
  box-shadow: var(--nms-shadow-hover);
}
.elementor-widget-nms-faq .nms-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--nms-ink);
  list-style: none;
  font-family: var(--nms-font-sans);
  transition: background .3s ease;
}
.elementor-widget-nms-faq .nms-faq-item summary::-webkit-details-marker {
  display: none;
}
.elementor-widget-nms-faq .nms-faq-item summary:hover {
  background: var(--nms-light);
}
.elementor-widget-nms-faq .nms-faq-chev {
  flex: 0 0 20px;
  transition: transform .3s ease;
  color: var(--nms-accent);
}
.elementor-widget-nms-faq .nms-faq-item[open] .nms-faq-chev {
  transform: rotate(180deg);
}
.elementor-widget-nms-faq .nms-faq-panel {
  padding: 0 22px 18px;
}
.elementor-widget-nms-faq .nms-faq-panel p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--nms-muted);
  margin: 0;
}

/* ===== CTA ===== */
.elementor-widget-nms-cta .nms-cta-widget {
  position: relative;
  background: var(--nms-ink);
  overflow: hidden;
}
.elementor-widget-nms-cta .nms-cta-widget--full-width {
  max-width: none;
}
.elementor-widget-nms-cta .nms-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  position: relative;
  z-index: 2;
  padding: 80px 24px;
}
.elementor-widget-nms-cta .nms-cta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  width: 100%;
}
.elementor-widget-nms-cta .nms-cta-content {
  flex: 1 1 45%;
  min-width: 300px;
}
.elementor-widget-nms-cta .nms-cta-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.7);
  margin: 16px 0 0;
}
.elementor-widget-nms-cta .nms-c-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.elementor-widget-nms-cta .nms-c-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.8);
  font-size: 15px;
  text-decoration: none;
  transition: color .3s ease;
}
.elementor-widget-nms-cta .nms-c-item:hover {
  color: #fff;
}
.elementor-widget-nms-cta .nms-c-ic {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  color: var(--nms-accent);
  flex: 0 0 36px;
}
.elementor-widget-nms-cta .nms-c-ic svg {
  width: 20px;
  height: 20px;
}
.elementor-widget-nms-cta .nms-cta-form-wrap {
  flex: 1 1 45%;
  min-width: 300px;
  background: #fff;
  border-radius: var(--nms-radius);
  padding: 32px;
}
.elementor-widget-nms-cta .nms-form-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 24px;
}
.elementor-widget-nms-cta .nms-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.elementor-widget-nms-cta .nms-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.elementor-widget-nms-cta .nms-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.elementor-widget-nms-cta .nms-form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--nms-ink);
}
.elementor-widget-nms-cta .nms-form-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--nms-radius-sm);
  border: 1px solid var(--nms-border);
  background: #fff;
  color: var(--nms-ink);
  font-family: var(--nms-font-sans);
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease;
  box-sizing: border-box;
}
.elementor-widget-nms-cta .nms-form-input:focus {
  border-color: var(--nms-accent);
}
.elementor-widget-nms-cta textarea.nms-form-input {
  min-height: 100px;
  resize: vertical;
}
.elementor-widget-nms-cta select.nms-form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236c7a8d' viewBox='0 0 20 20'%3E%3Cpath d='M10 12l-6-6h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
.elementor-widget-nms-cta .nms-form-note {
  font-size: 13px;
  color: var(--nms-muted);
  text-align: center;
  margin: 8px 0 0;
}

/* ===== WHATSAPP ===== */
.elementor-widget-nms-whatsapp .nms-wa-widget {
  position: fixed;
  z-index: 9999;
}
.elementor-widget-nms-whatsapp .nms-wa-bottom-right {
  bottom: 24px;
  right: 24px;
}
.elementor-widget-nms-whatsapp .nms-wa-bottom-left {
  bottom: 24px;
  left: 24px;
}
.elementor-widget-nms-whatsapp .nms-wa-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,211,102,.35);
  transition: all .25s ease;
  text-decoration: none;
}
.elementor-widget-nms-whatsapp .nms-wa-link:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
}
.elementor-widget-nms-whatsapp .nms-wa-svg {
  width: 28px;
  height: 28px;
}

/* ===== NMSH Home Hero ===== */
.elementor-widget-nmsh-home-hero .nmsh-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: 'Nunito Sans', 'Jost', system-ui, sans-serif;
  background-color: #0A2540;
  background-size: cover;
  background-position: center;
}
.nmsh-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.nmsh-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.nmsh-hero-content {
  max-width: 560px;
}
.nmsh-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5,116,133,.22);
  color: #4fd1c5;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
.nmsh-hero-title {
  font-family: var(--nms-font-display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 20px;
}
.nmsh-hero-subtitle {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  margin: 0 0 28px;
}
.nmsh-hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nmsh-hero-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255,255,255,.85);
}
.nmsh-check-ic {
  flex: 0 0 22px;
  height: 22px;
  background: rgba(5,116,133,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nmsh-check-ic svg {
  width: 12px;
  height: 12px;
  color: #B4E717;
}
.nmsh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}
.nmsh-hero-stats {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.nmsh-hero-stats-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.nmsh-hero-stat-num {
  font-family: var(--nms-font-display);
  font-size: 30px;
  font-weight: 800;
  color: #B4E717;
  line-height: 1.1;
}
.nmsh-hero-stat-lbl {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nmsh-hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 24px;
}
.nmsh-hero-trust img {
  height: 44px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  opacity: .75;
  filter: brightness(0) invert(1);
}
.nmsh-hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.nmsh-hero-video-bg video,
.nmsh-hero-video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nmsh-hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nmsh-hero-video-bg::after {
  content: '';
  position: absolute;
  inset: 0;
}
.nmsh-hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  pointer-events: none;
  color: #fff;
}
.nmsh-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ===== NMSH Who We Are ===== */
.nmsh-wwa {
  --wwa-navy: #032F41;
  --wwa-accent: #057485;
  --wwa-accent-2: #046F82;
  --wwa-ink: #191919;
  --wwa-gray: #5c6b7a;
  --wwa-bg: #f4f7f9;
  --wwa-surface: #ffffff;
  --wwa-border: #e4ebf0;
  --wwa-ind: var(--wwa-accent);
  --wwa-blur: 18px;
  --wwa-speed: 320ms;
  --wwa-ease: cubic-bezier(.22, .61, .36, 1);
  position: relative;
  box-sizing: border-box;
  background: var(--wwa-bg);
  color: var(--wwa-ink);
  font-family: var(--nms-font-sans, 'Nunito Sans', system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.nmsh-wwa *, .nmsh-wwa *::before, .nmsh-wwa *::after {
  box-sizing: border-box;
}
.nmsh-wwa::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 55% at 88% 8%, rgba(5, 116, 133, .07), transparent 60%),
              radial-gradient(50% 50% at 4% 96%, rgba(3, 47, 65, .05), transparent 60%);
  pointer-events: none;
}
.nmsh-wwa-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.nmsh-wwa-grid {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.nmsh-wwa-left {
  flex: 0 0 45%;
  max-width: 45%;
  min-width: 0;
}
.nmsh-wwa-right {
  flex: 1 1 0;
  min-width: 0;
}
.nmsh-wwa-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  margin: 0 0 22px;
  border-radius: 100px;
  background: rgba(5, 116, 133, .09);
  border: 1px solid rgba(5, 116, 133, .16);
  color: var(--wwa-accent-2);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}
.nmsh-wwa-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wwa-accent);
  box-shadow: 0 0 0 4px rgba(5, 116, 133, .16);
}
.nmsh-wwa-heading {
  font-family: var(--nms-font-display, 'Spartan', system-ui, sans-serif);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
}
.nmsh-wwa-h-lead {
  color: var(--wwa-navy);
  display: block;
}
.nmsh-wwa-h-hl {
  color: var(--wwa-accent);
  display: block;
}
.nmsh-wwa-intro {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
  color: var(--wwa-gray);
  margin: 0 0 16px;
  max-width: 46ch;
}
.nmsh-wwa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
}
.nmsh-wwa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform var(--wwa-speed) var(--wwa-ease),
              box-shadow var(--wwa-speed) var(--wwa-ease),
              background var(--wwa-speed) var(--wwa-ease),
              color var(--wwa-speed) var(--wwa-ease);
  will-change: transform;
}
.nmsh-wwa-btn--primary {
  background: var(--wwa-navy);
  color: #fff;
  box-shadow: 0 10px 26px rgba(3, 47, 65, .22);
}
.nmsh-wwa-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(3, 47, 65, .30);
}
.nmsh-wwa-btn--secondary {
  background: transparent;
  color: var(--wwa-navy);
  border-color: rgba(3, 47, 65, .22);
}
.nmsh-wwa-btn--secondary:hover {
  border-color: var(--wwa-navy);
  background: rgba(3, 47, 65, .04);
  transform: translateY(-2px);
}
.nmsh-wwa-auth {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 34px 0 0;
  padding: 20px 8px;
  border-radius: 18px;
  background: var(--wwa-surface);
  border: 1px solid var(--wwa-border);
  box-shadow: 0 8px 30px rgba(3, 47, 65, .05);
}
.nmsh-wwa-auth-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  transition: transform var(--wwa-speed) var(--wwa-ease);
}
.nmsh-wwa-auth-item+.nmsh-wwa-auth-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  width: 1px;
  background: var(--wwa-border);
}
.nmsh-wwa--hover .nmsh-wwa-auth-item:hover {
  transform: translateY(-3px);
}
.nmsh-wwa-auth-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--wwa-accent);
  font-size: 22px;
}
.nmsh-wwa-auth-ic img {
  max-width: 40px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.nmsh-wwa-auth-lbl {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--wwa-navy);
}
.nmsh-wwa-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 24px 0 0;
  padding: 22px 8px;
  border-radius: 18px;
  background: var(--wwa-surface);
  border: 1px solid var(--wwa-border);
  box-shadow: 0 8px 30px rgba(3, 47, 65, .05);
}
.nmsh-wwa-stat {
  position: relative;
  padding: 4px 14px;
  min-width: 0;
}
.nmsh-wwa-stat+.nmsh-wwa-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 52px;
  width: 1px;
  background: var(--wwa-border);
}
.nmsh-wwa-stat-ic {
  display: inline-flex;
  align-items: center;
  color: var(--wwa-accent);
  font-size: 18px;
  margin-bottom: 8px;
}
.nmsh-wwa-stat-num {
  display: block;
  font-family: var(--nms-font-display, 'Spartan', system-ui, sans-serif);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  line-height: 1;
  color: var(--wwa-navy);
  font-variant-numeric: tabular-nums;
}
.nmsh-wwa-stat-lbl {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--wwa-ink);
  margin-top: 8px;
}
.nmsh-wwa-stat-sub {
  display: block;
  font-size: 11.5px;
  color: var(--wwa-gray);
  margin-top: 3px;
}
.nmsh-wwa-card {
  position: relative;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 30px 70px rgba(3, 47, 65, .10);
  -webkit-backdrop-filter: blur(var(--wwa-blur));
  backdrop-filter: blur(var(--wwa-blur));
  overflow: hidden;
  min-height: 420px;
}
.nmsh-wwa-tabs {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 2px solid var(--wwa-border);
}
.nmsh-wwa-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 10px;
  border: 1px solid var(--wwa-border);
  border-radius: 14px;
  background: var(--wwa-surface);
  color: var(--wwa-gray);
  font-family: var(--nms-font-sans, 'Nunito Sans', system-ui, sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--wwa-speed) var(--wwa-ease),
              color var(--wwa-speed) var(--wwa-ease),
              border-color var(--wwa-speed) var(--wwa-ease),
              transform var(--wwa-speed) var(--wwa-ease),
              box-shadow var(--wwa-speed) var(--wwa-ease);
  will-change: transform;
}
.nmsh-wwa-tab:hover:not(.is-active) {
  border-color: rgba(5, 116, 133, .4);
  color: var(--wwa-accent-2);
  transform: translateY(-2px);
}
.nmsh-wwa-tab.is-active {
  background: var(--wwa-accent);
  color: #fff;
  border-color: var(--wwa-accent);
  box-shadow: 0 12px 26px rgba(5, 116, 133, .28);
}
.nmsh-wwa-tab-ic {
  font-size: 20px;
  line-height: 1;
}
.nmsh-wwa-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: var(--wwa-ind-w, calc((100% - (var(--wwa-tab-count, 3) - 1) * 10px)/ var(--wwa-tab-count, 3)));
  border-radius: 3px;
  background: var(--wwa-ind);
  transform: translateX(var(--wwa-ind-x, 0));
  transition: transform var(--wwa-speed) var(--wwa-ease),
              width var(--wwa-speed) var(--wwa-ease);
}
.nmsh-wwa-panels {
  position: relative;
  padding-top: 24px;
}
.nmsh-wwa-panel {
  display: none;
}
.nmsh-wwa-panel.is-active {
  display: block;
  animation: nmshWwaFade var(--wwa-speed) var(--wwa-ease) both;
}
@keyframes nmshWwaFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.nmsh-wwa-panel-rule {
  display: block;
  width: 42px;
  height: 4px;
  border-radius: 4px;
  background: var(--wwa-accent);
  margin-bottom: 20px;
}
.nmsh-wwa-panel-title {
  font-family: var(--nms-font-display, 'Spartan', system-ui, sans-serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  color: var(--wwa-navy);
  margin: 0 0 14px;
  line-height: 1.15;
}
.nmsh-wwa-panel-text {
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--wwa-gray);
  margin: 0 0 22px;
}
.nmsh-wwa-feat {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 14px;
}
.nmsh-wwa-feat li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--wwa-ink);
}
.nmsh-wwa-feat-ic {
  flex: 0 0 auto;
  display: inline-flex;
  color: var(--wwa-accent);
  margin-top: 1px;
}
.nmsh-wwa-feat-ic svg {
  width: 20px;
  height: 20px;
}
.nmsh-wwa-callout {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(5, 116, 133, .08), rgba(3, 47, 65, .05));
  border: 1px solid rgba(5, 116, 133, .16);
}
.nmsh-wwa-callout-ic {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--wwa-surface);
  color: var(--wwa-accent);
  font-size: 20px;
  box-shadow: 0 4px 14px rgba(5, 116, 133, .18);
}
.nmsh-wwa-callout-txt {
  margin: 0;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--wwa-navy);
}
.nmsh-wwa--reveal[data-r] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s var(--wwa-ease), transform .6s var(--wwa-ease);
}
.nmsh-wwa--reveal[data-r].is-in {
  opacity: 1;
  transform: none;
}
.no-js.nmsh-wwa--reveal[data-r] {
  opacity: 1;
  transform: none;
}
.elementor-editor-active .nmsh-wwa--reveal [data-r] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
@media(max-width:992px) {
  .nmsh-wwa-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .nmsh-wwa-left, .nmsh-wwa-right {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
  .nmsh-wwa-right {
    order: 2;
  }
}
@media(max-width:768px) {
  .nmsh-wwa-inner {
    padding: 0 20px;
  }
  .nmsh-wwa-grid {
    gap: 32px;
  }
  .nmsh-wwa-heading {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .nmsh-wwa-intro {
    font-size: 15px;
    line-height: 1.6;
    max-width: none;
  }
  .nmsh-wwa-actions {
    margin-top: 24px;
    gap: 12px;
  }
  .nmsh-wwa-btn {
    padding: 14px 22px;
    font-size: 14px;
  }
  .nmsh-wwa-auth {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
    padding: 16px 12px;
    margin-top: 24px;
  }
  .nmsh-wwa-auth-item {
    padding: 8px 6px;
  }
  .nmsh-wwa-auth-item + .nmsh-wwa-auth-item::before {
    display: none;
  }
  .nmsh-wwa-auth-ic {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .nmsh-wwa-auth-lbl {
    font-size: 11px;
    line-height: 1.3;
  }
  .nmsh-wwa-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
    padding: 16px 12px;
    margin-top: 20px;
  }
  .nmsh-wwa-stat {
    padding: 8px 10px;
  }
  .nmsh-wwa-stat + .nmsh-wwa-stat::before {
    display: none;
  }
  .nmsh-wwa-stat-num {
    font-size: clamp(20px, 5vw, 26px);
  }
  .nmsh-wwa-stat-lbl {
    font-size: 12px;
    margin-top: 6px;
  }
  .nmsh-wwa-stat-sub {
    font-size: 11px;
  }
  .nmsh-wwa-card {
    padding: 24px 20px;
    min-height: auto;
    border-radius: 20px;
  }
  .nmsh-wwa-tabs {
    gap: 6px;
    padding-bottom: 12px;
  }
  .nmsh-wwa-tab {
    padding: 12px 8px;
    font-size: 12px;
    border-radius: 10px;
  }
  .nmsh-wwa-tab-ic {
    font-size: 16px;
  }
  .nmsh-wwa-panels {
    padding-top: 16px;
  }
  .nmsh-wwa-panel-title {
    font-size: clamp(18px, 5vw, 24px);
    margin-bottom: 10px;
  }
  .nmsh-wwa-panel-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .nmsh-wwa-feat {
    gap: 10px;
    margin-bottom: 16px;
  }
  .nmsh-wwa-feat li {
    font-size: 14px;
    gap: 10px;
  }
  .nmsh-wwa-feat-ic svg {
    width: 18px;
    height: 18px;
  }
  .nmsh-wwa-callout {
    padding: 16px 18px;
    gap: 12px;
    border-radius: 12px;
  }
  .nmsh-wwa-callout-ic {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .nmsh-wwa-callout-txt {
    font-size: 13px;
  }
  .nmsh-wwa-label {
    font-size: 11px;
    padding: 6px 12px;
    margin-bottom: 16px;
  }
}
@media(max-width:480px) {
  .nmsh-wwa-inner {
    padding: 0 16px;
  }
  .nmsh-wwa-grid {
    gap: 28px;
  }
  .nmsh-wwa-heading {
    font-size: clamp(22px, 7vw, 28px);
  }
  .nmsh-wwa-intro {
    font-size: 14px;
  }
  .nmsh-wwa-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .nmsh-wwa-btn {
    justify-content: center;
    padding: 13px 20px;
    font-size: 13px;
  }
  .nmsh-wwa-tabs {
    gap: 4px;
  }
  .nmsh-wwa-tab {
    padding: 10px 6px;
    font-size: 11px;
    letter-spacing: 0;
  }
  .nmsh-wwa-tab-ic {
    font-size: 14px;
  }
  .nmsh-wwa-auth {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    padding: 14px 10px;
  }
  .nmsh-wwa-auth-ic {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .nmsh-wwa-auth-lbl {
    font-size: 10px;
  }
  .nmsh-wwa-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    padding: 14px 10px;
  }
  .nmsh-wwa-stat {
    padding: 6px 8px;
  }
  .nmsh-wwa-stat-num {
    font-size: clamp(18px, 5vw, 22px);
  }
  .nmsh-wwa-stat-lbl {
    font-size: 11px;
    margin-top: 4px;
  }
  .nmsh-wwa-card {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .nmsh-wwa-callout {
    flex-direction: column;
    text-align: center;
    padding: 14px 16px;
  }
  .nmsh-wwa-callout-ic {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .nmsh-wwa-callout-txt {
    font-size: 12px;
  }
  .nmsh-wwa-panel-title {
    font-size: clamp(16px, 5vw, 20px);
  }
  .nmsh-wwa-panel-text {
    font-size: 13px;
  }
  .nmsh-wwa-feat li {
    font-size: 13px;
    gap: 8px;
  }
}
/* Very small screens (320px, 360px) */
@media(max-width:360px) {
  .nmsh-wwa-inner {
    padding: 0 14px;
  }
  .nmsh-wwa-heading {
    font-size: 22px;
  }
  .nmsh-wwa-intro {
    font-size: 13px;
  }
  .nmsh-wwa-auth {
    grid-template-columns: 1fr 1fr;
    gap: 8px 0;
    padding: 12px 8px;
  }
  .nmsh-wwa-auth-ic {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .nmsh-wwa-auth-lbl {
    font-size: 9px;
  }
  .nmsh-wwa-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px 0;
    padding: 12px 8px;
  }
  .nmsh-wwa-stat-num {
    font-size: 18px;
  }
  .nmsh-wwa-stat-lbl {
    font-size: 10px;
  }
  .nmsh-wwa-stat-sub {
    font-size: 10px;
  }
  .nmsh-wwa-card {
    padding: 16px 14px;
    border-radius: 14px;
  }
  .nmsh-wwa-tab {
    padding: 8px 4px;
    font-size: 10px;
  }
  .nmsh-wwa-tab-ic {
    font-size: 12px;
  }
  .nmsh-wwa-btn {
    padding: 12px 16px;
    font-size: 12px;
  }
  .nmsh-wwa-feat li {
    font-size: 12px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .nmsh-wwa *, .nmsh-wwa *::before, .nmsh-wwa *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .nmsh-wwa--reveal [data-r] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Full-width breakout for Who We Are */
.elementor-widget-nmsh_who_we_are:has(.nmsh-wwa--full-width) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}
.nmsh-wwa.nmsh-wwa--full-width {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.nmsh-wwa--full-width .nmsh-wwa-inner {
  max-width: 1440px;
  padding-left: clamp(16px, 4vw, 64px);
  padding-right: clamp(16px, 4vw, 64px);
}
.nmsh-wwa.nmsh-wwa--transparent {
  background: transparent;
}
.nmsh-wwa.nmsh-wwa--transparent::before {
  display: none;
}

/* ===== NMSH Services Grid ===== */
.nmsh-services-grid {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Nunito Sans', 'Jost', system-ui, -apple-system, sans-serif;
  background-color: #0A2540;
  padding: 80px 24px;
}
.nmsh-services-grid *, .nmsh-services-grid *::before, .nmsh-services-grid *::after {
  box-sizing: border-box;
}
.nmsh-sg-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.nmsh-sec-head__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B4E717;
  margin-bottom: 12px;
}
.nmsh-sec-head__title {
  font-family: 'Spartan', 'Playfair Display', system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
}
.nmsh-sg-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.nmsh-sg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background-color: transparent;
  transition: transform .4s cubic-bezier(.22,.61,.36,1),
              box-shadow .4s cubic-bezier(.22,.61,.36,1),
              border-color .3s ease;
}
.nmsh-sg-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.25);
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.nmsh-sg-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nmsh-sg-card__image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.nmsh-sg-card:hover .nmsh-sg-card__image img {
  transform: scale(1.06);
}
.nmsh-sg-card__body {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 26px;
  flex: 1;
}
.nmsh-sg-card__title {
  font-family: 'Spartan', 'Playfair Display', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 10px;
}
.nmsh-sg-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}
.nmsh-sg-card__title a:hover {
  color: #B4E717;
}
.nmsh-sg-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  margin: 0 0 20px;
}
.nmsh-sg-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 0;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-decoration: none;
  border-radius: 50%;
  transition: background .3s ease, border-color .3s ease, transform .3s cubic-bezier(.22,.61,.36,1);
  align-self: flex-start;
  flex-shrink: 0;
}
.nmsh-sg-card__link:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.35);
  transform: scale(1.08);
}
.nmsh-sg-card__link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
}
.nmsh-sg-card__link:hover svg {
  transform: translateX(3px);
}
@media(max-width:1024px) {
  .nmsh-sg-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .nmsh-services-grid {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media(max-width:600px) {
  .nmsh-sg-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nmsh-services-grid {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ===== NMSH Values ===== */
.nmsh-values {
  padding: 90px 24px;
  background: var(--nms-light);
}
.nmsh-values-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nmsh-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.nmsh-val-card {
  background: #fff;
  border: 1px solid var(--nms-border);
  border-radius: var(--nms-radius);
  padding: 32px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.nmsh-val-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--nms-shadow-hover);
}
.nmsh-val-card--highlight {
  background: linear-gradient(155deg, var(--nms-accent) 0%, var(--nms-ocean, #046F82) 100%);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(5,116,133,.28);
}
.nmsh-val-ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(5,116,133,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--nms-accent);
}
.nmsh-val-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--nms-ink);
  margin: 0 0 10px;
}
.nmsh-val-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-gray);
  margin: 0;
}
@media(max-width:1024px) {
  .nmsh-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:600px) {
  .nmsh-values {
    padding: 56px 16px;
  }
  .nmsh-values-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== NMSH Team ===== */
.nmsh-team {
  --nmsh-team-accent: var(--nms-accent, #057485);
  --nmsh-team-navy: #032F41;
  --nmsh-team-card-bg: #ffffff;
  --nmsh-team-card-hover: #057485;
  --nmsh-team-radius: 18px;
  padding: 96px 24px;
  background: #f5f5f0;
}
.nmsh-team-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.elementor-widget-nmsh_team:has(.nmsh-team--full-width) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}
.nmsh-team.nmsh-team--full-width {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.nmsh-team-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.nmsh-team-heading {
  font-family: var(--nms-font-display, sans-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--nmsh-team-navy);
  margin: 0 0 12px;
}
.nmsh-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.nmsh-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--nmsh-team-card-bg);
  border: 1px solid var(--nms-border, #e2e8f0);
  border-radius: var(--nmsh-team-radius);
  padding: 36px 24px 20px;
  text-align: center;
  position: relative;
  transition: background .4s cubic-bezier(.4,0,.2,1),
              border-color .4s cubic-bezier(.4,0,.2,1),
              box-shadow .4s cubic-bezier(.4,0,.2,1),
              transform .35s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.nmsh-team-card:hover, .nmsh-team-card.is-active, .nmsh-team-card:focus-within {
  background: var(--nmsh-team-card-hover);
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(3, 47, 65, .15);
  transform: translateY(-6px);
}
.nmsh-team-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f6, #e0ebee);
  flex-shrink: 0;
  margin-bottom: 20px;
}
.nmsh-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nmsh-team-name {
  font-family: var(--nms-font-display, sans-serif);
  font-size: 18px;
  font-weight: 800;
  color: var(--nmsh-team-navy);
  margin: 0 0 4px;
  line-height: 1.2;
  transition: color .35s ease;
}
.nmsh-team-card:hover .nmsh-team-name,
.nmsh-team-card.is-active .nmsh-team-name,
.nmsh-team-card:focus-within .nmsh-team-name {
  color: #ffffff;
}
.nmsh-team-role {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--nmsh-team-accent);
  margin: 0;
  text-transform: uppercase;
  transition: color .35s ease;
}
.nmsh-team-card:hover .nmsh-team-role,
.nmsh-team-card.is-active .nmsh-team-role,
.nmsh-team-card:focus-within .nmsh-team-role {
  color: rgba(255,255,255,.9);
}
.nmsh-team-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--nms-border, #e2e8f0);
  transition: border-color .35s ease;
}
.nmsh-team-card:hover .nmsh-team-footer,
.nmsh-team-card.is-active .nmsh-team-footer,
.nmsh-team-card:focus-within .nmsh-team-footer {
  border-color: rgba(255,255,255,.2);
}
.nmsh-team-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(3, 47, 65, .06);
  color: var(--nmsh-team-navy);
  flex-shrink: 0;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.nmsh-team-arrow:hover {
  background: var(--nmsh-team-navy);
  color: #ffffff;
  transform: translate(2px, -2px);
}
.nmsh-team-card:hover .nmsh-team-arrow,
.nmsh-team-card.is-active .nmsh-team-arrow,
.nmsh-team-card:focus-within .nmsh-team-arrow {
  background: var(--nmsh-team-navy);
  color: #ffffff;
}
/* Social links — explicit white on hover/active/focus-within for contrast */
.nmsh-team-card:hover .nmsh-team-social a,
.nmsh-team-card.is-active .nmsh-team-social a,
.nmsh-team-card:focus-within .nmsh-team-social a {
  color: rgba(255,255,255,.9);
}
.nmsh-team-card:hover .nmsh-team-social a:hover,
.nmsh-team-card.is-active .nmsh-team-social a:hover,
.nmsh-team-card:focus-within .nmsh-team-social a:hover {
  color: #ffffff;
  background: rgba(255,255,255,.2);
}
@media(max-width:992px) {
  .nmsh-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nmsh-team-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media(max-width:600px) {
  .nmsh-team {
    padding: 56px 16px;
  }
  .nmsh-team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ===== NMSH Insights ===== */
.nmsh-insights {
  --nmsh-ins-accent: var(--nms-accent, #057485);
  padding: 96px 24px;
  background: #f7f9fc;
}
.nmsh-insights-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nmsh-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.nmsh-insights-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--nms-border, #e2e8f0);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  will-change: transform;
}
.nmsh-insights-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(3, 47, 65, .12);
}
.nmsh-insights-media {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f6, #e0ebee);
}
.nmsh-insights-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.nmsh-insights-card:hover .nmsh-insights-media img {
  transform: scale(1.05);
}
.nmsh-insights-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--nmsh-ins-accent);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1;
}
.nmsh-insights-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px;
}
.nmsh-insights-title {
  font-family: var(--nms-font-display, sans-serif);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #032F41;
  margin: 0 0 12px;
}
.nmsh-insights-title a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}
.nmsh-insights-title a:hover {
  color: var(--nmsh-ins-accent);
}
.nmsh-insights-excerpt {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--nms-muted, #5a6b7d);
  margin: 0 0 18px;
}
.nmsh-insights-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 800;
  color: var(--nmsh-ins-accent);
  text-decoration: none;
}
.nmsh-insights-more:hover svg {
  transform: translateX(4px);
}
@media(max-width:992px) {
  .nmsh-insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:600px) {
  .nmsh-insights {
    padding: 56px 16px;
  }
  .nmsh-insights-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== NMSH Partner ===== */
.nmsh-partner {
  --nmsh-pt-accent: var(--nms-accent, #057485);
  --nmsh-pt-band: #032F41;
  padding: 80px 24px;
  background: #fff;
}
.nmsh-partner-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nmsh-partner-band {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(70% 120% at 92% 8%, rgba(5, 116, 133, .35), transparent 60%),
              linear-gradient(135deg, var(--nmsh-pt-band), #05435c);
  box-shadow: 0 30px 70px rgba(3, 47, 65, .22);
}
.nmsh-partner-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 0;
}
.nmsh-partner-text {
  padding: 56px 52px;
  color: #fff;
}
.nmsh-partner-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}
.nmsh-partner-heading {
  font-family: var(--nms-font-display, sans-serif);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 18px;
}
.nmsh-partner-media {
  position: relative;
  align-self: stretch;
  min-height: 340px;
  overflow: hidden;
}
.nmsh-partner-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media(max-width:900px) {
  .nmsh-partner-grid {
    grid-template-columns: 1fr;
  }
  .nmsh-partner-media {
    min-height: 260px;
    order: 2;
  }
  .nmsh-partner-text {
    order: 1;
    padding: 44px 32px;
  }
}
@media(max-width:600px) {
  .nmsh-partner {
    padding: 48px 16px;
  }
  .nmsh-partner-text {
    padding: 34px 22px;
  }
  .nmsh-partner-media {
    min-height: 200px;
  }
}

/* ===== NMSH Footer ===== */
.elementor-widget-nmsh_footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.nmsh-footer {
  margin: 0;
  padding: 0;
}
.nmsh-footer-top {
  background: #ffffff;
  padding: 80px 24px 64px;
  margin: 0;
}
.nmsh-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.nmsh-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.nmsh-footer-col {
  border-left: 1px solid #e4ebf0;
  padding-left: 32px;
}
.nmsh-footer-col:first-child {
  border-left: none;
  padding-left: 0;
}
.nmsh-footer-logo {
  display: block;
  max-width: 180px;
  height: auto;
  margin-bottom: 16px;
}
.nmsh-footer-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #5c6b7a;
  margin: 0 0 20px;
}
.nmsh-footer-heading {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #0A2540;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 20px;
}
.nmsh-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nmsh-footer-links a {
  font-size: 14px;
  color: #0A2540;
  text-decoration: none;
  transition: color .2s ease;
}
.nmsh-footer-links a:hover {
  color: #057485;
}
.nmsh-footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nmsh-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #5c6b7a;
  background: #f4f6f9;
  transition: color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
}
.nmsh-footer-social a:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.nmsh-footer-bottom {
  background: #0A2540;
  padding: 20px 24px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.nmsh-footer-bottom .nmsh-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
.nmsh-footer-copyright {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  margin: 0;
}
.nmsh-footer-legal {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.nmsh-footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color .2s ease;
}
.nmsh-footer-legal a:hover {
  color: #ffffff;
}
@media(max-width:1024px) {
  .nmsh-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 28px;
  }
  .nmsh-footer-col:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }
}
@media(max-width:600px) {
  .nmsh-footer-top {
    padding: 48px 16px 40px;
  }
  .nmsh-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .nmsh-footer-col {
    border-left: none;
    padding-left: 0;
  }
  .nmsh-footer-bottom .nmsh-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/* Remove any gap from Elementor widget wrapper */
.elementor-widget-nmsh_footer .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-widget-nmsh_footer + .elementor-widget {
  margin-top: 0 !important;
}

.nms-tp-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.nms-tp-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  background: rgba(3, 47, 65, .06);
  color: var(--nms-tp-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.nms-tp-section-heading {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--nms-tp-navy);
  margin: 0 0 12px;
}
.nms-tp-section-sub {
  font-size: 15px;
  line-height: 1.65;
  color: #5a6b7d;
  margin: 0;
  max-width: 560px;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Hero Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tp-hero {
  position: relative;
  padding: 80px 0 60px;
  background: #f5f5f0;
  text-align: center;
  overflow: hidden;
}
.nms-tp-hero--full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nms-tp-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.nms-tp-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3,47,65,0.7), rgba(5,116,133,0.4));
}
.nms-tp-hero-bg--mobile {
  display: none;
}
@media(max-width:768px) {
  .nms-tp-hero-bg--desktop {
    display: none;
  }
  .nms-tp-hero-bg--mobile {
    display: block;
  }
}
.nms-tp-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.nms-tp-hero-heading {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--nms-tp-navy);
  margin: 0 0 16px;
}
.nms-tp-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #5a6b7d;
  margin: 0 auto;
  max-width: 560px;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Founder Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tp-founder {
  padding: 80px 0;
  background: #ffffff;
}
.nms-tp-founder-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: center;
}
.nms-tp-founder-photo {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.nms-tp-founder-photoimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nms-tp-founder-quote {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 24px;
  padding: 0;
  border: none;
  font-style: italic;
}
.nms-tp-founder-quote::before {
  content: '\201C';
  display: block;
  font-size: 48px;
  line-height: 1;
  color: var(--nms-tp-accent);
  margin-bottom: 8px;
  font-style: normal;
}
.nms-tp-founder-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nms-tp-founder-name {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-tp-navy);
}
.nms-tp-founder-role {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--nms-tp-accent);
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Team Grid Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tp-team {
  padding: 80px 0;
  background: #ffffff;
}
.nms-tp-team-header {
  margin-bottom: 48px;
}
.nms-tp-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.nms-tp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 24px 24px;
  text-align: center;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  position: relative;
}
.nms-tp-card:hover {
  background: var(--nms-tp-accent);
  border-color: transparent;
  box-shadow: 0 16px 48px rgba(3,47,65,.12);
  transform: translateY(-4px);
}
.nms-tp-card-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #eef4f6, #e0ebee);
}
.nms-tp-card-photoimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nms-tp-card-name {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-tp-navy);
  margin: 0 0 4px;
  text-decoration: none;
  display: block;
  transition: color .3s ease;
}
.nms-tp-card:hover.nms-tp-card-name {
  color: #ffffff;
}
.nms-tp-card-role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--nms-tp-accent);
  margin: 0 0 16px;
  transition: color .3s ease;
}
.nms-tp-card:hover.nms-tp-card-role {
  color: rgba(255,255,255,.8);
}
.nms-tp-card-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nms-tp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5a6b7d;
  text-decoration: none;
  transition: color .2s ease;
}
.nms-tp-card-link:hover {
  color: var(--nms-tp-accent);
}
.nms-tp-card:hover.nms-tp-card-link {
  color: rgba(255,255,255,.8);
}
.nms-tp-card:hover.nms-tp-card-link:hover {
  color: #ffffff;
}
.nms-tp-card-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(3,47,65,.06);
  color: var(--nms-tp-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .3s ease;
}
.nms-tp-card-arrow:hover {
  background: var(--nms-tp-navy);
  color: #ffffff;
}
.nms-tp-card:hover.nms-tp-card-arrow {
  background: rgba(255,255,255,.2);
  color: #ffffff;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Culture Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tp-culture {
  padding: 80px 0;
  background: #f5f5f0;
}
.nms-tp-culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.nms-tp-culture-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-top: 16px;
}
.nms-tp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.nms-tp-stat {
  text-align: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
.nms-tp-stat-num {
  display: block;
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--nms-tp-accent);
  line-height: 1.2;
}
.nms-tp-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #5a6b7d;
  margin-top: 4px;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ CTA Ã¢â€â‚¬Ã¢â€â‚¬ */
/* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ Premium CTA with Glassmorphism Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ */
.nms-tp-cta-premium {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.nms-tp-cta-premium--full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nms-tp-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.nms-tp-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.nms-tp-cta-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 2;
  pointer-events: none;
}
.nms-tp-cta-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  width: 100%;
}
.nms-tp-cta-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nms-tp-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  width: fit-content;
}
.nms-tp-cta-badge-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: nmsPulse 2s ease infinite;
}
@keyframesnmsPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: .6;
    transform: scale(1.3);
  }
}
.nms-tp-cta-title {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0;
}
.nms-tp-cta-highlight {
  display: block;
  color: #4ade80;
}
.nms-tp-cta-typing {
  border-right: none;
}
.nms-tp-cta-cursor {
  display: inline-block;
  color: #4ade80;
  animation: nmsCursorBlink .8s step-end infinite;
  font-weight: 300;
  margin-left: 2px;
}
@keyframesnmsCursorBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.nms-tp-cta-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  margin: 0;
  max-width: 480px;
}
.nms-tp-cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.nms-tp-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #fff;
  color: var(--nms-tp-navy, #032F41);
  font-weight: 700;
  font-size: 15px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  border: none;
  cursor: pointer;
}
.nms-tp-cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.2);
  color: var(--nms-tp-navy, #032F41);
}
.nms-tp-cta-btn-primarysvg {
  transition: transform .3s ease;
}
.nms-tp-cta-btn-primary:hoversvg {
  transform: translateX(4px);
}
.nms-tp-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,.4);
  transition: all .3s ease;
}
.nms-tp-cta-btn-secondary:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.7);
  transform: translateY(-2px);
  color: #fff;
}
/* Glassmorphism decorative card */
.nms-tp-cta-glass {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.15);
  padding: 40px 36px;
  box-shadow: 0 8px 32px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
  overflow: hidden;
}
.nms-tp-cta-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
}
.nms-tp-cta-glass-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.nms-tp-cta-glass-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  border-radius: 16px;
  color: #fff;
}
.nms-tp-cta-glass-title {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.nms-tp-cta-glass-desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  margin: 0;
}
.nms-tp-cta-glass-stats {
  display: flex;
  gap: 32px;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.nms-tp-cta-glass-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nms-tp-cta-glass-stat-num {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 28px;
  font-weight: 800;
  color: #4ade80;
}
.nms-tp-cta-glass-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .5px;
}
/* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ Core Values Section Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ */
.nms-tp-values {
  padding: 80px 0;
  background: #ffffff;
}
.nms-tp-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.nms-tp-value-card {
  padding: 32px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: transform .3s ease, box-shadow .3s ease;
  text-align: center;
}
.nms-tp-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.nms-tp-value-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--nms-tp-accent, #057485), var(--nms-ocean, #046F82));
  border-radius: 14px;
  color: #fff;
  font-size: 24px;
}
.nms-tp-value-title {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-ink, #1a2332);
  margin: 0 0 8px;
}
.nms-tp-value-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--nms-muted, #5a6b7d);
  margin: 0;
}
/* Culture grid responsive - tablet */
@media(max-width:768px) {
  .nms-tp-culture-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .nms-tp-culture-grid--text-stats {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .nms-tp-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media(max-width:600px) {
  .nms-tp-hero {
    padding: 48px 0 36px;
  }
  .nms-tp-founder {
    padding: 48px 0;
  }
  .nms-tp-founder-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nms-tp-founder-photo {
    max-width: 200px;
    margin: 0 auto;
  }
  .nms-tp-team {
    padding: 48px 0;
  }
  .nms-tp-team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nms-tp-card {
    padding: 24px 20px 20px;
  }
  .nms-tp-card-photo {
    width: 100px;
    height: 100px;
  }
  .nms-tp-culture {
    padding: 48px 0;
  }
  .nms-tp-culture-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nms-tp-culture-grid--text-stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nms-tp-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .nms-tp [data-sg-stagger] {
    opacity: 1 !important;
    transform: none !important;
  }
  .nms-tp-stat {
    padding: 16px 8px;
  }
  .nms-tp-stat-num {
    font-size: 24px;
  }
  .nms-tp-cta-premium {
    min-height: auto;
    padding: 80px 0;
  }
  .nms-tp-cta-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px;
  }
  .nms-tp-cta-glass {
    display: none;
  }
  .nms-tp-cta-content {
    max-width: 100%;
  }
  .nms-tp-cta-title {
    font-size: 28px;
  }
  .nms-tp-cta-desc {
    font-size: 15px;
  }
  .nms-tp-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .nms-tp-cta-buttons .nms-btn {
    width: 100%;
    justify-content: center;
  }
  .nms-tp-cta-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px;
  }
  .nms-tp-cta-glass {
    display: none;
  }
  .nms-tp-values {
    padding: 48px 0;
  }
  .nms-tp-values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nms-tp-value-card {
    padding: 24px;
  }
}
/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â   NMS Single Team Member  [.nms-tm]   Individual team member profile page.   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.nms-tm {
  --nms-tm-accent: #057485;
  --nms-tm-navy: #032F41;
  font-family: var(--nms-font-sans, 'Nunito Sans', sans-serif);
  color: #374151;
}
.nms-tm-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tm-header {
  padding: 60px 0 48px;
  background: #f5f5f0;
}
.nms-tm-header-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: center;
}
.nms-tm-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f6, #e0ebee);
}
.nms-tm-photoimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nms-tm-role {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--nms-tm-accent);
  margin-bottom: 8px;
}
.nms-tm-name {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: var(--nms-tm-navy);
  margin: 0 0 16px;
  line-height: 1.15;
}
.nms-tm-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nms-tm-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #5a6b7d;
  text-decoration: none;
  transition: color .2s ease;
}
.nms-tm-contact-item:hover {
  color: var(--nms-tm-accent);
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Bio Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tm-bio {
  padding: 48px 0;
  background: #ffffff;
}
.nms-tm-bio-content {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}
.nms-tm-bio-contentp {
  margin: 0 0 16px;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Expertise Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tm-expertise {
  padding: 48px 0;
  background: #f5f5f0;
}
.nms-tm-section-heading {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--nms-tm-navy);
  margin: 0 0 24px;
}
.nms-tm-expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.nms-tm-expertise-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 500;
  color: var(--nms-tm-navy);
}
.nms-tm-expertise-itemsvg {
  color: var(--nms-tm-accent);
  flex-shrink: 0;
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ CTA Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tm-cta {
  padding: 64px 0;
  background: var(--nms-tm-navy);
  text-align: center;
}
.nms-tm-cta-inner {
  max-width: 560px;
}
.nms-tm-cta-heading {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
}
.nms-tm-cta-text {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  margin: 0 0 24px;
}
.nms-tm-cta-btn {
  display: inline-flex;
  padding: 14px 32px;
  background: var(--nms-tm-accent);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.nms-tm-cta-btn:hover {
  background: #045a66;
  color: #ffffff;
  transform: translateY(-2px);
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Scroll-reveal Ã¢â€â‚¬Ã¢â€â‚¬ */
.nms-tm[data-sg-stagger] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s cubic-bezier(.22,.61,.36,1), transform .5s cubic-bezier(.22,.61,.36,1);
}
.nms-tm[data-sg-stagger].is-in {
  opacity: 1;
  transform: translateY(0);
}
/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬ */
@media(max-width:600px) {
  .nms-tm-header {
    padding: 40px 0 32px;
  }
  .nms-tm-header-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }
  .nms-tm-photo {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }
  .nms-tm-contact-row {
    justify-content: center;
  }
  .nms-tm-bio {
    padding: 32px 0;
  }
  .nms-tm-expertise {
    padding: 32px 0;
  }
  .nms-tm-expertise-grid {
    grid-template-columns: 1fr;
  }
  .nms-tm-cta {
    padding: 40px 0;
  }
}
/* ----------------------------------------------------------/* ----------------------------------------------------------------   ELEMENTOR EDITOR FIX Ã¯Â¿Â½ Force scroll-reveal elements visible   In the editor, IntersectionObserver may not fire, leaving   [data-sg-stagger] elements at opacity:0 permanently.   ---------------------------------------------------------------- */
.elementor-editor-active.nms-tp[data-sg-stagger], .elementor-editor-active.nms-tm[data-sg-stagger], .elementor-editor-active.nms-hero[data-sg-stagger], .elementor-editor-active.nms-about-widget[data-sg-stagger], .elementor-editor-active.nms-services-widget[data-sg-stagger], .elementor-editor-active.nms-process-widget[data-sg-stagger], .elementor-editor-active.nms-whyus-widget[data-sg-stagger], .elementor-editor-active.nms-faq-widget[data-sg-stagger], .elementor-editor-active.nms-cta-widget[data-sg-stagger], .elementor-editor-active.nmsh-hero[data-sg-stagger], .elementor-editor-active.nmsh-wwa[data-sg-stagger], .elementor-editor-active.nmsh-values[data-sg-stagger], .elementor-editor-active.nmsh-team[data-sg-stagger], .elementor-editor-active.nmsh-insights[data-sg-stagger], .elementor-editor-active.nmsh-partner[data-sg-stagger], .elementor-editor-active.nmsh-sp[data-sg-stagger] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•   NMS â€” Team Page & Team Member Enhancements   Full-width, transparent, social links, hero bg, CTA redesign, two-column layout   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* â”€â”€ Transparent Section Modifiers â”€â”€ */
.nms-tp-hero--transparent, .nms-tp-founder--transparent, .nms-tp-team--transparent, .nms-tp-culture--transparent, .nms-tp-values--transparent, .nms-tp-cta--transparent, .nmsh-team--transparent, .nms-tm-header--transparent, .nms-tm-bio--transparent, .nms-tm-expertise--transparent, .nms-tm-cta--transparent {
  background: transparent !important;
  background-color: transparent !important;
}
/* â”€â”€ Full-Width Breakout â”€â”€ */
.nms-tp--full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nms-tm--full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
}
/* â”€â”€ Team Page Hero â€” BG Image â”€â”€ */
.nms-tp-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  background: var(--nms-tp-navy, #032F41);
}
.nms-tp-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.nms-tp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.nms-tp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 100px;
  color: #fff;
}
.nms-tp-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.nms-tp-hero-heading {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.nms-tp-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,.8);
  margin: 0;
  max-width: 560px;
}
.nms-tp-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  line-height: 0;
}
.nms-tp-hero-wavesvg {
  display: block;
  width: 100%;
  height: 50px;
}
/* â”€â”€ Team Page CTA â€” Simplified (no glass panel) â”€â”€ */
.nms-tp-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.nms-tp-cta--full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nms-tp-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.nms-tp-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.nms-tp-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.nms-tp-cta-content {
  max-width: 640px;
  text-align: left;
  color: #fff;
}
.nms-tp-cta-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.nms-tp-cta-heading {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.nms-tp-cta-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.8);
  margin: 0 0 28px;
}
.nms-tp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--nms-tp-navy, #032F41);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 20px -10px rgba(0,0,0,.3);
}
.nms-tp-cta-btn:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgba(0,0,0,.3);
}
.nms-tp-cta-btnsvg {
  flex-shrink: 0;
}
/* â”€â”€ Social Links on Team Cards â”€â”€ */
.nms-tp-card-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--nms-muted, #5a6b7d);
  transition: color .2s ease, background .2s ease;
  text-decoration: none;
}
.nms-tp-card-social:hover {
  color: var(--nms-tp-accent, #057485);
  background: rgba(5,116,133,.08);
}
.nms-tp-card:hover.nms-tp-card-social {
  color: rgba(255,255,255,.8);
}
.nms-tp-card:hover.nms-tp-card-social:hover {
  color: #fff;
  background: rgba(255,255,255,.15);
}
/* â”€â”€ Culture Section Enhancements â”€â”€ */
.nms-tp-accent-line {
  width: 40px;
  height: 3px;
  background: var(--nms-tp-accent, #057485);
  border-radius: 2px;
  margin-bottom: 16px;
}
.nms-tp-culture-grid--image-text-stats {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  gap: 48px;
  align-items: start;
}
.nms-tp-culture-imageimg {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.nms-tp-culture-grid--text-stats {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}
.nms-tp-culture-grid--text-only {
  max-width: 720px;
}
.nms-tp-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(5,116,133,.08);
  color: var(--nms-tp-accent, #057485);
  font-size: 20px;
  margin-bottom: 12px;
}
/* â”€â”€ Values Section Head â”€â”€ */
.nms-tp-values-head {
  text-align: center;
  margin-bottom: 48px;
}
/* â”€â”€ Team Member Two-Column Layout â”€â”€ */
.nms-tm-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  align-items: start;
}
.nms-tm-main {
  min-width: 0;
}
.nms-tm-main.nms-tm-inner {
  max-width: none;
  padding: 0;
}
.nms-tm-sidebar {
  position: sticky;
  top: 100px;
  padding: 32px 0;
}
.nms-tm-related-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--nms-ink, #1a2332);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.nms-tm-related-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nms-tm-related-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--nms-border, #e2e8f0);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nms-tm-related-card:hover {
  border-color: var(--nms-tm-accent, #057485);
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  transform: translateY(-1px);
}
.nms-tm-related-photo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}
.nms-tm-related-photoimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nms-tm-related-info {
  flex: 1;
  min-width: 0;
}
.nms-tm-related-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--nms-ink, #1a2332);
  line-height: 1.3;
}
.nms-tm-related-role {
  display: block;
  font-size: 12px;
  color: var(--nms-muted, #5a6b7d);
  line-height: 1.4;
  margin-top: 2px;
}
.nms-tm-related-arrow {
  flex-shrink: 0;
  color: var(--nms-muted, #5a6b7d);
  transition: color .2s ease, transform .2s ease;
}
.nms-tm-related-card:hover.nms-tm-related-arrow {
  color: var(--nms-tm-accent, #057485);
  transform: translate(2px, -2px);
}
/* â”€â”€ Team Member Single-Column Related Grid â”€â”€ */
.nms-tm-related-section {
  padding: 60px 0;
}
.nms-tm-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
/* â”€â”€ CTA Button with Arrow â”€â”€ */
.nms-tm-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nms-tm-cta-btnsvg {
  flex-shrink: 0;
}
/* â”€â”€ Responsive: Team Member Two-Column â”€â”€ */
@media(max-width:1024px) {
  .nms-tm-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .nms-tm-sidebar {
    position: static;
    padding: 40px 0;
    border-top: 1px solid var(--nms-border, #e2e8f0);
  }
  .nms-tm-related-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .nms-tm-related-card {
    flex: 1 1 280px;
  }
}
@media(max-width:600px) {
  .nms-tp-hero-content {
    padding: 60px 20px 80px;
  }
  .nms-tp-cta-inner {
    padding: 0 20px;
  }
  .nms-tp-culture-grid--image-text-stats {
    grid-template-columns: 1fr;
  }
  .nms-tp-culture-image {
    max-width: 280px;
  }
  .nms-tm-layout {
    padding: 0 16px;
  }
}
/* Also handle prefers-reduced-motion */
@media(prefers-reduced-motion:reduce) {
  .nms-tp [data-sg-stagger], .nms-tm [data-sg-stagger], .nms-hero [data-sg-stagger], .nmsh-hero [data-sg-stagger], .nmsh-wwa [data-sg-stagger], .nmsh-values [data-sg-stagger], .nmsh-team [data-sg-stagger], .nmsh-insights [data-sg-stagger], .nmsh-partner [data-sg-stagger], .nmsh-sp [data-sg-stagger] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* =============================================   ENHANCEMENTS: Hero Shape/Height, Values Cards, Typing   ============================================= */
/* -- Hero Height & Shape Variants -- */
.nms-tp-hero {
  min-height: var(--nms-tp-hero-height, 350px);
}
.nms-tp-hero-wave--straight {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 3;
  background-color: var(--nms-tp-wave-color, #fff);
}
.nms-tp-hero-wavesvg {
  display: block;
  width: 100%;
  height: auto;
}
/* -- Improved Values Card Design -- */
.nms-tp-value-card {
  padding: 36px 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s cubic-bezier(.4,0,.2,1), border-color .35s ease;
  text-align: center;
  position: relative;
}
.nms-tp-value-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--nms-tp-accent, #057485), var(--nms-ocean, #046F82), #4ade80);
  z-index: -1;
  opacity: 0;
  transition: opacity .35s ease;
}
.nms-tp-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(5,116,133,.12);
}
.nms-tp-value-card:hover::before {
  opacity: 1;
}
.nms-tp-value-card--highlight {
  border-color: var(--nms-tp-accent, #057485);
  background: linear-gradient(135deg, rgba(5,116,133,.02), rgba(4,111,130,.06));
}
.nms-tp-value-card--highlight::before {
  opacity: 1;
}
.nms-tp-value-card--highlight.nms-tp-value-icon {
  background: linear-gradient(135deg, var(--nms-tp-accent, #057485), #4ade80);
}
.nms-tp-value-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--nms-tp-accent, #057485), var(--nms-ocean, #046F82));
  border-radius: 18px;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(5,116,133,.2);
  transition: transform .3s ease;
}
.nms-tp-value-card:hover.nms-tp-value-icon {
  transform: scale(1.08);
}
.nms-tp-value-title {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--nms-ink, #1a2332);
  margin: 0 0 10px;
}
.nms-tp-value-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--nms-muted, #5a6b7d);
  margin: 0;
}
/* -- Glassmorphism CTA Card (Team Page) -- */
.nms-tp-cta-glass {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  padding: 48px;
  max-width: 600px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.nms-tp-cta-premium.is-in.nms-tp-cta-glass {
  opacity: 1;
  transform: translateY(0);
}
.nms-tp-cta-title {
  font-family: var(--nms-font-display, 'Spartan', sans-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.nms-tp-cta-highlight {
  display: block;
  color: #4ade80;
}
.nms-tp-cta-typing {
  display: inline;
}
.nms-tp-cta-cursor {
  display: inline-block;
  color: #4ade80;
  animation: nmsCursorBlink .8s step-end infinite;
  font-weight: 300;
  margin-left: 2px;
}
.nms-tp-cta-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.8);
  margin: 0 0 32px;
}
.nms-tp-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nms-tp-cta-buttons.nms-btn {
  font-size: 15px;
  padding: 14px 28px;
}
/* -- Responsive: Values Grid -- */
@media(max-width:768px) {
  .nms-tp-values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nms-tp-cta-glass {
    padding: 32px 24px;
    max-width: 100%;
  }
  .nms-tp-cta-buttons {
    flex-direction: column;
  }
  .nms-tp-cta-buttons .nms-btn {
    width: 100%;
    justify-content: center;
  }
}
@media(min-width:769px)and(max-width:1024px) {
  .nms-tp-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* -- Typing cursor animation (redundancy safety) -- */
@keyframesnmsCursorBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* Mobile safety: force scroll-reveal elements visible on small screens */
@media(max-width:768px) {
  .nms-tp [data-sg-stagger], .nms-tm [data-sg-stagger], .nmsh-wwa [data-sg-stagger], .nmsh-values [data-sg-stagger], .nmsh-team [data-sg-stagger] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* -- Reduced motion: disable typing animation -- */
@media(prefers-reduced-motion:reduce) {
  .nms-tp-cta-typing {
    /* Show all words statically if reduced motion */
  }
  .nms-tp-cta-cursor {
    animation: none;
  }
  .nms-tp-value-card::before {
    transition: none;
  }
  .nms-tp-value-card {
    transition: none;
  }
  .nms-tp-cta-glass {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
