.elementor-311 .elementor-element.elementor-element-c7ff9c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-c7ff9c5:not(.elementor-motion-effects-element-type-background), .elementor-311 .elementor-element.elementor-element-c7ff9c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://works.nocta-system.com/wp-content/uploads/2026/04/NOCTA-WORKS.webp");background-position:center center;background-size:cover;}/* Start custom CSS for container, class: .elementor-element-c7ff9c5 */.lpDandoruHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.lpDandoruHeader__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lpDandoruHeader__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.lpDandoruHeader__logo img {
  display: block;
  width: auto;
  height: 50px;
  max-width: 220px;
  object-fit: contain;
}

.lpDandoruHeader__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex: 1 1 auto;
  min-width: 0;
}

.lpDandoruHeader__navLink {
  color: #1e293b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.lpDandoruHeader__navLink:hover {
  color: #1d4ed8;
}

.lpDandoruHeader__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.lpBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
  box-sizing: border-box;
  white-space: nowrap;
}

.lpBtn:hover {
  transform: translateY(-1px);
}

.lpBtn--primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.lpBtn--primary:hover {
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.lpBtn--ghost {
  background: #ffffff;
  color: #1d4ed8;
  border-color: rgba(29, 78, 216, 0.16);
}

.lpBtn--ghost:hover {
  color: #1d4ed8;
  background: #f8fbff;
  border-color: rgba(29, 78, 216, 0.24);
}

.lpBtn--full {
  width: 100%;
}

.lpDandoruHeader__menuBtn {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.lpDandoruHeader__menuBtn span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
}

.lpDandoruMobileNav {
  display: none;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.96);
}

.lpDandoruMobileNav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lpDandoruMobileNav__link {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  padding: 8px 2px;
}

.lpDandoruMobileNav__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}

@media (max-width: 1024px) {
  .lpDandoruHeader__inner {
    padding: 16px 20px;
    gap: 18px;
  }

  .lpDandoruHeader__nav {
    gap: 22px;
  }

  .lpDandoruHeader__navLink {
    font-size: 13px;
  }

  .lpBtn {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  .lpDandoruHeader__nav,
  .lpDandoruHeader__actions {
    display: none;
  }

  .lpDandoruHeader__menuBtn {
    display: inline-flex;
  }

  .lpDandoruMobileNav {
    display: block;
  }

  .lpDandoruHeader__logo img {
    height: 34px;
    max-width: 190px;
  }
}/* End custom CSS */