:root{
  --aoze-green:#123f2d;
  --aoze-green-2:#19583f;
  --aoze-green-3:#0c2e21;
  --aoze-accent:#00a859;
  --aoze-gold:#ceb472;
  --aoze-cream:#f5f1e4;
  --aoze-white:#fff;
  --aoze-line:rgba(255,255,255,.16);
  --aoze-shadow:0 18px 44px rgba(4,18,12,.26);
}

body.aslandi-oze-header-enabled .elementor-location-header{
  display:none!important;
}

body.aslandi-oze-header-solid{
  padding-top:92px;
}

.aoze-header,
.aoze-header *{
  box-sizing:border-box;
}

.aoze-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:9998;
  pointer-events:none;
  font-family:inherit;
}

body.admin-bar .aoze-header{
  top:32px;
}

.aoze-header svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aoze-header__bar{
  width:100%;
  min-height:92px;
  pointer-events:auto;
  color:var(--aoze-white);
  background:linear-gradient(135deg,var(--aoze-green) 0%,var(--aoze-green-2) 100%);
  border-bottom:1px solid rgba(255,255,255,.1);
  box-shadow:var(--aoze-shadow);
  transition:background .22s ease,box-shadow .22s ease,border-color .22s ease,backdrop-filter .22s ease;
}

.aoze-header[data-surface="transparent"]:not(.is-scrolled):not(.is-menu-open) .aoze-header__bar{
  background:linear-gradient(180deg,rgba(7,20,14,.36) 0%,rgba(7,20,14,.12) 58%,rgba(7,20,14,0) 100%);
  border-bottom-color:transparent;
  box-shadow:none;
  backdrop-filter:none;
}

.aoze-header[data-surface="transparent"].is-scrolled .aoze-header__bar,
.aoze-header[data-surface="transparent"].is-menu-open .aoze-header__bar{
  background:linear-gradient(135deg,rgba(18,63,45,.97) 0%,rgba(25,88,63,.96) 100%);
  backdrop-filter:blur(14px);
}

.aoze-header__inner{
  position:relative;
  width:min(1360px,calc(100% - 32px));
  min-height:92px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin:0 auto;
}

.aoze-logo{
  display:inline-flex;
  align-items:center;
  min-width:0;
  color:var(--aoze-white);
  text-decoration:none;
}

.aoze-logo img{
  display:block;
  width:auto;
  max-width:178px;
  max-height:58px;
  object-fit:contain;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.18));
}

.aoze-logo__text{
  color:var(--aoze-white);
  font-size:26px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.aoze-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
}

.aoze-nav__link,
.aoze-header__phone,
.aoze-header__cta{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:10px;
  font-family:inherit;
  text-decoration:none;
  line-height:1;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.aoze-header__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
}

.aoze-header__phone{
  padding:0 13px;
  border:1px solid rgba(255,255,255,.13);
  color:rgba(255,255,255,.92);
  background:rgba(255,255,255,.055);
  font-size:14px;
  font-weight:850;
}

.aoze-header__phone svg{
  width:17px;
  height:17px;
  color:var(--aoze-gold);
}

.aoze-header__phone span{
  display:block;
}

.aoze-header__phone strong{
  display:block;
  font-size:14px;
  line-height:1;
  font-weight:900;
}

.aoze-header__phone:hover,
.aoze-header__phone:focus-visible{
  color:var(--aoze-white);
  border-color:rgba(206,180,114,.48);
  background:rgba(255,255,255,.095);
  box-shadow:0 0 22px rgba(206,180,114,.13);
  outline:none;
}

.aoze-nav__link{
  padding:0 12px;
  border:1px solid transparent;
  color:rgba(255,255,255,.93);
  font-size:15px;
  font-weight:750;
}

.aoze-nav__link:hover,
.aoze-nav__link:focus-visible,
.aoze-nav__services:hover .aoze-nav__link--services,
.aoze-nav__services:focus-within .aoze-nav__link--services,
.aoze-nav__services.is-open .aoze-nav__link--services{
  color:var(--aoze-white);
  border-color:rgba(206,180,114,.55);
  background:rgba(255,255,255,.08);
  box-shadow:0 0 22px rgba(206,180,114,.13);
  outline:none;
}

.aoze-nav__link--services{
  border-color:rgba(206,180,114,.35);
  background:rgba(255,255,255,.06);
}

.aoze-nav__link--coop{
  color:#f4df9e;
  border-color:rgba(206,180,114,.32);
  background:linear-gradient(135deg,rgba(206,180,114,.14),rgba(255,255,255,.045));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}

.aoze-nav__link--coop:hover,
.aoze-nav__link--coop:focus-visible{
  color:#fff7d7;
  border-color:rgba(206,180,114,.68);
  background:linear-gradient(135deg,rgba(206,180,114,.23),rgba(255,255,255,.08));
}

.aoze-nav__link--services svg{
  width:16px;
  height:16px;
  color:var(--aoze-gold);
  transition:transform .18s ease;
}

.aoze-nav__services:hover .aoze-nav__link--services svg,
.aoze-nav__services:focus-within .aoze-nav__link--services svg,
.aoze-nav__services.is-open .aoze-nav__link--services svg{
  transform:rotate(180deg);
}

.aoze-header__cta{
  min-width:206px;
  padding:9px 20px;
  border:1px solid rgba(255,255,255,.24);
  color:#103421;
  background:linear-gradient(135deg,#ead18d 0%,var(--aoze-gold) 100%);
  box-shadow:0 12px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.35);
}

.aoze-header__cta svg{
  width:19px;
  height:19px;
}

.aoze-header__cta span{
  display:grid;
  gap:2px;
  text-align:left;
}

.aoze-header__cta strong{
  display:block;
  font-size:14px;
  font-weight:900;
}

.aoze-header__cta small{
  display:block;
  font-size:11px;
  font-weight:800;
  opacity:.78;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.aoze-header__cta:hover,
.aoze-header__cta:focus-visible{
  color:#0c2e21;
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(0,0,0,.22),0 0 22px rgba(206,180,114,.28),inset 0 1px 0 rgba(255,255,255,.42);
  outline:none;
}

.aoze-header__hamburger{
  display:none;
}

.aoze-nav__services{
  position:static;
}

.aoze-nav__services::after{
  content:"";
  position:absolute;
  top:100%;
  left:-20px;
  right:-20px;
  height:22px;
}

.aoze-mega{
  position:absolute;
  top:calc(100% + 16px);
  left:0;
  width:min(940px,calc(100vw - 54px));
  padding:18px;
  color:var(--aoze-white);
  background:linear-gradient(145deg,rgba(14,49,35,.98) 0%,rgba(7,24,17,.97) 100%);
  border:1px solid rgba(206,180,114,.28);
  border-radius:16px;
  box-shadow:0 26px 72px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.04) inset;
  backdrop-filter:blur(16px);
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease;
}

.aoze-nav__services:hover .aoze-mega,
.aoze-nav__services:focus-within .aoze-mega,
.aoze-nav__services.is-open .aoze-mega{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.aoze-mega__all{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding:16px 18px;
  border-radius:12px;
  color:var(--aoze-white);
  text-decoration:none;
  background:linear-gradient(135deg,rgba(0,168,89,.32),rgba(206,180,114,.14));
  border:1px solid rgba(255,255,255,.1);
}

.aoze-mega__all strong,
.aoze-mega__all small{
  display:block;
}

.aoze-mega__all strong{
  margin-bottom:4px;
  font-size:17px;
  font-weight:900;
}

.aoze-mega__all small{
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.25;
  font-weight:600;
}

.aoze-mega__all svg{
  color:var(--aoze-gold);
}

.aoze-mega__all:hover,
.aoze-mega__all:focus-visible{
  background:linear-gradient(135deg,rgba(0,168,89,.42),rgba(206,180,114,.22));
  outline:none;
}

.aoze-mega__grid{
  display:grid;
  grid-template-columns:1.15fr 1fr .9fr;
  gap:14px;
}

.aoze-mega__group{
  min-width:0;
  padding:16px;
  border-radius:12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
}

.aoze-mega__group h3{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 12px;
  color:var(--aoze-gold);
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.aoze-mega__group h3 svg{
  width:18px;
  height:18px;
}

.aoze-mega__group a{
  display:block;
  padding:8px 0;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.25;
  font-weight:700;
  text-decoration:none;
}

.aoze-mega__group a:hover,
.aoze-mega__group a:focus-visible{
  color:var(--aoze-gold);
  outline:none;
}

.aoze-drawer{
  display:none;
}

.aoze-menu-lock{
  overflow:hidden;
}

@media (max-width:1320px) and (min-width:1181px){
  .aoze-header__phone{
    display:none;
  }

  .aoze-header__inner{
    gap:14px;
  }

  .aoze-nav{
    gap:4px;
  }

  .aoze-nav__link{
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
  }

  .aoze-header__cta{
    min-width:196px;
    padding-left:16px;
    padding-right:16px;
  }
}

@media (max-width:1180px){
  body.aslandi-oze-header-solid{
    padding-top:76px;
  }

  body.admin-bar .aoze-header{
    top:46px;
  }

  .aoze-header__bar{
    min-height:76px;
  }

  .aoze-header__inner{
    width:100%;
    min-height:76px;
    grid-template-columns:56px minmax(0,1fr) auto;
    gap:10px;
    padding:0 14px;
  }

  .aoze-nav{
    display:none;
  }

  .aoze-header__actions{
    justify-self:end;
  }

  .aoze-header__phone{
    display:none;
  }

  .aoze-header__hamburger{
    width:48px;
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    border:1px solid rgba(206,180,114,.42);
    border-radius:12px;
    color:var(--aoze-white);
    background:rgba(255,255,255,.08);
    cursor:pointer;
  }

  .aoze-header__hamburger:hover,
  .aoze-header__hamburger:focus-visible{
    border-color:rgba(206,180,114,.7);
    background:rgba(255,255,255,.12);
    outline:none;
  }

  .aoze-logo{
    justify-self:center;
    max-width:min(168px,42vw);
    overflow:hidden;
  }

  .aoze-logo img{
    max-width:160px;
    max-height:48px;
  }

  .aoze-header__cta{
    min-width:0;
    width:auto;
    max-width:136px;
    min-height:48px;
    padding:7px 10px;
    gap:6px;
    border-radius:12px;
  }

  .aoze-header__cta span{
    gap:1px;
  }

  .aoze-header__cta strong{
    font-size:12px;
  }

  .aoze-header__cta small{
    font-size:9px;
    letter-spacing:0;
  }

  .aoze-header__cta svg{
    display:none;
  }

  .aoze-drawer{
    position:fixed;
    inset:0;
    z-index:10000;
    display:block;
    pointer-events:none;
  }

  .aoze-drawer__backdrop{
    position:absolute;
    inset:0;
    display:block;
    border:0;
    opacity:0;
    background:rgba(0,0,0,.58);
    transition:opacity .2s ease;
    cursor:pointer;
  }

  .aoze-drawer__panel{
    position:absolute;
    top:10px;
    left:10px;
    bottom:10px;
    width:min(392px,calc(100vw - 20px));
    display:flex;
    flex-direction:column;
    gap:10px;
    overflow-y:auto;
    padding:14px;
    color:var(--aoze-white);
    background:linear-gradient(150deg,rgba(18,63,45,.98),rgba(8,29,21,.98));
    border:1px solid rgba(206,180,114,.25);
    border-radius:18px;
    box-shadow:0 28px 78px rgba(0,0,0,.44);
    transform:translateX(calc(-100% - 18px));
    transition:transform .24s ease;
    pointer-events:auto;
  }

  body.admin-bar .aoze-drawer__panel{
    top:56px;
  }

  .aoze-drawer.is-open{
    pointer-events:auto;
  }

  .aoze-drawer.is-open .aoze-drawer__backdrop{
    opacity:1;
  }

  .aoze-drawer.is-open .aoze-drawer__panel{
    transform:translateX(0);
  }

  .aoze-drawer__top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:6px;
  }

  .aoze-drawer__top .aoze-logo{
    justify-self:start;
    max-width:168px;
  }

  .aoze-drawer__close{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    color:var(--aoze-white);
    background:rgba(255,255,255,.06);
    cursor:pointer;
  }

  .aoze-drawer__cta{
    display:grid;
    gap:2px;
    margin:0 0 8px;
    padding:15px 16px;
    border-radius:14px;
    color:#113522;
    text-decoration:none;
    background:linear-gradient(135deg,#efd78f,var(--aoze-gold));
    box-shadow:0 14px 30px rgba(0,0,0,.2);
  }

  .aoze-drawer__cta strong{
    font-size:17px;
    line-height:1.1;
    font-weight:950;
  }

  .aoze-drawer__cta span{
    font-size:12px;
    line-height:1.1;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.03em;
  }

  .aoze-drawer__phone{
    min-height:58px;
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 0 2px;
    padding:12px 15px;
    border:1px solid rgba(206,180,114,.28);
    border-radius:14px;
    color:var(--aoze-white);
    text-decoration:none;
    background:rgba(255,255,255,.065);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  }

  .aoze-drawer__phone svg{
    width:20px;
    height:20px;
    color:var(--aoze-gold);
  }

  .aoze-drawer__phone span{
    display:grid;
    gap:3px;
  }

  .aoze-drawer__phone small{
    color:var(--aoze-gold);
    font-size:10px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
  }

  .aoze-drawer__phone strong{
    color:var(--aoze-white);
    font-size:18px;
    line-height:1;
    font-weight:950;
  }

  .aoze-drawer__link,
  .aoze-drawer__accordion-button{
    min-height:48px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:0 14px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:13px;
    color:var(--aoze-white);
    background:rgba(255,255,255,.055);
    font-family:inherit;
    font-size:15px;
    line-height:1.1;
    font-weight:850;
    text-align:left;
    text-decoration:none;
  }

  .aoze-drawer__link--coop{
    color:#f8df93;
    border-color:rgba(206,180,114,.26);
    background:linear-gradient(135deg,rgba(206,180,114,.15),rgba(255,255,255,.055));
  }

  .aoze-drawer__accordion-button{
    cursor:pointer;
  }

  .aoze-drawer__accordion-button svg{
    width:17px;
    height:17px;
    color:var(--aoze-gold);
    transition:transform .18s ease;
  }

  .aoze-drawer__accordion.is-open .aoze-drawer__accordion-button svg{
    transform:rotate(180deg);
  }

  .aoze-drawer__submenu{
    max-height:0;
    overflow:hidden;
    padding:0 6px;
    transition:max-height .24s ease,padding .24s ease;
  }

  .aoze-drawer__accordion.is-open .aoze-drawer__submenu{
    max-height:820px;
    padding:8px 6px 4px;
  }

  .aoze-drawer__submenu p{
    margin:12px 8px 5px;
    color:var(--aoze-gold);
    font-size:11px;
    line-height:1.2;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
  }

  .aoze-drawer__submenu a{
    display:block;
    margin:3px 0;
    padding:10px 12px;
    border-radius:10px;
    color:rgba(255,255,255,.88);
    background:rgba(255,255,255,.035);
    text-decoration:none;
    font-size:14px;
    line-height:1.2;
    font-weight:720;
  }
}

@media (max-width:420px){
  .aoze-header__inner{
    grid-template-columns:50px minmax(0,1fr) 114px;
    padding:0 10px;
  }

  .aoze-header__hamburger{
    width:44px;
    height:44px;
  }

  .aoze-logo img{
    max-width:134px;
  }

  .aoze-header__cta{
    max-width:114px;
    padding-left:8px;
    padding-right:8px;
  }

  .aoze-header__cta strong{
    font-size:11px;
  }
}
