.elementor-70 .elementor-element.elementor-element-8fef434{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-70 .elementor-element.elementor-element-752a541{width:100%;max-width:100%;}.elementor-70 .elementor-element.elementor-element-752a541.elementor-element{--align-self:stretch;}.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-752a541 */:root{
  --gr-text:#222;
  --gr-accent:#FF3366;
  --gr-bg:#fff;
  --gap:14px;
  --hdr-h:56px;
}

/* Base header appearance */
.gr-header{ background:var(--gr-bg); border-bottom:1px solid rgba(0,0,0,.06); }
.gr-brand{ display:inline-flex; align-items:center; gap:10px; color:var(--gr-text); text-decoration:none; }
.gr-brand__name{ font-family:"Bebas Neue",sans-serif; font-size:26px; line-height:1; letter-spacing:.02em; }
.gr-brand__logo{ height:30px; width:auto; display:block; }

/* Nav & actions */
.gr-nav__menu{ list-style:none; margin:0; padding:; display:flex; gap:28px; }
.gr-nav__menu a{ color:var(--gr-text); text-decoration:none; font-weight:600; letter-spacing:.03em; white-space:nowrap; }

.gr-actions{ display:flex; align-items:center; gap:10px; }
.gr-icon-link, .gr-icon-btn{ position:relative; display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px; border:0; background:transparent; border-radius:10px; color:var(--gr-text); }
.gr-badge{ position:absolute; top:-5px; right:-6px; min-width:17px; height:17px; padding:0 4px;
  border-radius:9px; background:var(--gr-accent); color:#fff; font-size:10px; line-height:17px; text-align:center; }

/* Minisearch (desktop/tablet only) */
.gr-minisearch{ --bg:#fff; --text:#111; --hint:#4b5563; --bd:#dcdcdc; --bd-focus:#111;
  width:clamp(220px,28vw,360px); }
.gr-minisearch__form{ position:relative; margin:0; }
.gr-minisearch__icon{ position:absolute; left:12px; top:50%; transform:translateY(-50%); color:#6b7280; pointer-events:none; }
.gr-minisearch__input{
  width:100%; height:38px; padding:0 12px 0 36px;
  background:var(--bg) !important; color:var(--text) !important;
  border:1.5px solid var(--bd) !important; border-radius:10px;
  font:400 15px/38px Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing:.1px; outline:none;
}
.gr-minisearch__input::placeholder{ color:var(--hint); opacity:1; }
.gr-minisearch__input:focus{ border-color:var(--bd-focus) !important; }

/* CSS-only hamburger (mobile only) */
#gr-menu-toggle{ position:absolute; left:-9999px; }  /* hidden */
.gr-hamburger{ display:none; width:34px; height:34px; align-items:center; justify-content:center; cursor:pointer; }
.gr-hamburger__bars{ width:18px; height:12px; position:relative; }
.gr-hamburger__bars::before, .gr-hamburger__bars::after, .gr-hamburger__bars span{
  content:""; position:absolute; left:0; right:0; height:2px; background:currentColor; border-radius:2px;
}
.gr-hamburger__bars::before{ top:0; }
.gr-hamburger__bars span{ top:5px; }
.gr-hamburger__bars::after{ bottom:0; }
#gr-menu-toggle:checked ~ .gr-actions .gr-hamburger .gr-hamburger__bars::before{ transform:translateY(5px) rotate(45deg); }
#gr-menu-toggle:checked ~ .gr-actions .gr-hamburger .gr-hamburger__bars span{ opacity:0; }
#gr-menu-toggle:checked ~ .gr-actions .gr-hamburger .gr-hamburger__bars::after{ transform:translateY(-5px) rotate(-45deg); }

/* =================== LAYOUT =================== */

/* Desktop & Tablet (≥768px): 3-column grid: Brand | Nav | Actions */
@media (min-width:768px){
  .gr-header__inner{
    display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; column-gap:16px;
    max-width:1200px; margin:0 auto; padding:10px 16px; min-height:var(--hdr-h);
  }

  .gr-brand{ grid-column:1; }
  .gr-nav{ grid-column:2; justify-content:center; min-width:0; }
  .gr-actions{ grid-column:3; justify-self:end; }

  /* show desktop/tablet UI */
  .gr-nav__menu{ display:flex !important; }
  .gr-minisearch{ display:block !important; }
  .gr-hamburger, .gr-icon-btn--search{ display:none !important; }  /* hide mobile UI */

  /* tablet tightening */
  @media (max-width:1024px){
    .gr-brand__logo{ height:26px !important; }
    .gr-nav__menu{ gap:18px !important; }
    .gr-minisearch{ width:clamp(200px,30vw,280px) !important; }
    .gr-minisearch__input{ height:36px; line-height:36px; font-size:14px; }
  }
}

/* Mobile (≤767px): flex row; hamburger & search icon only; dropdown under header */
@media (max-width:767px){
  .gr-header__inner{
    display:flex; align-items:center; justify-content:space-between; gap:8px; padding:8px 12px; min-height:var(--hdr-h);
  }
  .gr-brand__name{ font-size:22px; }
  .gr-brand__logo{ height:22px; }

  /* mobile UI vs desktop UI */
  .gr-minisearch{ display:none !important; }
  .gr-icon-btn--search{ display:inline-flex !important; }
  .gr-hamburger{ display:inline-flex !important; }
  .gr-nav__menu{ display:none; }

  /* keep hamburger at far right */
  .gr-actions{ margin-left:auto; gap:8px; }
  .gr-actions > *{ order:0; }
  .gr-actions .gr-hamburger{ order:99; }

  /* dropdown on toggle (full width, under header) */
  #gr-menu-toggle:checked ~ nav .gr-nav__menu{
    display:flex !important;
    position:fixed; top:var(--hdr-h); left:0; right:0;
    background:#fff; border-top:1px solid rgba(0,0,0,.06);
    padding:14px 16px 18px; z-index:9999;
    flex-direction:column; gap:10px;
  }
  .gr-nav__menu a{ display:block; padding:12px; border-radius:10px; background:#f7f7f7; }
}

/* Tiny phones */
@media (max-width:360px){
  .gr-icon-link, .gr-icon-btn{ width:32px; height:32px; }
  .gr-badge{ transform:scale(.9); transform-origin:top right; }
}

/* Neutralize theme "black pill" buttons inside header only */
.elementor-location-header .gr-header button,
.elementor-location-header .gr-header .elementor-button,
.elementor-location-header .gr-header .gr-icon-link,
.elementor-location-header .gr-header .gr-icon-btn{
  background:transparent !important; border:0 !important; box-shadow:none !important; padding:0 !important;
  border-radius:0 !important; color:var(--gr-text) !important; line-height:1 !important;
}
.elementor-location-header .gr-header svg{ fill:none; stroke:currentColor; }

/* If logged into WP admin, keep dropdown below admin bar */
@media (max-width:767px){
  #gr-menu-toggle:checked ~ nav .gr-nav__menu{
    top: calc(var(--hdr-h) + var(--wp-admin--admin-bar--height, 0px));
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8fef434 *//* ===== Clean, readable on white headers ===== */
.gr-minisearch{
  --bg:#fff;
  --text:#111;      /* real text color */
  --hint:#4b5563;   /* placeholder (visible on white) */
  --bd:#dcdcdc;     /* subtle border */
  --bd-focus:#111;  /* focus border */

  width:clamp(220px,28vw,360px);
}
.gr-minisearch__form{ position:relative; margin:0; }

/* Left icon */
.gr-minisearch__icon{
  position:absolute; left:12px; top:50%; transform:translateY(-50%);
  color:#6b7280;    /* icon grey */
  pointer-events:none;
}

/* Input — minimal, no shadow */
.gr-minisearch__input{
  width:100%; height:38px;
  padding:0 12px 0 36px;           /* room for icon */
  background:var(--bg) !important;
  color:var(--text) !important;
  border:1.5px solid var(--bd) !important;
  border-radius:10px;
  font:400 15px/38px Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing:.1px;
  outline:none;
}
.gr-minisearch__input::placeholder{ color:var(--hint); opacity:1; }
.gr-minisearch__input::-webkit-input-placeholder{ color:var(--hint); opacity:1; }
.gr-minisearch__input:-ms-input-placeholder{ color:var(--hint); opacity:1; }
.gr-minisearch__input::-ms-input-placeholder{ color:var(--hint); opacity:1; }

/* Strong, crisp focus */
.gr-minisearch__input:focus{
  border-color:var(--bd-focus) !important;
}

/* Tablet */
@media (max-width:1024px){
  .gr-minisearch{ width:clamp(200px,44vw,320px); }
  .gr-minisearch__input{ height:36px; line-height:36px; }
}

/* Mobile (full width if needed) */
@media (max-width:767px){
  .gr-minisearch{ width:100%; }
}

/* Constrain logo size */
.gr-brand__logo{
  max-height: 32px !important;  /* desktop */
  width: auto !important;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width:1024px){
  .gr-brand__logo{ max-height: 26px !important; }
}

/* Mobile */
@media (max-width:767px){
  .gr-brand__logo{ max-height: 22px !important; }
}/* End custom CSS */