.elementor-3730 .elementor-element.elementor-element-97898bc{--display:flex;}.elementor-3730 .elementor-element.elementor-element-3e060b2d{--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;}@media(max-width:767px){.elementor-3730 .elementor-element.elementor-element-3e060b2d{--margin-top:14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-36a63c4b *//* ===== FOOTER ===== */
.tp-footer {
  background: linear-gradient(
    180deg,
    #0b121a 0%,
    #070b10 100%
  );
  color: #fff;
  padding: 60px 20px 30px;
}

.tp-footer .tp-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* GRID */
.tp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

/* MOBILE */
@media (max-width: 768px) {
  .tp-footer-grid {
    grid-template-columns: 1fr;
  }

  .tp-footer-col {
    text-align: center;
  }

  .tp-contact-line {
    justify-content: center;
  }
}

/* HEAD */
.tp-footer-col h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.tp-footer-col h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

/* TEXT */
.tp-footer-col p {
  font-size: 14px;
  color: #a0a4ab;
}

/* LINKS */
.tp-footer a {
  color: #c9ccd1;
  text-decoration: none;
}

.tp-footer a:hover {
  color: #ff6b00;
}

/* LIST */
.tp-footer ul {
  list-style: none;
  padding: 0;
}

.tp-footer li {
  margin-bottom: 8px;
}

/* CONTACT */
.tp-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tp-contact-line {
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.tp-icon {
  width: 20px;
  text-align: center;
}

/* FOOTER BOTTOM */
.tp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}
/* LINK TRENING – POMARAŃCZ */
.footer-link-orange {
  color: #f97316 !important;
  text-decoration: none;
  font-weight: 600;
}

.footer-link-orange:hover {
  color: #fb923c;
}

/* LINK FIZJO – CYAN */
.footer-link-cyan {
  color: #14B8A6 !important;
  text-decoration: none;
  font-weight: 600;
}

.footer-link-cyan:hover {
  color: #2dd4bf;
}

/* ARTYKUŁY */
.tp-footer-col ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.tp-footer-col ul li {
  margin-bottom: 8px;
}

.tp-footer-col ul a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: 0.2s;
}

.tp-footer-col ul a:hover {
  color: #14B8A6 !important;
}/* End custom CSS */