.elementor-605 .elementor-element.elementor-element-17eb924{--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;}.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-35a0200 *//* === STOPKA STRONY === */
.custom-footer {
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  padding: 80px 20px 40px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 40px;
}

.footer-left {
  flex: 1 1 300px;
  min-width: 260px;
}

.footer-logo {
  max-width: 180px!important; /* zmniejszone o 50% */
  height: auto;
  margin-bottom: 20px;
}

.footer-left p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}

/* Nawigacja */
.footer-nav {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-nav h4 {
  font-size: 1.2rem;
  color: #ff9c00;
  margin-bottom: 14px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav ul li {
  margin-bottom: 10px;
}

.footer-nav ul li a {
  display: inline-block;
  width: 100%;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.footer-nav ul li a:hover {
  color: #ff9c00;
}

/* Kontakt */
.footer-contact {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-contact h4 {
  font-size: 1.2rem;
  color: #ff9c00;
  margin-bottom: 14px;
}

.footer-contact p a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.footer-contact p a:hover {
  color: #ff9c00;
}

/* Dolna część */
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 0.9rem;
  color: #888;
}

/* Responsywność */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav ul {
    text-align: center;
  }

  .footer-left,
  .footer-nav,
  .footer-contact {
    align-items: center;
    margin-bottom: 30px;
  }
}/* End custom CSS */