@font-face {
  font-family: 'Modica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/modica/Modica-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Modica';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/modica/Modica-Black.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.eot');
  src: url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.woff') format('woff'),
       url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.ttf') format('truetype'),
       url('/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/icomoon.svg#icomoon') format('svg');
}
html, body {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
#page.hfeed.site {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
section#content {
  flex: 1 0 auto;
}
.elementor-top-section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 3rem !important;
}
#page, #wrapper, #boxed-wrapper, .wrapper, #main,
.fusion-footer, .fusion-header-wrapper {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
}
.fusion-sides-frame {
  display: none !important;
}

/* ── Fusion hero banner with background image ── */
.fusion-column-wrapper[data-bg-url]:not([data-bg-url=""]) {
  min-height: 300px;
}
.fusion-column-wrapper[data-bg-url]:not([data-bg-url=""]) > .fusion-clearfix:only-child {
  min-height: inherit;
}

/* ── Elementor grid responsive ── */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1600px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box;
  flex-wrap: wrap !important;
}
.elementor-col-25,
.elementor-column[data-col="25"] {
  flex: 0 0 auto !important;
  width: calc(25% - 12px) !important;
  min-width: 280px !important;
  margin: 6px !important;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .elementor-col-25,
  .elementor-column[data-col="25"] {
    width: calc(50% - 12px) !important;
    min-width: 0 !important;
  }
}
@media (max-width: 640px) {
  .elementor-col-25,
  .elementor-column[data-col="25"] {
    width: calc(100% - 12px) !important;
  }
}
.elementor-col-25 {
  display: flex !important;
  align-self: stretch !important;
}
.elementor-col-25 > .elementor-element-populated {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
}
.elementor-col-25 .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  padding-bottom: 1.5rem !important;
}
.elementor-col-25 .elementor-widget-text-editor {
  flex: 0 0 auto !important;
}
.elementor-col-25 .elementor-widget-button {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

/* ── 404 Page ── */
.nvi-404 {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  min-height: 60vh;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(42,106,232,.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(42,106,232,.04) 0%, transparent 50%),
    #fafbfd;
}
.nvi-404__inner {
  max-width: 560px;
}
.nvi-404__code {
  display: block;
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(6rem, 15vw, 10rem);
  line-height: 1;
  color: #2A6AE8;
  letter-spacing: -0.04em;
  opacity: .15;
  margin-bottom: -0.3em;
  user-select: none;
}
.nvi-404__title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #111;
  margin: 0 0 1rem;
  position: relative;
}
.nvi-404__desc {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0 0 2rem;
}
.nvi-404__desc strong {
  color: #333;
  font-weight: 500;
  word-break: break-all;
}
.nvi-404__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.nvi-404__btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.nvi-404__btn--primary {
  background: #2A6AE8;
  color: #fff;
  box-shadow: 0 2px 8px rgba(42,106,232,.25);
}
.nvi-404__btn--primary:hover {
  background: #1d4fba;
  box-shadow: 0 4px 16px rgba(42,106,232,.35);
}
.nvi-404__btn--secondary {
  background: transparent;
  color: #2A6AE8;
  border: 2px solid #2A6AE8;
}
.nvi-404__btn--secondary:hover {
  background: #2A6AE8;
  color: #fff;
}
.nvi-404__links {
  border-top: 1px solid #e0e4eb;
  padding-top: 1.5rem;
}
.nvi-404__links p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  color: #888;
  margin: 0 0 0.75rem;
}
.nvi-404__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.nvi-404__links li a {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2A6AE8;
  text-decoration: none;
  background: rgba(42,106,232,.06);
  border-radius: 100px;
  transition: background 0.2s, color 0.2s;
}
.nvi-404__links li a:hover {
  background: #2A6AE8;
  color: #fff;
}

/* ── "Our Mission" section vertical centering fix ── */
.elementor-element-3b8e941 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.elementor-element-3b8e941 > .elementor-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.elementor-element-3b8e941 .elementor-element-e64efe1 > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.elementor-element-3b8e941 .elementor-element-d727a47 {
  margin-bottom: 0 !important;
}
.elementor-element-3b8e941 .elementor-element-d727a47 > .elementor-widget-container {
  padding-bottom: 0 !important;
}

/* ── Map stats section vertical centering ── */
.elementor-element-4ca7b3e {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.elementor-element-4ca7b3e > .elementor-container {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  min-height: 729px;
}
.elementor-element-4ca7b3e .elementor-col-25 {
  align-self: stretch !important;
}
.elementor-element-4ca7b3e .elementor-widget-wrap {
  justify-content: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ── Elementor video background ── */
.elementor-background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.elementor-background-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ── "Inspection Done Right." heading (hero section) ── */
.elementor-element-2fd4b301 .elementor-heading-title {
  font-size: 45px;
}
@media (max-width: 1024px) {
  .elementor-element-2fd4b301 .elementor-heading-title {
    font-size: 30px;
  }
}

/* ── Hero "DONE RIGHT." overlay ── */
.hero-done-right-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-done-right {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.2vw, 67px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* ── Card Carousel (replaces Owl Carousel) ── */
.uc_classic_carousel {
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
}
.uc_classic_carousel .owl-carousel {
  display: flex !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 30px;
  padding: 1rem 0 2rem;
  scrollbar-width: none;
}
.uc_classic_carousel .owl-carousel::-webkit-scrollbar {
  display: none;
}
.uc_classic_carousel .uc_classic_carousel_container_holder {
  flex: 0 0 calc(33.333% - 20px);
  scroll-snap-align: start;
  box-sizing: border-box;
}
.uc_classic_carousel .ue-carousel-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s;
}
.uc_classic_carousel .ue-carousel-item:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.14);
}
.uc_classic_carousel .uc_classic_carousel_placeholder img {
  width: 100%;
  height: auto;
  display: block;
}
.uc_classic_carousel .uc_classic_carousel_content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.uc_classic_carousel .card_carousel_title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #222;
}
.uc_classic_carousel .card_carousel_text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
  flex: 1;
}
.uc_classic_carousel .uc_more_btn {
  display: inline-block;
  margin-top: auto;
  padding: 0.5rem 1.25rem;
  background: #2A6AE8;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.uc_classic_carousel .uc_more_btn:hover {
  background: #1d4fba;
}

/* Carousel nav arrows */
.uc_classic_carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 0.25rem;
}
.uc_classic_carousel .owl-nav button {
  pointer-events: auto;
  background: rgba(255,255,255,.9) !important;
  border: 1px solid #ddd !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  transition: background 0.2s;
}
.uc_classic_carousel .owl-nav button:hover {
  background: #fff !important;
}

/* Carousel dots */
.uc_classic_carousel .owl-dots {
  text-align: center;
  padding: 0.5rem 0 1rem;
}
.uc_classic_carousel .owl-dot {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #ccc !important;
  margin: 0 4px !important;
  cursor: pointer;
  transition: background 0.2s;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box !important;
}
.uc_classic_carousel .owl-dot span {
  display: none !important;
}
.uc_classic_carousel .owl-dot.active {
  background: #2A6AE8 !important;
}

@media (max-width: 1024px) {
  .uc_classic_carousel .uc_classic_carousel_container_holder {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .uc_classic_carousel {
    padding: 0 1rem;
  }
  .uc_classic_carousel .uc_classic_carousel_container_holder {
    flex: 0 0 calc(100% - 10px);
  }
  .uc_classic_carousel .owl-nav {
    display: none;
  }
}

/* ── Flyers Page ── */
.nvi-flyers-hero {
  background: linear-gradient(135deg, #1a3a6e 0%, #2A6AE8 100%);
  padding: 3rem 2rem;
  text-align: left;
}
.nvi-flyers-hero__title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.nvi-flyers {
  max-width: 1600px;
  margin: 0 auto;
  padding: 2.5rem 32px 4rem;
}
.nvi-flyers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.nvi-flyers__card {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.nvi-flyers__card:hover {
  border-color: #2A6AE8;
  box-shadow: 0 4px 16px rgba(42, 106, 232, 0.12);
}
.nvi-flyers__thumb {
  display: block;
  background: #f0f2f5;
  border-bottom: 1px solid #e2e6ed;
  overflow: hidden;
}
.nvi-flyers__thumb img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s;
}
.nvi-flyers__card:hover .nvi-flyers__thumb img {
  transform: scale(1.03);
}
.nvi-flyers__card-body {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nvi-flyers__card-title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a2e;
  margin: 0 0 auto;
  padding-bottom: 1rem;
  line-height: 1.3;
}
.nvi-flyers__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
  flex-wrap: wrap;
}
.nvi-flyers__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  background: #2A6AE8;
  color: #fff;
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s, box-shadow 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.nvi-flyers__btn:hover {
  background: #1d4fba;
  box-shadow: 0 2px 8px rgba(42, 106, 232, 0.3);
}
.nvi-flyers__btn--download {
  background: transparent;
  color: #2A6AE8;
  border: 1.5px solid #2A6AE8;
}
.nvi-flyers__btn--download:hover {
  background: #2A6AE8;
  color: #fff;
  box-shadow: none;
}
.nvi-flyers__btn svg {
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .nvi-flyers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .nvi-flyers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nvi-flyers {
    padding: 2rem 20px 3rem;
  }
}
@media (max-width: 560px) {
  .nvi-flyers__grid {
    grid-template-columns: 1fr;
  }
  .nvi-flyers {
    padding: 1.5rem 16px 2.5rem;
  }
}

/* ── Code of Ethics Page ── */
.nvi-ethics {
  flex: 1 0 auto;
}
.nvi-ethics__hero {
  background: linear-gradient(135deg, #1a3a6e 0%, #2A6AE8 100%);
  padding: 4.5rem 2rem 3.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.nvi-ethics__hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.nvi-ethics__hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}
.nvi-ethics__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.nvi-ethics__hero-title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  color: #fff;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.nvi-ethics__hero-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 400;
}
.nvi-ethics__body {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(42, 106, 232, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(42, 106, 232, 0.03) 0%, transparent 50%),
    #f8f9fc;
}
.nvi-ethics__content {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.5rem 2rem 4rem;
}
.nvi-ethics__letter {
  margin-bottom: 3rem;
}
.nvi-ethics__letter-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
}
.nvi-ethics__letter-accent {
  width: 5px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #2A6AE8 0%, #1a3a6e 100%);
}
.nvi-ethics__letter-content {
  padding: 2.5rem 3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
}
.nvi-ethics__letter-content p {
  margin: 0 0 1.25rem;
}
.nvi-ethics__salutation {
  font-weight: 500;
  color: #111;
  font-size: 1.05rem;
}
.nvi-ethics__signature {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8ebf0;
}
.nvi-ethics__regards {
  margin: 0 0 0.75rem !important;
  color: #555;
  font-style: italic;
}
.nvi-ethics__signer-name {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #111;
  margin: 0 0 0.15rem !important;
}
.nvi-ethics__signer-title {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  color: #2A6AE8;
  font-weight: 500;
  margin: 0 !important;
}
.nvi-ethics__cta {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.nvi-ethics__cta-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.05rem;
  color: #555;
  margin: 0 0 1.25rem;
}
.nvi-ethics__cta-btn {
  display: inline-block;
  padding: 0.8rem 2.25rem;
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: #2A6AE8;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(42, 106, 232, 0.25);
  transition: background 0.2s, box-shadow 0.2s;
}
.nvi-ethics__cta-btn:hover {
  background: #1d4fba;
  box-shadow: 0 4px 16px rgba(42, 106, 232, 0.35);
}
@media (max-width: 768px) {
  .nvi-ethics__hero {
    padding: 3rem 1.5rem 2.5rem;
  }
  .nvi-ethics__content {
    padding: 2.5rem 1.25rem 3rem;
  }
  .nvi-ethics__letter-content {
    padding: 1.75rem 1.5rem;
  }
  .nvi-ethics__letter-accent {
    width: 4px;
  }
}

/* ── Flyers Flipbook Viewer ── */
.nvi-flyers__flipbook {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e2e6ed;
}
.nvi-flyers__flipbook-title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  color: #1a1a2e;
  margin: 0 0 1.5rem;
}
.nvi-flyers__flipbook-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.nvi-flyers__flipbook-iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: none;
}
@media (max-width: 900px) {
  .nvi-flyers__flipbook-iframe {
    height: 480px;
  }
}
@media (max-width: 560px) {
  .nvi-flyers__flipbook-iframe {
    height: 360px;
  }
  .nvi-flyers__flipbook {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

/* ── Team Photos Carousel ── */
.nvi-team-photos {
  padding: 4rem 0 3rem;
  background: #fff;
  overflow: hidden;
}
.nvi-team-photos__title {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #111;
  text-align: center;
  margin: 0 0 1rem;
  padding: 0 1.5rem;
}
.nvi-team-photos__intro {
  font-family: 'Roboto', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  padding: 0 1.5rem;
}
.nvi-team-photos__title + .nvi-team-photos__row {
  margin-top: 1.5rem;
}
.nvi-team-photos__track {
  display: flex;
  width: max-content;
  gap: 1rem;
}
.nvi-team-photos__row {
  overflow: hidden;
  padding: 0.5rem 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.nvi-team-photos__row .nvi-team-photos__track {
  animation: nvi-scroll-left 80s linear infinite;
}
.nvi-team-photos__row--reverse .nvi-team-photos__track {
  animation: nvi-scroll-right 80s linear infinite;
}
.nvi-team-photos__img {
  flex-shrink: 0;
  width: 320px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.nvi-team-photos__img:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
}
@keyframes nvi-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes nvi-scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@media (max-width: 768px) {
  .nvi-team-photos {
    padding: 3rem 0 2rem;
  }
  .nvi-team-photos__img {
    width: 240px;
    height: 165px;
  }
  .nvi-team-photos__title {
    margin-bottom: 1.75rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PAGE-SPECIFIC BANNER PHOTO POSITIONS
   To adjust: change the background-position value on the line marked ← below.
   Format: "X% Y%"  →  X = horizontal (50% = center)
                        Y = vertical   (0% = top, 50% = center, 100% = bottom)
   Lower Y  = shows more of the top of the photo.
   Higher Y = shows more of the bottom of the photo.
   background-attachment is forced to "scroll" so the position
   works relative to the element, not the viewport (overrides Elementor's
   fixed/parallax setting on desktop).
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Careers page — header banner */
.elementor-element-50ef52a3:not(.elementor-motion-effects-element-type-background),
.elementor-element-50ef52a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-attachment: scroll !important;
  background-position: center 65% !important; /* ← adjust vertical here */
}

/* ── HSE page — Objective section ── */
.nvi-hse-objective {
  position: relative;
  background-image: url('/wp-content/uploads/2024/03/DSC09215-scaled.jpg');
  background-size: cover;
  background-position: center 50%;
  background-attachment: scroll;
  padding: 80px 24px;
  text-align: center;
}
.nvi-hse-objective__overlay {
  position: absolute;
  inset: 0;
  background-color: #2A6AE8;
  opacity: 0.72;
}
.nvi-hse-objective__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}
.nvi-hse-objective__heading {
  font-family: 'Modica', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  color: #fff;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.nvi-hse-objective__body {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

/* ── Contact page — Custom form ── */
.nvi-contact-form-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
}
.nvi-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nvi-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) {
  .nvi-contact-form__row { grid-template-columns: 1fr; }
}
.nvi-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nvi-contact-form__field--full {
  grid-column: 1 / -1;
}
.nvi-contact-form__field label {
  font-family: 'Modica', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.nvi-contact-form__field label span { color: #ffaaaa; }
.nvi-contact-form__field input,
.nvi-contact-form__field textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 11px 14px;
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 4px;
  background: #fff;
  color: rgba(0,0,0,0.8);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.nvi-contact-form__field input:focus,
.nvi-contact-form__field textarea:focus {
  border-color: #2A6AE8;
  box-shadow: 0 0 0 3px rgba(42,106,232,0.12);
}
.nvi-contact-form__field textarea { resize: vertical; }
.nvi-contact-form__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.nvi-contact-form__submit {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 36px;
  background: #2A6AE8;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.nvi-contact-form__submit:hover { background: #1d55c4; }
.nvi-contact-form__submit:disabled { opacity: 0.6; cursor: not-allowed; }
.nvi-contact-form__status {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: none;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  margin-top: 4px;
}
.nvi-contact-form__status--success,
.nvi-contact-form__status--error {
  display: flex;
  animation: nvi-status-in 0.2s ease;
}
.nvi-contact-form__status--success {
  background: #f0fdf4;
  border-color: #86efac;
  color: #166534;
}
.nvi-contact-form__status--error {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #991b1b;
}
.nvi-contact-form__status-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
.nvi-contact-form__status--success .nvi-contact-form__status-icon {
  background: #16a34a;
  color: #fff;
}
.nvi-contact-form__status--error .nvi-contact-form__status-icon {
  background: #dc2626;
  color: #fff;
}
@keyframes nvi-status-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Contact page — vertically center phone/email icon with text */
.elementor-element-09f3072 .elementor-container,
.elementor-element-bba538b .elementor-container {
  align-items: center;
}

/* ── HSE page — Third Party Safety Partner logos (30% smaller) ── */
.elementor-element-8ece6d4 .elementor-widget-image img,
.elementor-element-5643354 .elementor-widget-image img {
  max-width: 70% !important;
  height: auto !important;
  transform: none !important;
}

/* ── Locations page ── */
/* Increase "Located to Serve You" heading size */
.elementor-element-68ec429e .elementor-heading-title {
  font-size: 52px !important;
}

/* Shrink white stats box with horizontal padding */
.elementor-element-545d63d3 {
  padding-left: 12% !important;
  padding-right: 12% !important;
}

/* Balance vertical space inside white stats box */
.elementor-element-61d5fae8 > .elementor-widget-wrap {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* ── Why NVI — mobile alignment fixes ── */
@media (max-width: 767px) {
  /* Intro text + button section: center everything */
  .elementor-element-7289288 > .elementor-widget-wrap {
    align-items: center !important;
    text-align: center !important;
  }
  .elementor-element-ed8b57f,
  .elementor-element-b894382 {
    width: 100% !important;
    text-align: center !important;
  }

  /* "Expertise with Range and Depth" body text */
  .elementor-element-3678d9c3 {
    width: 100% !important;
    text-align: center !important;
  }

  /* Stats boxes — center each counter column */
  .elementor-element-176edf4c .elementor-widget-wrap,
  .elementor-element-3989ea6 .elementor-widget-wrap {
    align-items: center !important;
    text-align: center !important;
  }

  /* "Third Party Certifications" heading — fix overflow & center */
  .elementor-element-4d26a395 .elementor-heading-title {
    font-size: 2rem !important;
    text-align: center !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* Certification logos — center each stacked logo (why-nvi) */
  .elementor-element-924f12b .elementor-widget-image {
    text-align: center !important;
  }
  .elementor-element-924f12b .elementor-widget-wrap {
    align-items: center !important;
  }

  /* Homepage certifications icons — center each stacked logo */
  .elementor-element-cbdefa7 .elementor-widget-image {
    text-align: center !important;
  }
  .elementor-element-cbdefa7 .elementor-widget-wrap {
    align-items: center !important;
  }
}

/* Remove extra default padding from inner stats section */
.elementor-element-636054e {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove bottom margin from counter widgets */
.elementor-element-636054e .elementor-widget-counter {
  margin-bottom: 0 !important;
}
