.elementor-64 .elementor-element.elementor-element-b3159fd{--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-64 .elementor-element.elementor-element-754c93a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 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-754c93a */.custom-footer {
  background: rgba(12, 11, 12, 0.85);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 50px 20px 10px;
  font-family: 'Aclonica', sans-serif;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; /* 🔹 Teraz wszystko w jednej linii, centralnie do logo */
  flex-wrap: wrap;
  gap: 40px;
}

/* Logo większe */
.footer-logo img {
  height: 130px;
  display: block;
}

/* Nawigacja — środek względem logo */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
  align-items: center;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
}

.footer-nav a:hover {
  color: #8B7BCF;
}

/* Kontakt — ładnie wyrównane w kolumnie */
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  text-align: right;
}

.footer-contact p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.footer-contact a {
  color: #8B7BCF;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Dolny pasek */
.footer-bottom {
  text-align: center;
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* 📱 MOBILE */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-contact {
    align-items: center;
    text-align: center;
  }

  .footer-nav ul {
    gap: 15px 25px;
    justify-content: center;
  }

  .footer-logo img {
    height: 100px;
  }
}/* End custom CSS */