.elementor-3128 .elementor-element.elementor-element-390b7c8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:7;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d6bbf29 *//* ============================================================
   IMAGE IRRIGATION — Header CSS
   Paste into: Elementor Theme Builder → Header → Custom CSS
   OR add to your global CSS file
   ============================================================ */

/* ── TOPBAR ──────────────────────────────────────────────── */
.ii-topbar {
  background: var(--ii-soil, #1c2b18);
  padding: .42rem 0;
}
.ii-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  flex-wrap: wrap;
  gap: .5rem;
}
.ii-topbar p {
  font-family: 'Syne', sans-serif;
  font-size: .74rem;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
  margin: 0;
}
.ii-topbar a {
  color: #93c47d;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}
.ii-topbar a:hover { color: #fff; }

/* ── NAV WRAPPER ─────────────────────────────────────────── */
.ii-nav {
  background: rgba(250,247,242,.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid #ddd8ce;
  box-shadow: 0 2px 18px rgba(13,18,8,.07);
  position: relative;
  z-index: 999;
}
.ii-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* ── LOGO ────────────────────────────────────────────────── */
.ii-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 0;
}
/* Swappable logo image — replace src in HTML */
.ii-logo-img {
  height: 42px;
  width: auto;
  display: block;
  transition: transform .25s cubic-bezier(.4,0,.2,1);
}
.ii-logo:hover .ii-logo-img { transform: scale(1.04); }

/* Fallback icon mark shown when no logo image is used */
.ii-logo-mark {
  width: 44px;
  height: 44px;
  background: #2a4a2e;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(42,74,46,.32);
  transition: transform .25s cubic-bezier(.4,0,.2,1);
}
.ii-logo:hover .ii-logo-mark { transform: rotate(-4deg) scale(1.06); }
.ii-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.ii-logo-text strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1c2b18;
  letter-spacing: -.01em;
}
.ii-logo-text span {
  font-family: 'Syne', sans-serif;
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #6b9e6e;
  margin-top: 3px;
}

/* ── NAV LINKS ROW ───────────────────────────────────────── */
.ii-nav-links {
  display: flex;
  align-items: center;
  gap: .1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ii-nav-links > li {
  position: static; /* mega menu uses fixed-width panel */
}
.ii-nav-links > li > a {
  font-family: 'Syne', sans-serif;
  font-size: .84rem;
  font-weight: 600;
  color: #2a4a2e;
  padding: .5rem .82rem;
  border-radius: 7px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  transition: background .18s, color .18s;
  position: relative;
}
.ii-nav-links > li > a:hover,
.ii-nav-links > li.ii-mega-parent:hover > a {
  background: #eaf4e6;
  color: #3d6b42;
}
/* chevron for parents */
.ii-nav-links > li.ii-mega-parent > a::after,
.ii-nav-links > li.ii-drop-parent > a::after {
  content: '';
  width: 0; height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4.5px solid currentColor;
  opacity: .55;
  transition: transform .2s;
}
.ii-nav-links > li.ii-mega-parent:hover > a::after,
.ii-nav-links > li.ii-drop-parent:hover > a::after {
  transform: rotate(180deg);
  opacity: 1;
}

/* ── CTA BUTTON ──────────────────────────────────────────── */
.ii-nav-cta {
  background: #2a4a2e !important;
  color: #fff !important;
  font-family: 'Syne', sans-serif !important;
  font-size: .84rem !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
  padding: .58rem 1.25rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 18px rgba(42,74,46,.28) !important;
  transition: background .2s, transform .18s, box-shadow .18s !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}
.ii-nav-cta:hover {
  background: #1c2b18 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 26px rgba(42,74,46,.38) !important;
}

/* ── MEGA MENU PANEL ─────────────────────────────────────── */

/* Anchor the mega menu to the full nav bar width */
.ii-nav-links > li.ii-mega-parent {
  position: static;
}
.ii-nav {
  position: sticky;
  top: 0;
}

.ii-mega-panel {
  position: absolute;
  /* sit flush under the nav bar — no gap to cross */
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px) scale(.98);
  transform-origin: top center;
  width: 860px;
  max-width: 96vw;
  background: #fff;
  border: 1px solid #ddd8ce;
  border-radius: 18px;
  box-shadow: 0 20px 72px rgba(13,18,8,.16);
  /* top padding covers the invisible bridge so no gap */
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s cubic-bezier(.4,0,.2,1),
              transform .22s cubic-bezier(.4,0,.2,1);
  z-index: 1000;
}

/* ★ FIX: invisible hover bridge fills the gap between
   the nav link and the panel so the mouse can travel
   down without the menu closing ────────────────────── */
.ii-mega-parent::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -40px;
  right: -40px;
  height: 16px; /* covers any gap */
  display: block;
}

/* show on hover */
.ii-mega-parent:hover .ii-mega-panel,
.ii-mega-parent:focus-within .ii-mega-panel {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0) scale(1);
}

/* arrow tip pointing up */
.ii-mega-panel::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 13px; height: 13px;
  background: #fff;
  border-left: 1px solid #ddd8ce;
  border-top: 1px solid #ddd8ce;
  border-radius: 2px 0 0 0;
}
/* mega panel header row */
.ii-mega-header {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eaf4e6;
  margin-bottom: .5rem;
}
.ii-mega-header-text p {
  font-family: 'Syne', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b9e6e;
  margin: 0 0 .2rem;
}
.ii-mega-header-text h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c2b18;
  margin: 0;
}
.ii-mega-cta-link {
  font-family: 'Syne', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  color: #3d6b42;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: .5rem 1rem;
  border: 1.5px solid #c0ddb8;
  border-radius: 7px;
  background: #eaf4e6;
  transition: background .18s, border-color .18s;
  white-space: nowrap;
}
.ii-mega-cta-link:hover { background: #c0ddb8; border-color: #93c47d; }
.ii-mega-cta-link::after { content: '→'; }

/* ── MEGA MENU ITEMS ─────────────────────────────────────── */
.ii-mega-item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: .85rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  transition: background .18s;
  color: inherit;
}
.ii-mega-item:hover {
  background: #f5f1eb;
}
.ii-mega-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: #eaf4e6;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background .18s;
}
.ii-mega-item:hover .ii-mega-icon { background: #c0ddb8; }
.ii-mega-icon svg {
  width: 20px; height: 20px;
  stroke: #3d6b42;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ii-mega-item-text strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: #1c2b18;
  margin-bottom: .22rem;
}
.ii-mega-item-text span {
  font-family: 'Syne', sans-serif;
  font-size: .78rem;
  font-weight: 400;
  color: #5a6854;
  line-height: 1.5;
}

/* ── SIMPLE DROPDOWN (Service Areas) ────────────────────── */
.ii-drop-parent {
  /* must be relative so the panel anchors to this li */
  position: relative !important;
}
.ii-drop-panel {
  position: absolute;
  /* flush under the link — no gap, so hover bridge works */
  top: 100%;
  /* align left edge with the parent li */
  left: 0;
  right: auto;
  min-width: 230px;
  background: #fff;
  border: 1px solid #ddd8ce;
  border-radius: 14px;
  box-shadow: 0 12px 48px rgba(13,18,8,.13);
  /* top padding acts as the hover bridge */
  padding: .5rem .6rem .6rem;
  list-style: none;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px) scale(.97);
  transform-origin: top left;
  transition: opacity .2s, transform .2s;
  z-index: 1001;
}

/* ★ FIX: hover bridge for dropdown too */
.ii-drop-parent::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
  display: block;
}

.ii-drop-parent:hover .ii-drop-panel,
.ii-drop-parent:focus-within .ii-drop-panel {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}
.ii-drop-panel li a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Syne', sans-serif;
  font-size: .83rem;
  font-weight: 600;
  color: #2a4a2e;
  padding: .7rem .9rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background .16s, color .16s;
}
.ii-drop-panel li a:hover { background: #eaf4e6; color: #3d6b42; }
.ii-drop-panel li a::before {
  content: '📍';
  font-size: .75rem;
}

/* ── HAMBURGER ───────────────────────────────────────────── */
.ii-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.ii-hamburger span {
  width: 24px; height: 2px;
  background: #2a4a2e;
  border-radius: 2px;
  display: block;
  transition: all .28s cubic-bezier(.4,0,.2,1);
}
.ii-hamburger.ii-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ii-hamburger.ii-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ii-hamburger.ii-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ─────────────────────────────────────────── */
.ii-mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #fff;
  z-index: 998;
  overflow-y: auto;
  padding: 5rem 1.5rem 3rem;
  flex-direction: column;
  gap: .2rem;
}
.ii-mobile-menu.ii-open { display: flex; }
.ii-mobile-section-label {
  font-family: 'Syne', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #93c47d;
  padding: 1rem .5rem .4rem;
}
.ii-mobile-menu a {
  font-family: 'Syne', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: #2a4a2e;
  padding: .9rem 1rem;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background .16s;
  border-bottom: 1px solid #eaf4e6;
}
.ii-mobile-menu a:hover { background: #eaf4e6; }
.ii-mobile-menu .ii-mob-cta {
  background: #2a4a2e !important;
  color: #fff !important;
  border: none !important;
  text-align: center;
  justify-content: center;
  font-weight: 700 !important;
  border-radius: 10px !important;
  margin-top: 1.2rem;
  padding: 1rem !important;
}
.ii-mobile-close {
  position: absolute;
  top: 1.2rem; right: 1.5rem;
  background: #eaf4e6;
  border: none;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.1rem;
  color: #2a4a2e;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 960px) {
  .ii-nav-links { display: none; }
  .ii-hamburger { display: flex; }
  .ii-mega-panel { display: none; } /* handled by mobile menu */
}
@media (max-width: 600px) {
  .ii-topbar-inner { justify-content: center; text-align: center; }
  .ii-topbar-inner p:first-child { display: none; }
  .ii-nav-inner { padding: 0 1.25rem; }
}
/* ============================================================
   IMAGE IRRIGATION — Header Overflow Fix
   Append to bottom of your Header CSS
   ============================================================ */

/* The mega menu hover bridge was extending -40px left/right  */
/* outside the nav, causing the exact 40px page scroll width  */

.ii-nav {
  overflow: visible; /* keep — needed for dropdowns to show   */
}

/* Clip the hover bridge so it can't cause overflow           */
.ii-mega-parent::after {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

/* Same fix for the dropdown hover bridge                     */
.ii-drop-parent::after {
  left: 0 !important;
  right: 0 !important;
}

/* Wrap the nav in overflow:hidden at the page level          */
/* without breaking the sticky behavior or dropdown visibility */
.ii-topbar,
.ii-nav-inner {
  overflow: visible;
}

/* Nuclear option if above doesn't fully solve it:            */
/* contain the header so pseudo elements can't bleed out      */
.ii-nav-links {
  overflow: visible;
  position: relative;
}
.ii-nav-links > li {
  overflow: visible;
}
/* ============================================================
   IMAGE IRRIGATION — Header Dropdown Fix v2
   REPLACES ii-header-overflow-fix.css
   Paste at the very bottom of your header CSS
   ============================================================ */

/* 1. Give each mega parent its OWN positioning context
      so the panel anchors to THAT item, not the whole nav  */
.ii-nav-links > li.ii-mega-parent {
  position: relative !important;
}

/* 2. Remove the ::after hover bridge — it was creating
      phantom hover zones across other nav items.
      We bridge the gap with padding-top on the panel itself */
.ii-mega-parent::after,
.ii-drop-parent::after {
  display: none !important;
  content: none !important;
}

/* 3. Panel gets padding-top so the mouse can travel from
      the link down into the panel without triggering close.
      Negative margin-top pulls it back up visually.        */
.ii-mega-panel {
  padding-top: 1rem !important;
  margin-top: -1rem !important;
}

/* 4. Arrow tip: shift down to match new padding            */
.ii-mega-panel::before {
  top: calc(1rem - 7px) !important;
}

/* 5. Same padding bridge for simple dropdowns              */
.ii-drop-panel {
  padding-top: .75rem !important;
  margin-top: -.75rem !important;
}

/* 6. Overflow housekeeping — visible so panels show        */
.ii-nav,
.ii-nav-links,
.ii-nav-links > li {
  overflow: visible !important;
}
/* ============================================================
   IMAGE IRRIGATION — Header Dropdown Fix v3
   REPLACES previous fix — paste at bottom of header CSS
   ============================================================ */

/* 1. Each mega parent anchors its own panel */
.ii-nav-links > li.ii-mega-parent {
  position: relative !important;
}

/* 2. Kill the ::after bridge — was causing phantom hovers */
.ii-mega-parent::after,
.ii-drop-parent::after {
  display: none !important;
  content: none !important;
}

/* 3. Panel sits flush below the nav bar — no margin tricks.
      A transparent border-top bridges the gap so the mouse
      can travel down without losing hover.                  */
.ii-mega-panel {
  margin-top: 0 !important;
  padding-top: 2rem !important;
  border-top: 8px solid transparent !important;
  background-clip: padding-box !important;
  top: 100% !important;
}

/* 4. Arrow stays at the visual top edge of the white panel  */
.ii-mega-panel::before {
  top: calc(8px - 7px) !important;
}

/* 5. Same for simple dropdown */
.ii-drop-panel {
  margin-top: 0 !important;
  border-top: 8px solid transparent !important;
  background-clip: padding-box !important;
  top: 100% !important;
}

/* 6. Overflow visible so panels aren't clipped */
.ii-nav,
.ii-nav-links,
.ii-nav-links > li {
  overflow: visible !important;
}/* End custom CSS */