/* Novarig Elementor Pro editable layout system */
.novarig-elementor-entry { margin: 0; padding: 0; }
.novarig-elementor-theme .elementor { width: 100%; }
.novarig-elementor-theme .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.novarig-elementor-theme .elementor-widget-text-editor p,
.novarig-elementor-theme .elementor-widget-text-editor li { font-size: 17px; line-height: 1.72; }

/* Exact approved design: each approved section remains an editable HTML widget. */
body.novarig-elementor-theme .nv-el-exact-section {
  --width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch !important;
}
body.novarig-elementor-theme .nv-el-exact-section > .elementor-widget-container,
body.novarig-elementor-theme .nv-el-exact-section > .elementor-widget-container > section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
body.novarig-elementor-theme .nv-el-exact-section svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header template */
.nv-el-header {
  position: sticky;
  z-index: 900;
  top: 0;
  min-height: 76px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px;
  padding: 0 var(--page-x);
  border-bottom: 1px solid rgba(213,228,234,.9);
  background: rgba(255,255,255,.97);
  box-shadow: 0 7px 25px rgba(4,57,83,.045);
  backdrop-filter: blur(18px);
}
body.admin-bar .nv-el-header { top: 32px; }
.nv-el-header-brand { flex: 0 0 auto !important; }
.nv-el-brand .elementor-heading-title { line-height: 1; }
.nv-el-brand a { display: inline-flex; flex-direction: column; color: var(--ink); }
.nv-el-brand strong { color: var(--ink); font-size: 24px; font-weight: 860; letter-spacing: .035em; }
.nv-el-brand small { margin-top: 7px; color: var(--blue-deep); font-size: 12px; font-weight: 760; letter-spacing: .22em; }
.nv-el-header-right { flex: 1 1 auto !important; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; gap: 18px; }
.nv-el-header-nav { flex: 0 1 auto; }
.nv-el-header-nav .elementor-nav-menu--main .elementor-item { min-height: 76px; padding: 0 9px; color: #29465a; font-size: 15px; font-weight: 680; }
.nv-el-header-nav .elementor-nav-menu--main .elementor-item:hover,
.nv-el-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var(--blue-deep); }
.nv-el-header-cta .elementor-button { min-height: 48px; display: inline-flex; align-items: center; padding: 0 20px; border-radius: 999px; background: var(--blue); color: white; font-size: 15px; font-weight: 780; }

/* Shared Elementor typography and controls */
.nv-el-kicker { width: fit-content !important; }
.nv-el-kicker .elementor-heading-title {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #c8e5eb;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--blue-deep);
  font-family: var(--font-geist-mono), monospace;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nv-el-kicker .elementor-heading-title::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.nv-el-button-primary .elementor-button,
.nv-el-button-outline .elementor-button,
.nv-el-text-button .elementor-button,
.nv-el-footer-button .elementor-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 780;
}
.nv-el-button-primary .elementor-button { background: var(--blue); color: var(--navy-deep); }
.nv-el-button-outline .elementor-button { border: 1px solid rgba(255,255,255,.72); background: rgba(2,43,66,.22); color: white; }
.nv-el-text-button .elementor-button { min-height: auto; justify-content: flex-start; padding: 0; background: transparent; color: var(--blue-deep); }

/* Heroes */
.nv-el-hero {
  position: relative;
  isolation: isolate;
  min-height: 570px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  padding: 82px var(--page-x);
  background-color: var(--navy-deep);
}
.nv-el-home-hero { min-height: 660px; }
.nv-el-hero::before,
.nv-el-cta::before,
.nv-el-photo-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.nv-el-hero::before { background: linear-gradient(90deg, rgba(1,21,32,.9), rgba(2,43,66,.50), rgba(2,43,66,.72)); }
.nv-el-hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1050px; align-items: center !important; text-align: center; }
.nv-el-hero-inner > .elementor-element { width: 100%; }
.nv-el-hero-inner .nv-el-kicker { margin-inline: auto; }
.nv-el-hero-title .elementor-heading-title { color: white; font-size: clamp(48px,5vw,78px); font-weight: 790; line-height: .99; letter-spacing: -.052em; }
.nv-el-hero-title .elementor-heading-title span,
.nv-el-contact-title .elementor-heading-title span { color: #59ddef; }
.nv-el-lead { max-width: 790px; margin-inline: auto; }
.nv-el-lead p { margin: 22px 0 0; color: #dceaf0; font-size: 18px !important; line-height: 1.65 !important; }
.nv-el-actions { width: auto !important; display: flex !important; flex-direction: row !important; flex-wrap: wrap; justify-content: center !important; gap: 12px; margin-top: 29px; }

/* Sections */
.nv-el-section { width: 100%; padding: 96px var(--page-x) 108px; background: white; }
.nv-el-section.nv-el-pale { background: var(--surface); }
.nv-el-section > .elementor-element { width: 100%; max-width: 1440px; margin-inline: auto; }
.nv-el-section-heading { display: grid !important; grid-template-columns: 1.15fr .85fr; align-items: end !important; gap: clamp(45px,7vw,110px); margin-bottom: 46px !important; }
.nv-el-heading-left,
.nv-el-heading-right { width: 100% !important; }
.nv-el-section-title .elementor-heading-title,
.nv-el-split-title .elementor-heading-title { margin: 0; color: var(--navy-deep); font-size: clamp(38px,4vw,62px); font-weight: 760; line-height: 1.04; letter-spacing: -.045em; }
.nv-el-section-intro p { margin: 0; color: var(--body); font-size: 17px !important; line-height: 1.75 !important; }
.nv-el-heading-right .nv-el-text-button { margin-top: 18px; }
.nv-el-intro-section .nv-el-section-heading { margin-bottom: 0 !important; }
.nv-el-flush { padding-bottom: 0; }

/* Grids and cards */
.nv-el-grid { display: grid !important; gap: 14px; }
.nv-el-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.nv-el-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.nv-el-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.nv-el-grid-5 { grid-template-columns: repeat(5,minmax(0,1fr)); }
.nv-el-info-card { min-height: 290px; justify-content: flex-end !important; padding: 27px; border: 1px solid var(--line); border-radius: 6px; background: white; box-shadow: 0 9px 28px rgba(4,57,83,.07); }
.nv-el-number .elementor-heading-title { color: var(--blue-deep); font-family: var(--font-geist-mono), monospace; font-size: 14px; font-weight: 800; }
.nv-el-info-card .nv-el-card-title { margin-top: auto; }
.nv-el-card-title .elementor-heading-title { color: var(--navy-deep); font-size: clamp(23px,2vw,33px); font-weight: 750; line-height: 1.08; }
.nv-el-card-text p { margin: 9px 0 0; color: var(--body); font-size: 16px !important; }
.nv-el-tone-cyan { background: var(--blue); border-color: var(--blue); }
.nv-el-tone-cyan .elementor-heading-title,
.nv-el-tone-cyan p { color: var(--navy-deep) !important; }
.nv-el-tone-navy { background: var(--navy); border-color: var(--navy); color: white; }
.nv-el-tone-navy .elementor-heading-title { color: white; }
.nv-el-tone-navy p { color: #c7d9e1 !important; }
.nv-el-photo-card { position: relative; isolation: isolate; min-height: 450px; justify-content: flex-end !important; overflow: hidden; padding: 28px; border-radius: 6px; background-color: var(--navy); box-shadow: 0 10px 35px rgba(4,57,83,.12); }
.nv-el-photo-card::before { z-index: 0; background: linear-gradient(0deg, rgba(1,21,32,.92), rgba(2,43,66,.06) 74%); }
.nv-el-photo-card-copy { position: relative; z-index: 1; width: 100%; }
.nv-el-card-label .elementor-heading-title { color: #67e5f2; font-family: var(--font-geist-mono), monospace; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nv-el-photo-card .nv-el-card-title .elementor-heading-title { color: white; }
.nv-el-photo-card .nv-el-card-text p { color: #e0ebef !important; }
.nv-el-photo-card .nv-el-text-button .elementor-button { color: #65e2ef; }

/* Alternating split sections */
.nv-el-split { min-height: 520px; display: grid !important; grid-template-columns: 1fr 1fr; overflow: hidden; margin-bottom: 16px !important; border-radius: 6px; background: white; box-shadow: 0 12px 36px rgba(4,57,83,.09); }
.nv-el-split:last-child { margin-bottom: 0 !important; }
.nv-el-split-image { min-height: 520px; }
.nv-el-split-copy { min-height: 520px; justify-content: center !important; padding: clamp(38px,5vw,74px); }
.nv-el-tone-navy { background-color: var(--navy); }
.nv-el-split-copy.nv-el-tone-navy .nv-el-kicker .elementor-heading-title { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #6de5f2; }
.nv-el-split-copy.nv-el-tone-navy .nv-el-split-title .elementor-heading-title { color: white; }
.nv-el-split-copy.nv-el-tone-navy .nv-el-split-text p,
.nv-el-split-copy.nv-el-tone-navy .nv-el-check-list li { color: #c8dae2 !important; }
.nv-el-split-copy.nv-el-tone-navy .nv-el-text-button .elementor-button { color: #6de5f2; }
.nv-el-split-copy.nv-el-tone-cyan { background: var(--blue); }
.nv-el-split-copy.nv-el-tone-cyan .nv-el-split-title .elementor-heading-title,
.nv-el-split-copy.nv-el-tone-cyan .nv-el-split-text p,
.nv-el-split-copy.nv-el-tone-cyan .nv-el-check-list li { color: var(--navy-deep) !important; }
.nv-el-split-copy.nv-el-tone-white { background: white; }
.nv-el-check-list ul { display: grid; gap: 10px; margin: 22px 0 0; padding-left: 21px; }
.nv-el-check-list li { color: var(--body); font-size: 16px !important; }

/* Posts widget */
.nv-el-posts-widget .elementor-posts-container { gap: 18px; }
.nv-el-posts-widget .elementor-post { overflow: hidden; border-radius: 6px; background: white; box-shadow: 0 10px 35px rgba(4,57,83,.09); }
.nv-el-posts-widget .elementor-post__thumbnail__link { margin: 0 !important; }
.nv-el-posts-widget .elementor-post__thumbnail { padding-bottom: 64% !important; }
.nv-el-posts-widget .elementor-post__text { padding: 28px; }
.nv-el-posts-widget .elementor-post__title a { color: var(--navy-deep); font-size: 26px; line-height: 1.12; }
.nv-el-posts-widget .elementor-post__excerpt p { color: var(--body); font-size: 16px; }
.nv-el-posts-widget .elementor-post__read-more { color: var(--blue-deep); font-size: 14px; font-weight: 780; }

/* CTA */
.nv-el-cta { position: relative; isolation: isolate; min-height: 350px; align-items: center !important; justify-content: center !important; overflow: hidden; padding: 70px var(--page-x); text-align: center; background-color: var(--navy-deep); }
.nv-el-cta::before { z-index: 0; background: rgba(1,31,47,.86); }
.nv-el-cta-inner { position: relative; z-index: 1; width: 100%; max-width: 980px; align-items: center !important; }
.nv-el-cta-inner .nv-el-kicker { margin-inline: auto; }
.nv-el-cta-title .elementor-heading-title { color: white; font-size: clamp(38px,4vw,62px); line-height: 1.05; }
.nv-el-cta .nv-el-button-primary { margin-top: 27px; }

/* Contact */
.nv-el-contact-layout { min-height: 760px; display: grid !important; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,7vw,105px); padding: 94px var(--page-x) 110px; background: var(--navy-deep); color: white; }
.nv-el-contact-intro { justify-content: center !important; }
.nv-el-contact-title .elementor-heading-title { color: white; font-size: clamp(44px,4.6vw,70px); line-height: 1.03; }
.nv-el-contact-image img { width: 100%; min-height: 310px; object-fit: cover; border-radius: 6px; }
.nv-el-contact-form-panel { align-self: center; padding: clamp(32px,4.5vw,62px); border-radius: 6px; background: var(--blue); color: var(--navy-deep); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.nv-el-form-title .elementor-heading-title { color: var(--navy-deep); font-size: clamp(30px,3vw,42px); }
.nv-el-contact-form .elementor-field-label { color: var(--navy); font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nv-el-contact-form .elementor-field { min-height: 50px; border: 0; border-bottom: 1px solid rgba(4,57,83,.42); border-radius: 0; background: transparent; color: var(--navy-deep); font-size: 16px; }
.nv-el-contact-form textarea.elementor-field { min-height: 130px; }
.nv-el-contact-form .elementor-button { min-height: 52px; padding: 0 24px; border-radius: 5px; background: var(--navy-deep); color: white; font-size: 14px; font-weight: 780; }

/* Articles and archives */
.nv-el-article-hero { min-height: 520px; }
.nv-el-article-body { width: 100%; max-width: 900px; margin-inline: auto; padding: 84px 24px 110px; }
.nv-el-article-cover img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 6px; }
.nv-el-article-lead { color: var(--navy-deep) !important; font-size: 22px !important; line-height: 1.7 !important; font-weight: 560; }
.nv-el-article-heading .elementor-heading-title { margin-top: 38px; color: var(--navy-deep); font-size: clamp(31px,3vw,45px); line-height: 1.08; }
.nv-el-article-text p,
.nv-el-article-body li { color: var(--body); font-size: 18px !important; line-height: 1.82 !important; }
.nv-el-archive-fallback { max-width: 1440px; margin-inline: auto; }
.nv-el-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.nv-el-post-grid article { overflow: hidden; padding: 25px; border-radius: 6px; background: white; box-shadow: 0 10px 35px rgba(4,57,83,.09); }
.nv-el-post-grid img { width: 100%; height: 260px; object-fit: cover; }
.nv-el-404 { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px var(--page-x); text-align: center; }
.nv-el-404 h1 { font-size: clamp(48px,6vw,88px); }

/* Footer template */
.nv-el-footer { padding: 72px var(--page-x) 30px; background: var(--navy-deep); color: white; }
.nv-el-footer-top { display: grid !important; grid-template-columns: 1.05fr .95fr auto; align-items: start !important; gap: clamp(42px,7vw,105px); }
.nv-el-brand-light strong { color: white; }
.nv-el-brand-light small { color: #58d8ea; }
.nv-el-footer-text p { max-width: 410px; color: #bbcad3; font-size: 16px !important; }
.nv-el-footer-links { display: grid !important; grid-template-columns: 1fr 1fr; gap: 55px; }
.nv-el-footer-links h3 { color: white; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.nv-el-footer-links p,
.nv-el-footer-links a { color: #bbcad3; font-size: 15px !important; line-height: 2; }
.nv-el-footer-button .elementor-button { border: 1px solid rgba(255,255,255,.55); border-radius: 7px; background: transparent; color: white; }
.nv-el-footer-bottom { display: flex !important; flex-direction: row !important; justify-content: space-between !important; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.nv-el-footer-bottom p { color: #91a8b5; font-size: 13px !important; letter-spacing: .04em; }

/*
 * Elementor container compatibility (Elementor 3.x, Elementor 4 / Editor V4).
 *
 * Elementor can wrap the children of a container in `.e-con-inner` when the
 * global content width is set to boxed. The Novarig layout classes therefore
 * drive both the editable container and that optional inner wrapper. This
 * keeps existing pages intact and prevents grids from collapsing into a thin
 * vertical column after an Elementor update or CSS regeneration.
 */
body.novarig-elementor-theme,
body.novarig-elementor-theme .novarig-main,
body.novarig-elementor-theme .novarig-elementor-entry,
body.novarig-elementor-theme .elementor,
body.novarig-elementor-theme .elementor-location-header,
body.novarig-elementor-theme .elementor-location-footer {
  width: 100% !important;
  max-width: none !important;
}

body.novarig-elementor-theme .elementor-element.e-con {
  box-sizing: border-box;
  min-width: 0;
}

body.novarig-elementor-theme .elementor-element.e-con > .e-con-inner {
  width: 100% !important;
  min-width: 0;
}

body.novarig-elementor-theme :is(
  .nv-el-header,
  .nv-el-hero,
  .nv-el-section,
  .nv-el-cta,
  .nv-el-contact-layout,
  .nv-el-footer
) {
  --width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  align-self: stretch !important;
}

body.novarig-elementor-theme .nv-el-section {
  --display: flex !important;
  --flex-direction: column !important;
  --content-width: 1440px;
  display: flex !important;
  flex-direction: column !important;
}

body.novarig-elementor-theme .nv-el-section > .e-con-inner {
  max-width: 1440px !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: center !important;
  margin-inline: auto !important;
}

body.novarig-elementor-theme .nv-el-section > .elementor-element {
  --width: 100% !important;
  width: 100% !important;
  max-width: 1440px !important;
  min-width: 0;
  margin-inline: auto !important;
}

body.novarig-elementor-theme .nv-el-section > .e-con-inner > .elementor-element {
  --width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
}

body.novarig-elementor-theme :is(
  .nv-el-section-heading,
  .nv-el-grid,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-footer-top,
  .nv-el-footer-links
),
body.novarig-elementor-theme :is(
  .nv-el-section-heading,
  .nv-el-grid,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-footer-top,
  .nv-el-footer-links
) > .e-con-inner {
  --display: grid !important;
  display: grid !important;
  min-width: 0;
}

body.novarig-elementor-theme :is(
  .nv-el-section-heading,
  .nv-el-grid,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-footer-top,
  .nv-el-footer-links
) {
  --width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
}

body.novarig-elementor-theme :is(
  .nv-el-section-heading,
  .nv-el-grid,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-footer-top,
  .nv-el-footer-links
) > .e-con-inner {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  grid-template-columns: inherit;
  gap: inherit;
  align-items: inherit;
  max-width: 100% !important;
}

body.novarig-elementor-theme .nv-el-section-heading > .e-con-inner { grid-template-columns: 1.15fr .85fr; }
body.novarig-elementor-theme .nv-el-grid-2 > .e-con-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
body.novarig-elementor-theme .nv-el-grid-3 > .e-con-inner { grid-template-columns: repeat(3,minmax(0,1fr)); }
body.novarig-elementor-theme .nv-el-grid-4 > .e-con-inner { grid-template-columns: repeat(4,minmax(0,1fr)); }
body.novarig-elementor-theme .nv-el-grid-5 > .e-con-inner { grid-template-columns: repeat(5,minmax(0,1fr)); }
body.novarig-elementor-theme .nv-el-split > .e-con-inner { grid-template-columns: 1fr 1fr; }
body.novarig-elementor-theme .nv-el-contact-layout > .e-con-inner { grid-template-columns: .9fr 1.1fr; }
body.novarig-elementor-theme .nv-el-footer-top > .e-con-inner { grid-template-columns: 1.05fr .95fr auto; }
body.novarig-elementor-theme .nv-el-footer-links > .e-con-inner { grid-template-columns: 1fr 1fr; }

body.novarig-elementor-theme :is(
  .nv-el-section-heading,
  .nv-el-grid,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-footer-top,
  .nv-el-footer-links
) > .elementor-element,
body.novarig-elementor-theme :is(
  .nv-el-section-heading,
  .nv-el-grid,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-footer-top,
  .nv-el-footer-links
) > .e-con-inner > .elementor-element {
  --width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  align-self: stretch !important;
}

body.novarig-elementor-theme :is(
  .nv-el-header,
  .nv-el-header-right,
  .nv-el-actions,
  .nv-el-footer-bottom
),
body.novarig-elementor-theme :is(
  .nv-el-header,
  .nv-el-header-right,
  .nv-el-actions,
  .nv-el-footer-bottom
) > .e-con-inner {
  --display: flex !important;
  --flex-direction: row !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: inherit;
  justify-content: inherit;
  flex-wrap: inherit;
  gap: inherit;
}

body.novarig-elementor-theme :is(
  .nv-el-hero,
  .nv-el-hero-inner,
  .nv-el-section,
  .nv-el-heading-left,
  .nv-el-heading-right,
  .nv-el-info-card,
  .nv-el-photo-card,
  .nv-el-photo-card-copy,
  .nv-el-split-copy,
  .nv-el-cta,
  .nv-el-cta-inner,
  .nv-el-contact-intro,
  .nv-el-contact-form-panel,
  .nv-el-article-body,
  .nv-el-footer
),
body.novarig-elementor-theme :is(
  .nv-el-hero,
  .nv-el-hero-inner,
  .nv-el-section,
  .nv-el-heading-left,
  .nv-el-heading-right,
  .nv-el-info-card,
  .nv-el-photo-card,
  .nv-el-photo-card-copy,
  .nv-el-split-copy,
  .nv-el-cta,
  .nv-el-cta-inner,
  .nv-el-contact-intro,
  .nv-el-contact-form-panel,
  .nv-el-article-body,
  .nv-el-footer
) > .e-con-inner {
  --display: flex !important;
  --flex-direction: column !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
}

body.novarig-elementor-theme :is(
  .nv-el-hero,
  .nv-el-hero-inner,
  .nv-el-info-card,
  .nv-el-photo-card,
  .nv-el-split-copy,
  .nv-el-cta,
  .nv-el-cta-inner,
  .nv-el-contact-intro
) > .e-con-inner {
  align-items: inherit;
  justify-content: inherit;
  gap: inherit;
}

body.novarig-elementor-theme .nv-el-header > .e-con-inner {
  max-width: 1440px !important;
  margin-inline: auto !important;
}

body.novarig-elementor-theme .nv-el-header-right,
body.novarig-elementor-theme .nv-el-header-right > .e-con-inner {
  min-width: 0;
}

body.novarig-elementor-theme .nv-el-hero > .e-con-inner,
body.novarig-elementor-theme .nv-el-cta > .e-con-inner,
body.novarig-elementor-theme .nv-el-footer > .e-con-inner {
  max-width: 1440px !important;
  margin-inline: auto !important;
}

body.novarig-elementor-theme .nv-el-hero-inner,
body.novarig-elementor-theme .nv-el-hero-inner > .e-con-inner {
  --width: 100% !important;
  width: 100% !important;
  max-width: 1050px !important;
}

body.novarig-elementor-theme .nv-el-cta-inner,
body.novarig-elementor-theme .nv-el-cta-inner > .e-con-inner {
  --width: 100% !important;
  width: 100% !important;
  max-width: 980px !important;
}

body.novarig-elementor-theme .nv-el-article-body,
body.novarig-elementor-theme .nv-el-article-body > .e-con-inner {
  --width: 100% !important;
  width: 100% !important;
  max-width: 900px !important;
}

body.novarig-elementor-theme .nv-el-actions > .e-con-inner {
  width: auto !important;
}

body.novarig-elementor-theme :is(.nv-el-info-card, .nv-el-photo-card, .nv-el-split-image, .nv-el-split-copy),
body.novarig-elementor-theme :is(.nv-el-info-card, .nv-el-photo-card, .nv-el-split-image, .nv-el-split-copy) > .e-con-inner {
  --width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
}

body.novarig-elementor-theme :is(.nv-el-info-card, .nv-el-photo-card, .nv-el-split-copy) > .e-con-inner {
  flex: 1 1 auto;
  justify-content: inherit;
}

@media (max-width: 1050px) {
  .nv-el-grid-4,
  .nv-el-grid-5,
  .nv-el-grid-4 > .e-con-inner,
  .nv-el-grid-5 > .e-con-inner { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .nv-el-header-nav .elementor-nav-menu--main .elementor-item { padding-inline: 6px; font-size: 13px; }
  .nv-el-footer-top,
  .nv-el-footer-top > .e-con-inner { grid-template-columns: 1fr 1fr !important; }
  .nv-el-footer-button { justify-self: start; }
}

@media (max-width: 860px) {
  body.admin-bar .nv-el-header { top: 46px; }
  .nv-el-header { min-height: 76px; }
  .nv-el-header-right { gap: 8px; }
  .nv-el-header-nav .elementor-menu-toggle { color: var(--navy); }
  .nv-el-header-nav .elementor-nav-menu--dropdown { position: absolute; left: 0; right: 0; top: 76px; width: 100vw; padding: 18px var(--page-x); background: white; box-shadow: 0 20px 35px rgba(4,57,83,.12); }
  .nv-el-header-cta { display: none; }
  .nv-el-section-heading,
  .nv-el-split,
  .nv-el-contact-layout,
  .nv-el-section-heading > .e-con-inner,
  .nv-el-split > .e-con-inner,
  .nv-el-contact-layout > .e-con-inner { grid-template-columns: 1fr !important; }
  .nv-el-split-image { min-height: 430px; }
  .nv-el-grid-3,
  .nv-el-grid-3 > .e-con-inner { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .nv-el-footer-top,
  .nv-el-footer-top > .e-con-inner { grid-template-columns: 1fr !important; }
  .nv-el-footer-links { max-width: 520px; }
}

@media (max-width: 600px) {
  .nv-el-brand strong { font-size: 20px; }
  .nv-el-brand small { font-size: 10px; }
  .nv-el-hero { min-height: 600px; padding: 72px 18px; }
  .nv-el-hero-title .elementor-heading-title,
  .nv-el-contact-title .elementor-heading-title { font-size: 40px; line-height: 1.04; }
  .nv-el-actions { width: 100% !important; flex-direction: column !important; }
  .nv-el-actions > .e-con-inner { width: 100% !important; flex-direction: column !important; }
  .nv-el-actions > .elementor-widget-button,
  .nv-el-actions .elementor-button { width: 100%; }
  .nv-el-section { padding: 72px 18px 78px; }
  .nv-el-section-heading { gap: 28px; }
  .nv-el-grid-2,
  .nv-el-grid-3,
  .nv-el-grid-4,
  .nv-el-grid-5,
  .nv-el-grid-2 > .e-con-inner,
  .nv-el-grid-3 > .e-con-inner,
  .nv-el-grid-4 > .e-con-inner,
  .nv-el-grid-5 > .e-con-inner { grid-template-columns: 1fr !important; }
  .nv-el-info-card { min-height: 260px; }
  .nv-el-photo-card { min-height: 420px; }
  .nv-el-split-copy { min-height: auto; padding: 34px 24px; }
  .nv-el-split-image { min-height: 350px; }
  .nv-el-contact-layout { padding: 72px 18px 82px; }
  .nv-el-contact-form-panel { padding: 30px 22px; }
  .nv-el-contact-form .elementor-field-group { width: 100% !important; }
  .nv-el-footer { padding: 62px 18px 28px; }
  .nv-el-footer-links,
  .nv-el-footer-links > .e-con-inner { grid-template-columns: 1fr !important; gap: 25px; }
  .nv-el-footer-bottom { flex-direction: column !important; }
  .nv-el-footer-bottom > .e-con-inner { flex-direction: column !important; }
  .nv-el-post-grid { grid-template-columns: 1fr; }
}
