.elementor-kit-1080{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1080 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   SCIDPDA HEADER – FINAL CONSOLIDATED CSS
   Matches old site styling + smooth shrink + menu behavior
   Requires:
   - Header container class: scid-header
   - Logo widget class: scid-logo
   ===================================================== */

/* ===== HEADER BASE (white bar + spacing like old site) ===== */
.scid-header{
  background: #ffffff !important;
  padding: 24px 60px !important;
  border-bottom: 1px solid #e6e6e6 !important;
  transition: all 0.25s ease !important;
  z-index: 999 !important;
}

/* ===== LOGO SIZE (larger like original site) ===== */
.scid-header .scid-logo img,
.scid-header .elementor-widget-theme-site-logo img,
.scid-header .elementor-widget-site-logo img{
  max-height: 80px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: all 0.25s ease !important;
}

/* ===== SHRINK HEADER ON SCROLL (uses your scroll script) ===== */
html[data-scroll="1"] .scid-header{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

/* Shrink logo smoothly */
html[data-scroll="1"] .scid-header img{
  max-height: 52px !important;
}

/* ===== MENU TYPOGRAPHY (match old site) ===== */
.scid-header .elementor-nav-menu a{
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  color: #333333 !important;
  padding: 12px 16px !important;
  position: relative !important;
  transition: color 0.2s ease !important;
}

/* ===== HOVER = GREEN (like original site) ===== */
.scid-header .elementor-nav-menu a:hover{
  color: #8aa03c !important;
}

/* ===== ACTIVE PAGE = GREEN (automatic current page highlight) ===== */
.scid-header .elementor-nav-menu .current-menu-item > a,
.scid-header .elementor-nav-menu .current_page_item > a,
.scid-header .elementor-nav-menu .current-menu-ancestor > a,
.scid-header .elementor-nav-menu a[aria-current="page"]{
  color: #8aa03c !important;
}

/* ===== GREEN TOP HIGHLIGHT BAR (hover + active) ===== */
.scid-header .elementor-nav-menu a::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #8aa03c;
  transition: width 0.25s ease;
}

/* Show bar on hover */
.scid-header .elementor-nav-menu a:hover::before{
  width: 100%;
}

/* Keep bar on active page */
.scid-header .elementor-nav-menu .current-menu-item > a::before,
.scid-header .elementor-nav-menu a[aria-current="page"]::before{
  width: 100%;
}

/* ===== SEARCH ICON COLOR MATCH ===== */
.scid-header .elementor-icon,
.scid-header .elementor-icon i,
.scid-header .elementor-icon svg{
  color: #333 !important;
  fill: #333 !important;
  transition: all 0.2s ease !important;
}

.scid-header .elementor-icon:hover,
.scid-header .elementor-icon:hover i,
.scid-header .elementor-icon:hover svg{
  color: #8aa03c !important;
  fill: #8aa03c !important;
}

/* ===== PREVENT IMAGE SQUEEZE / LAYOUT JUMP ===== */
.scid-header img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure menu stays aligned nicely */
.scid-header .elementor-nav-menu{
  align-items: center !important;
}

/* ===== Match OLD site: 3 centered tiles ===== */

/* Center the whole row like the old site */
.scid-oldtiles-row {
  max-width: 1100px;         /* old site looks ~1000–1150px */
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 40px 20px !important;

  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 26px !important;      /* spacing between tiles on old site */
}

/* Force 3 equal tiles (prevents your 3rd tile being huge) */
.scid-oldtiles-row > .scid-oldtile {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;

  min-height: 165px !important;   /* old tiles are shorter */
  aspect-ratio: 16 / 7;           /* helps keep them “short + wide” */
  position: relative !important;
  overflow: hidden !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* If your tile image is a BACKGROUND on the container */
.scid-oldtile {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* If your tile uses an Image widget inside (common in your build) */
.scid-oldtile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Darker green overlay like old site */
.scid-oldtile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(120, 150, 90, 0.72); /* darker than your current */
  z-index: 1;
}

/* Keep tile contents above overlay */
.scid-oldtile > * {
  position: relative;
  z-index: 2;
}

/* Title styling to match old site */
.scid-oldtile-title {
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;

  font-size: 18px !important;      /* old is smaller */
  line-height: 1.15 !important;

  /* Old site text sits near bottom-left inside the tile */
  position: absolute !important;
  left: 18px !important;
  bottom: 16px !important;
  margin: 0 !important;

  max-width: 85% !important;
}

/* Mobile: stack like a normal modern site */
@media (max-width: 768px) {
  .scid-oldtiles-row {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .scid-oldtiles-row > .scid-oldtile {
    aspect-ratio: 16 / 9 !important;
    min-height: 220px !important;
  }
}
/* Kill tiny white slivers caused by 100vw full-bleed sections */
html, body{
  overflow-x: hidden !important;
}/* End custom CSS */