.elementor-10809 .elementor-element.elementor-element-380432c{--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-7da1eab */.pn-footer-cinematic {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(80,140,255,0.10), transparent 34%),
    linear-gradient(180deg, #050505 0%, #000000 100%);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 42px 20px 28px;
}

.pn-footer-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 680px;
  height: 240px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.015) 35%, transparent 70%);
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.9;
}

.pn-footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.pn-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  opacity: 0.96;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.pn-footer-logo img {
  width: 56px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 14px rgba(255,255,255,0.08));
}

.pn-footer-logo:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 1;
}

.pn-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-bottom: 16px;
}

.pn-footer-nav a {
  position: relative;
  color: rgba(255,255,255,0.74);
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: color 0.28s ease, opacity 0.28s ease;
}

.pn-footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: rgba(255,255,255,0.85);
  transition: width 0.28s ease;
}

.pn-footer-nav a:hover {
  color: #ffffff;
}

.pn-footer-nav a:hover::after {
  width: 100%;
}

.pn-footer-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.pn-footer-meta span,
.pn-footer-meta a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.pn-footer-meta a:hover {
  color: rgba(255,255,255,0.82);
}

@media (max-width: 767px) {
  .pn-footer-cinematic {
    padding: 34px 16px 24px;
  }

  .pn-footer-glow {
    width: 380px;
    height: 180px;
    top: -90px;
    opacity: 0.8;
  }

  .pn-footer-logo {
    margin-bottom: 16px;
  }

  .pn-footer-logo img {
    width: 48px;
  }

  .pn-footer-nav {
    gap: 10px 18px;
    margin-bottom: 14px;
  }

  .pn-footer-nav a {
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .pn-footer-meta {
    gap: 8px 12px;
  }

  .pn-footer-meta span,
  .pn-footer-meta a {
    font-size: 10px;
    letter-spacing: 1.05px;
  }
}/* End custom CSS */