.elementor-25 .elementor-element.elementor-element-4e3a9be7{--display:flex;--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-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-62fa5279 *//* ================================
   Mester Lomtalanítás Header
   Clean Final Version
================================ */

.ml-header,
.ml-header * {
  box-sizing: border-box;
}

.ml-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(6, 43, 37, 0.07);
  box-shadow:
    0 10px 38px rgba(6, 43, 37, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.65) inset;
  font-family: inherit;
  overflow: visible;
}

.ml-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(25, 211, 197, 0.11), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent);
  pointer-events: none;
}

.ml-header-inner {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}


/* ================================
   Logo
================================ */

.ml-header-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  padding: 8px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 250, 0.94));
  border: 1px solid rgba(6, 43, 37, 0.07);
  box-shadow:
    0 16px 38px rgba(6, 43, 37, 0.10),
    0 2px 0 rgba(255, 255, 255, 0.85) inset;
  text-decoration: none;
  overflow: hidden;
  flex: 0 0 auto;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ml-header-logo:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 48px rgba(6, 43, 37, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.85) inset;
}

.ml-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


/* ================================
   Navigation Base
================================ */

.ml-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.ml-header-nav > a,
.ml-nav-dropdown-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #062b25;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.01em;
  line-height: 1.2;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.ml-header-nav > a::before,
.ml-nav-dropdown-main::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(25, 211, 197, 0.14), rgba(25, 211, 197, 0.03));
  opacity: 0;
  transform: scale(0.94);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.ml-header-nav > a::after,
.ml-nav-dropdown-main::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: #19d3c5;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.ml-header-nav > a:hover,
.ml-nav-dropdown-main:hover,
.ml-nav-dropdown[open] .ml-nav-dropdown-main {
  color: #0a8f84;
  transform: translateY(-1px);
}

.ml-header-nav > a:hover::before,
.ml-nav-dropdown-main:hover::before,
.ml-nav-dropdown[open] .ml-nav-dropdown-main::before {
  opacity: 1;
  transform: scale(1);
}

.ml-header-nav > a:hover::after,
.ml-nav-dropdown-main:hover::after,
.ml-nav-dropdown[open] .ml-nav-dropdown-main::after {
  transform: scaleX(1);
}


/* ================================
   Click Dropdown
================================ */

.ml-nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ml-nav-dropdown summary {
  list-style: none;
}

.ml-nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.ml-nav-dropdown-main {
  cursor: pointer;
  user-select: none;
  gap: 7px;
  background: transparent;
  border: none;
  outline: none;
}

.ml-nav-dropdown-main span {
  position: relative;
  z-index: 2;
}

.ml-dropdown-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  transition: transform 0.22s ease;
}

.ml-nav-dropdown[open] .ml-dropdown-arrow {
  transform: rotate(180deg);
}

.ml-dropdown-menu {
  display: none;
}

.ml-nav-dropdown[open] .ml-dropdown-menu {
  display: grid;
}


/* ================================
   Desktop Dropdown
================================ */

@media (min-width: 981px) {

  .ml-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: 720px;
    max-width: calc(100vw - 40px);
    padding: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;

    background:
      radial-gradient(circle at top left, rgba(25, 211, 197, 0.10), transparent 34%),
      rgba(255, 255, 255, 0.94);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(6, 43, 37, 0.08);
    border-radius: 22px;

    box-shadow:
      0 24px 55px rgba(6, 43, 37, 0.14),
      0 1px 0 rgba(255, 255, 255, 0.75) inset;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);

    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease;

    z-index: 99999;
  }

  .ml-nav-dropdown[open] .ml-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .ml-dropdown-menu a {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 13px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    color: #062b25;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.25;

    background: rgba(244, 251, 250, 0.58);
    white-space: normal;
    text-align: left;

    transition:
      color 0.22s ease,
      background 0.22s ease,
      transform 0.22s ease;
  }

  .ml-dropdown-menu a::before,
  .ml-dropdown-menu a::after {
    display: none;
  }

  .ml-dropdown-menu a:hover {
    color: #075f57;
    background:
      linear-gradient(135deg, rgba(25, 211, 197, 0.17), rgba(25, 211, 197, 0.05));
    transform: translateY(-1px);
  }
}


/* ================================
   Right Actions
================================ */

.ml-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}

.ml-header-phone {
  position: relative;
  color: #062b25;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.22s ease;
}

.ml-header-phone:hover {
  color: #0a8f84;
}

.ml-header-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #19d3c5 0%, #11b8ac 100%);
  color: #04211d;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
  overflow: hidden;
  box-shadow:
    0 16px 36px rgba(25, 211, 197, 0.26),
    0 2px 0 rgba(255, 255, 255, 0.25) inset;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.ml-header-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent
    );
  transition: left 0.6s ease;
}

.ml-header-cta:hover::before {
  left: 130%;
}

.ml-header-cta:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, #21e5d6 0%, #15c8bc 100%);
  box-shadow:
    0 22px 42px rgba(25, 211, 197, 0.34),
    0 2px 0 rgba(255, 255, 255, 0.25) inset;
}


/* ================================
   Mobile Toggle
================================ */

.ml-menu-toggle {
  display: none;
}

.ml-menu-button {
  display: none;
}


/* ================================
   Tablet
================================ */

@media (max-width: 1160px) {
  .ml-header-inner {
    gap: 18px;
  }

  .ml-header-nav > a,
  .ml-nav-dropdown-main {
    padding: 0 12px;
    font-size: 14px;
  }

  .ml-header-phone {
    display: none;
  }
}


/* ================================
   Mobile
================================ */

@media (max-width: 980px) {

  .ml-header {
    overflow: visible;
  }

  .ml-header-inner {
    width: min(100% - 24px, 1240px);
    min-height: 76px;
    gap: 10px;
  }

  .ml-header-logo {
    width: 58px;
    height: 58px;
    padding: 6px;
    border-radius: 18px;
  }

  .ml-menu-button {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 16px;
    background:
      linear-gradient(135deg, #062b25 0%, #0a3b33 100%);
    box-shadow:
      0 12px 26px rgba(6, 43, 37, 0.22);
    cursor: pointer;
    flex: 0 0 auto;
    order: 2;
  }

  .ml-menu-button span {
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .ml-menu-toggle:checked + .ml-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ml-menu-toggle:checked + .ml-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .ml-menu-toggle:checked + .ml-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .ml-header-actions {
    margin-left: auto;
    order: 3;
  }

  .ml-header-phone {
    display: none;
  }

  .ml-header-cta {
    min-height: 44px;
    padding: 12px 16px;
    font-size: 13px;
    white-space: nowrap;
  }

  .ml-header-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;

    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;

    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

    padding: 14px;
    border-radius: 26px;

    background:
      radial-gradient(circle at top left, rgba(25, 211, 197, 0.08), transparent 35%),
      rgba(255, 255, 255, 0.95);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(6, 43, 37, 0.08);

    box-shadow:
      0 28px 60px rgba(6, 43, 37, 0.16);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;

    z-index: 99998;
  }

  .ml-menu-toggle:checked ~ .ml-header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ml-header-nav::-webkit-scrollbar,
  .ml-dropdown-menu::-webkit-scrollbar {
    width: 5px;
  }

  .ml-header-nav::-webkit-scrollbar-track,
  .ml-dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
  }

  .ml-header-nav::-webkit-scrollbar-thumb,
  .ml-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(6, 43, 37, 0.18);
    border-radius: 999px;
  }

  .ml-header-nav > a,
  .ml-nav-dropdown-main {
    width: 100%;
    min-height: 50px;
    justify-content: flex-start;
    padding: 0 16px;
    border-radius: 16px;
    color: #062b25;
    font-size: 14px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.72);
    transform: none;
  }

  .ml-header-nav > a::before,
  .ml-header-nav > a::after,
  .ml-nav-dropdown-main::before,
  .ml-nav-dropdown-main::after {
    display: none;
  }

  .ml-header-nav > a:hover,
  .ml-nav-dropdown-main:hover,
  .ml-nav-dropdown[open] .ml-nav-dropdown-main {
    background: #f4fbfa;
    color: #062b25;
    transform: none;
  }

  .ml-nav-dropdown {
    display: block;
    width: 100%;
  }

  .ml-nav-dropdown-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .ml-dropdown-arrow {
    margin-left: auto;
    font-size: 11px;
  }

  .ml-dropdown-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 10px;

    grid-template-columns: 1fr;
    gap: 6px;

    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

    border-radius: 18px;
    border: 1px solid rgba(6, 43, 37, 0.07);

    background:
      linear-gradient(180deg, rgba(244, 251, 250, 0.96), rgba(255, 255, 255, 0.96));

    box-shadow: none;
    transform: none;
  }

  .ml-dropdown-menu a {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: 13px;
    color: #062b25;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.82);
    white-space: normal;
    text-align: left;
  }

  .ml-dropdown-menu a::before,
  .ml-dropdown-menu a::after {
    display: none;
  }

  .ml-dropdown-menu a:hover {
    color: #062b25;
    background: rgba(25, 211, 197, 0.10);
    transform: none;
  }
}


/* ================================
   Small Mobile
================================ */

@media (max-width: 430px) {

  .ml-header-inner {
    width: min(100% - 18px, 1240px);
    min-height: 72px;
    gap: 8px;
  }

  .ml-header-logo {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }

  .ml-menu-button {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .ml-header-cta {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 12px;
  }

  .ml-header-nav {
    top: calc(100% + 8px);
    max-height: calc(100vh - 88px);
    padding: 12px;
    border-radius: 22px;
  }

  .ml-header-nav > a,
  .ml-nav-dropdown-main {
    min-height: 48px;
    font-size: 14px;
  }

  .ml-dropdown-menu {
    max-height: 250px;
  }

  .ml-dropdown-menu a {
    min-height: 42px;
    font-size: 13px;
  }
}


/* ================================
   Very Small Mobile
================================ */

@media (max-width: 360px) {

  .ml-header-cta {
    padding: 10px 12px;
    font-size: 11px;
  }

  .ml-header-logo {
    width: 50px;
    height: 50px;
  }

  .ml-menu-button {
    width: 44px;
    height: 44px;
  }
}/* End custom CSS */