.elementor-11 .elementor-element.elementor-element-6679c3b{--display:flex;}.elementor-11 .elementor-element.elementor-element-5fc47c5{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11 .elementor-element.elementor-element-c9181ea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-157cf79 */@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #f5f5f5;
}

.webild-header {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}

.nav-card {
  width: min(1095px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 58px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  overflow: hidden;
}

.nav-card::before {
  content: "";
  display: block;
  height: 58px;
}

.logo {
  position: absolute;
  top: 0;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 26px;
  text-decoration: none;
  color: #050505;
}

.logo span {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.desktop-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 58px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav a {
  color: #444;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: 0.25s ease;
}

.desktop-nav a:hover {
  color: #000;
}

.nav-actions {
  position: absolute;
  top: 0;
  right: 8px;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.social-btn,
.login-btn,
.primary-btn,
.menu-btn {
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.75);
  color: #111;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.social-btn {
  width: 42px;
  font-size: 16px;
}

.login-btn,
.primary-btn {
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.primary-btn {
  background: linear-gradient(180deg, #333, #171717);
  color: #fff;
  border-color: #222;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2),
    0 5px 14px rgba(0, 0, 0, 0.2);
}

.social-btn:hover,
.login-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}

.primary-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #444, #111);
}

.menu-btn {
  width: 42px;
  display: none;
  cursor: pointer;
  position: relative;
}

.menu-btn span {
  position: absolute;
  width: 15px;
  height: 1.5px;
  background: #111;
  border-radius: 20px;
  transition: 0.4s ease;
}

.menu-btn span:first-child {
  transform: translateY(-4px);
}

.menu-btn span:last-child {
  transform: translateY(4px);
}

.menu-btn.active span:first-child {
  transform: rotate(45deg);
}

.menu-btn.active span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
  padding: 0 16px 16px;
  max-height: 0;
  opacity: 0;
  transition: 0.45s ease;
}

.mobile-menu.active {
  max-height: 500px;
  opacity: 1;
}

.mobile-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 8px;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
}

.mobile-menu a:hover {
  padding-left: 15px;
}

.mobile-menu a span {
  transition: 0.25s ease;
}

.mobile-menu a:hover span {
  transform: rotate(45deg);
}

.mobile-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-socials a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
  .desktop-nav,
  .social-btn {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
  }

  .mobile-menu {
    display: block;
  }

  .login-btn,
  .primary-btn {
    padding: 0 16px;
  }
}

@media (max-width: 520px) {
  .nav-card {
    width: calc(100% - 20px);
  }

  .logo {
    padding-left: 18px;
  }

  .logo span {
    font-size: 22px;
  }

  .login-btn {
    display: none;
  }

  .primary-btn {
    height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .nav-actions {
    right: 7px;
  }
}/* End custom CSS */