.elementor-29 .elementor-element.elementor-element-4409dfc{--display:flex;}.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-9bab188 *//* ========================================= */
/* FEJLÉC STÍLUS */
/* ========================================= */

.header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1000;

  background:rgba(255,255,255,0.72);
  backdrop-filter:blur(16px);

  border-bottom:1px solid rgba(0,0,0,0.06);

  box-shadow:
    0 4px 20px rgba(0,0,0,0.04);
}

.nav-container{
  max-width:1200px;
  margin:auto;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:18px 24px;
}

.logo{
  font-size:1.45rem;
  font-weight:800;

  letter-spacing:0.5px;

  color:#0e7c86;
  text-decoration:none;
}

.nav{
  display:flex;
  align-items:center;
  gap:32px;
}

.nav a{
  text-decoration:none;

  color:#35656b;

  font-weight:600;

  transition:0.3s ease;
}

.nav a:hover{
  color:#13a7a7;
}

.nav-btn{
  border:none;

  padding:14px 24px;

  border-radius:999px;

  cursor:pointer;

  font-weight:700;

  color:white;

  background:
    linear-gradient(
      135deg,
      #5fd6cb,
      #1fb5c1
    );

  box-shadow:
    0 10px 25px rgba(31,181,193,0.25);

  transition:0.3s ease;
}

.nav-btn:hover{
  transform:translateY(-2px);

  box-shadow:
    0 14px 30px rgba(31,181,193,0.35);
}

.hamburger{
  display:none;

  flex-direction:column;

  gap:5px;

  cursor:pointer;
}

.hamburger span{
  width:26px;
  height:3px;

  border-radius:999px;

  background:#0e7c86;
}

/* ========================================= */
/* MOBIL MENÜ */
/* ========================================= */

@media(max-width:900px){

  .hamburger{
    display:flex;
  }

  .nav{
    position:absolute;

    top:82px;
    right:20px;

    width:260px;

    background:white;

    border-radius:22px;

    padding:28px;

    box-shadow:
      0 20px 50px rgba(0,0,0,0.12);

    border:
      1px solid rgba(0,0,0,0.05);

    flex-direction:column;
    align-items:flex-start;

    display:none;
  }

  .nav.active{
    display:flex;
  }

  .nav-btn{
    width:100%;
  }
}/* End custom CSS */