/*
Theme Name: Easy 5 Theme
Theme URI: https://example.com/easy5-theme
Author: PV WP Themer
Author URI: https://example.com
Description: A custom classic WordPress theme for Easy 5, inspired by a soft green and gold movement/wellness landing page.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: easy5
*/

:root {
  --easy5-green: #8fbe62;
  --easy5-dark: #17351f;
  --easy5-darker: #102916;
  --easy5-text: #214329;
  --easy5-muted: #36503b;
  --easy5-light: #f3f8ee;
  --easy5-gold: #d8a923;
  --easy5-gold-hover: #c99b1f;
  --easy5-gold-dark: #7a5a00;
  --easy5-white: #ffffff;
  --easy5-radius-xl: 2rem;
  --easy5-radius-lg: 1.75rem;
  --easy5-shadow: 0 24px 70px rgba(23, 53, 31, 0.16);
  --easy5-shadow-soft: 0 18px 45px rgba(23, 53, 31, 0.08);
  --easy5-container: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--easy5-green);
  color: var(--easy5-dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.easy5-main {
  min-height: 100vh;
  overflow: hidden;
}

.easy5-container {
  width: min(100% - 32px, var(--easy5-container));
  margin-inline: auto;
}

.easy5-section {
  position: relative;
  padding: 80px 0;
}

.easy5-hero {
  background: var(--easy5-green);
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 96px;
}

.easy5-bg-glow {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
}

.easy5-bg-glow::before,
.easy5-bg-glow::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
}

.easy5-bg-glow::before {
  right: -96px;
  top: -96px;
  width: 288px;
  height: 288px;
  background: var(--easy5-gold);
}

.easy5-bg-glow::after {
  left: 25%;
  bottom: -128px;
  width: 320px;
  height: 320px;
  background: var(--easy5-white);
}

.easy5-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 48px;
}

.easy5-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--easy5-dark);
  box-shadow: 0 6px 16px rgba(23, 53, 31, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.easy5-eyebrow--gold {
  background: rgba(216, 169, 35, 0.15);
  color: var(--easy5-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: none;
  border: 0;
}

.easy5-hero-title {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--easy5-darker);
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.easy5-hero-copy {
  max-width: 680px;
  margin-top: 28px;
  color: var(--easy5-text);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.5;
  font-weight: 600;
}

.easy5-button-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.easy5-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 32px;
  border: 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.easy5-btn:hover,
.easy5-btn:focus {
  transform: translateY(-2px);
}

.easy5-btn:focus-visible {
  outline: 3px solid rgba(16, 41, 22, 0.4);
  outline-offset: 4px;
}

.easy5-btn--primary {
  background: var(--easy5-gold);
  color: var(--easy5-dark);
  box-shadow: 0 16px 32px rgba(23, 53, 31, 0.18);
}

.easy5-btn--primary:hover {
  background: var(--easy5-gold-hover);
}

.easy5-btn--secondary {
  background: rgba(255, 255, 255, 0.5);
  color: var(--easy5-dark);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 20px rgba(23, 53, 31, 0.08);
  backdrop-filter: blur(10px);
}

.easy5-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.8);
}

.easy5-arrow {
  font-size: 1.35rem;
  line-height: 1;
}

.easy5-play {
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 999px;
  position: relative;
  display: inline-block;
}

.easy5-play::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  border-left: 7px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.easy5-card {
  border-radius: var(--easy5-radius-xl);
  background: rgba(243, 248, 238, 0.96);
  box-shadow: var(--easy5-shadow);
}

.easy5-today-card {
  width: min(100%, 540px);
  margin-inline: auto;
  padding: 24px;
}

.easy5-today-inner {
  border-radius: var(--easy5-radius-lg);
  background: var(--easy5-dark);
  color: var(--easy5-white);
  padding: 28px;
  box-shadow: inset 0 2px 18px rgba(0, 0, 0, 0.15);
}

.easy5-today-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.easy5-small-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  font-weight: 700;
}

.easy5-today-title {
  margin: 4px 0 0;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 950;
}

.easy5-number-badge {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: var(--easy5-gold);
  color: var(--easy5-dark);
  font-size: 1.5rem;
  font-weight: 950;
}

.easy5-movement-list {
  display: grid;
  gap: 12px;
}

.easy5-movement-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
}

.easy5-movement-name {
  font-weight: 700;
}

.easy5-minute {
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(216, 169, 35, 0.9);
  color: var(--easy5-dark);
  padding: 4px 12px;
  font-size: 0.875rem;
  font-weight: 950;
}

.easy5-callout {
  margin-top: 24px;
  border-radius: 1rem;
  background: var(--easy5-gold);
  color: var(--easy5-dark);
  padding: 20px;
}

.easy5-callout-label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.easy5-callout-text {
  margin: 4px 0 0;
  font-size: 1.125rem;
  font-weight: 900;
}

.easy5-why {
  background: var(--easy5-light);
}

.easy5-two-col {
  display: grid;
  gap: 56px;
}

.easy5-section-title {
  margin: 24px 0 0;
  color: var(--easy5-dark);
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.easy5-section-copy {
  max-width: 700px;
  margin-top: 24px;
  color: var(--easy5-muted);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.easy5-section-copy + .easy5-section-copy {
  margin-top: 20px;
}

.easy5-feature-grid {
  display: grid;
  gap: 20px;
}

.easy5-feature-card {
  border-radius: var(--easy5-radius-xl);
  background: var(--easy5-white);
  padding: 28px;
  box-shadow: var(--easy5-shadow-soft);
}

.easy5-feature-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 1rem;
  background: rgba(216, 169, 35, 0.15);
  color: var(--easy5-gold-dark);
  font-size: 1.25rem;
  font-weight: 950;
}

.easy5-feature-title {
  margin: 20px 0 0;
  color: var(--easy5-dark);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 950;
}

.easy5-feature-text {
  margin: 12px 0 0;
  color: #4a6350;
  line-height: 1.7;
}

.easy5-start {
  background: var(--easy5-green);
}

.easy5-centered {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.easy5-centered .easy5-section-title {
  color: var(--easy5-darker);
}

.easy5-centered .easy5-section-copy {
  margin-inline: auto;
  color: var(--easy5-text);
}

.easy5-steps-grid {
  display: grid;
  gap: 20px;
  margin-top: 56px;
}

.easy5-step-card {
  border-radius: var(--easy5-radius-xl);
  background: rgba(243, 248, 238, 0.96);
  padding: 32px;
  text-align: center;
  box-shadow: var(--easy5-shadow);
}

.easy5-step-number {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-inline: auto;
  border-radius: 1rem;
  background: var(--easy5-gold);
  color: var(--easy5-dark);
  font-size: 1.875rem;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(23, 53, 31, 0.14);
}

.easy5-step-title {
  margin: 24px 0 0;
  color: var(--easy5-dark);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 950;
}

.easy5-step-text {
  margin: 16px 0 0;
  color: #48604d;
  line-height: 1.7;
}

.easy5-final-cta {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.easy5-site-footer {
  background: var(--easy5-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 28px 0;
  text-align: center;
  font-size: 0.95rem;
}

.easy5-site-footer p {
  margin: 0;
}

.easy5-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.easy5-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.easy5-reveal-scale {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 700ms ease, transform 700ms ease;
}

.easy5-reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

.easy5-entry {
  background: var(--easy5-light);
  padding: 72px 0;
}

.easy5-entry-card {
  background: #fff;
  border-radius: var(--easy5-radius-xl);
  box-shadow: var(--easy5-shadow-soft);
  padding: clamp(24px, 5vw, 56px);
}

.easy5-entry-card h1,
.easy5-entry-card h2,
.easy5-entry-card h3 {
  color: var(--easy5-dark);
}

@media (min-width: 640px) {
  .easy5-button-row {
    flex-direction: row;
  }

  .easy5-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .easy5-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .easy5-container {
    width: min(100% - 128px, var(--easy5-container));
  }

  .easy5-hero {
    padding-top: 96px;
    padding-bottom: 112px;
  }

  .easy5-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .easy5-two-col {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }

  .easy5-section {
    padding: 112px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .easy5-reveal,
  .easy5-reveal-scale {
    opacity: 1;
    transform: none;
  }
}

/* Easy 5 Styled Page Template */
.easy5-subpage-hero {
  padding-top: 96px;
  padding-bottom: 96px;
}

.easy5-subpage-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.easy5-subpage-title {
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.easy5-page-content-wrap {
  max-width: 980px;
}

.easy5-page-card {
  border-radius: var(--easy5-radius-xl);
  background: #ffffff;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: var(--easy5-shadow-soft);
  color: var(--easy5-muted);
  font-size: 1.125rem;
  line-height: 1.8;
}

.easy5-page-card > *:first-child {
  margin-top: 0;
}

.easy5-page-card > *:last-child {
  margin-bottom: 0;
}

.easy5-page-card h2,
.easy5-page-card h3,
.easy5-page-card h4 {
  color: var(--easy5-dark);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.easy5-page-card h2 {
  margin-top: 48px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.easy5-page-card h3 {
  margin-top: 36px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.easy5-page-card p {
  margin: 0 0 1.35em;
}

.easy5-page-card a {
  color: var(--easy5-gold-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.easy5-page-card ul,
.easy5-page-card ol {
  padding-left: 1.35em;
  margin-bottom: 1.5em;
}

.easy5-page-card li + li {
  margin-top: 0.5em;
}

.easy5-page-card blockquote {
  margin: 32px 0;
  border-left: 6px solid var(--easy5-gold);
  border-radius: 1rem;
  background: var(--easy5-light);
  padding: 24px;
  color: var(--easy5-dark);
  font-size: 1.25rem;
  font-weight: 700;
}

.easy5-page-featured-image {
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 36px;
}

.easy5-page-featured-image img {
  display: block;
  width: 100%;
}


/* Editable site header */
.easy5-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(143, 190, 98, 0.94);
  border-bottom: 1px solid rgba(23, 53, 31, 0.12);
  box-shadow: 0 12px 30px rgba(23, 53, 31, 0.08);
  backdrop-filter: blur(14px);
}

.easy5-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.easy5-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.easy5-brand .custom-logo-link,
.easy5-default-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.easy5-brand .custom-logo,
.easy5-default-logo {
  display: block;
  width: auto;
  max-width: min(240px, 54vw);
  max-height: 64px;
  object-fit: contain;
}

.easy5-primary-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

/* Force the editable WordPress menu to run horizontally across the header. */
.easy5-primary-nav > ul,
.easy5-primary-nav .easy5-menu,
.easy5-primary-nav .menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.easy5-primary-nav li,
.easy5-primary-nav .menu-item,
.easy5-primary-nav .page_item {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.easy5-primary-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--easy5-dark);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, transform 180ms ease;
}

.easy5-primary-nav a:hover,
.easy5-primary-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
  outline: none;
}

/* Dropdowns stay hidden until hover/focus, while the top-level menu stays horizontal. */
.easy5-primary-nav .sub-menu,
.easy5-primary-nav .children {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 101;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-radius: 1rem;
  background: rgba(243, 248, 238, 0.98);
  box-shadow: var(--easy5-shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.easy5-primary-nav li:hover > .sub-menu,
.easy5-primary-nav li:focus-within > .sub-menu,
.easy5-primary-nav li:hover > .children,
.easy5-primary-nav li:focus-within > .children {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.easy5-primary-nav .sub-menu li,
.easy5-primary-nav .children li {
  display: block;
  width: 100%;
}

.easy5-primary-nav .sub-menu a,
.easy5-primary-nav .children a {
  width: 100%;
  justify-content: flex-start;
  border-radius: 0.75rem;
}

.easy5-header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.easy5-header-cta {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.easy5-menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  .easy5-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    min-height: 78px;
  }

  .easy5-brand {
    flex-basis: 100%;
    justify-content: center;
  }

  .easy5-brand .custom-logo,
  .easy5-default-logo {
    max-height: 56px;
  }

  .easy5-primary-nav {
    flex: 1 1 100%;
    order: 2;
    justify-content: center;
  }

  .easy5-primary-nav > ul,
  .easy5-primary-nav .easy5-menu,
  .easy5-primary-nav .menu {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 6px;
  }

  .easy5-primary-nav a {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 0.95rem;
  }

  .easy5-header-actions {
    order: 3;
  }

  .easy5-header-cta {
    min-height: 42px;
    padding-inline: 18px;
  }
}

@media (max-width: 640px) {
  .easy5-header-actions {
    display: none;
  }
}


/* Hard header menu fix: keep top-level WordPress menu links across the page. */
.easy5-site-header,
.easy5-site-header * {
  box-sizing: border-box;
}

.easy5-site-header .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.easy5-site-header .easy5-header-inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 28px !important;
  row-gap: 12px !important;
}

.easy5-site-header .easy5-brand {
  grid-column: 1 !important;
}

.easy5-site-header .easy5-primary-nav {
  grid-column: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

.easy5-site-header .easy5-header-actions {
  grid-column: 3 !important;
}

.easy5-site-header .easy5-menu-toggle {
  display: none !important;
}

/* Handles wp_nav_menu(), fallback page menus, and extra menu containers from plugins. */
.easy5-site-header .easy5-primary-nav > div,
.easy5-site-header .easy5-primary-nav .menu-primary-menu-container,
.easy5-site-header .easy5-primary-nav .menu-main-menu-container {
  display: block !important;
  width: 100% !important;
}

.easy5-site-header .easy5-primary-nav > ul,
.easy5-site-header .easy5-primary-nav > div > ul,
.easy5-site-header .easy5-primary-nav ul.easy5-menu,
.easy5-site-header .easy5-primary-nav ul.menu,
.easy5-site-header .easy5-primary-nav ul.nav-menu,
.easy5-site-header .easy5-primary-nav ul#easy5-primary-menu-list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.easy5-site-header .easy5-primary-nav > ul > li,
.easy5-site-header .easy5-primary-nav > div > ul > li,
.easy5-site-header .easy5-primary-nav .easy5-menu > li,
.easy5-site-header .easy5-primary-nav .menu > li,
.easy5-site-header .easy5-primary-nav .nav-menu > li {
  display: inline-flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: center !important;
}

.easy5-site-header .easy5-primary-nav li::before,
.easy5-site-header .easy5-primary-nav li::after {
  content: none !important;
}

.easy5-site-header .easy5-primary-nav > ul > li > a,
.easy5-site-header .easy5-primary-nav > div > ul > li > a,
.easy5-site-header .easy5-primary-nav .easy5-menu > li > a,
.easy5-site-header .easy5-primary-nav .menu > li > a,
.easy5-site-header .easy5-primary-nav .nav-menu > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  color: var(--easy5-dark) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* Dropdowns may stack vertically only inside their dropdown panel. */
.easy5-site-header .easy5-primary-nav .sub-menu,
.easy5-site-header .easy5-primary-nav .children {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  z-index: 101 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  min-width: 220px !important;
  width: max-content !important;
  max-width: 280px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 10px !important;
  border-radius: 1rem !important;
  background: rgba(243, 248, 238, 0.98) !important;
  box-shadow: var(--easy5-shadow-soft) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
}

.easy5-site-header .easy5-primary-nav li {
  position: relative !important;
}

.easy5-site-header .easy5-primary-nav li:hover > .sub-menu,
.easy5-site-header .easy5-primary-nav li:focus-within > .sub-menu,
.easy5-site-header .easy5-primary-nav li:hover > .children,
.easy5-site-header .easy5-primary-nav li:focus-within > .children {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

@media (max-width: 900px) {
  .easy5-site-header .easy5-header-inner {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  .easy5-site-header .easy5-brand,
  .easy5-site-header .easy5-primary-nav,
  .easy5-site-header .easy5-header-actions {
    grid-column: 1 !important;
  }

  .easy5-site-header .easy5-primary-nav > ul,
  .easy5-site-header .easy5-primary-nav > div > ul,
  .easy5-site-header .easy5-primary-nav ul.easy5-menu,
  .easy5-site-header .easy5-primary-nav ul.menu,
  .easy5-site-header .easy5-primary-nav ul.nav-menu,
  .easy5-site-header .easy5-primary-nav ul#easy5-primary-menu-list {
    justify-content: center !important;
    gap: 8px 10px !important;
  }

  .easy5-site-header .easy5-primary-nav > ul > li > a,
  .easy5-site-header .easy5-primary-nav > div > ul > li > a,
  .easy5-site-header .easy5-primary-nav .easy5-menu > li > a,
  .easy5-site-header .easy5-primary-nav .menu > li > a,
  .easy5-site-header .easy5-primary-nav .nav-menu > li > a {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 0.95rem !important;
  }
}
