.site-footer {
  background-color: #f9fafb;
  color: #333;
  padding: 40px 20px 20px;
  font-size: 14px;

  margin: 0;
}


.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1;
  margin: 10px;
}

.footer-logo {
  max-width: 180px;
  margin: 15px 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #333;
  font-size: 20px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #0078d4;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

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

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #0078d4;
}

/* Formularz */
.footer-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.footer-form textarea {
  min-height: 80px;
  resize: vertical;
}

.footer-form button {
  padding: 10px;
  background: #0078d4;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-form button:hover {
  background: #005fa3;
}

/* Dolna belka */
.footer-bottom {
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
  color: #666;
}

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

  .footer-social {
    justify-content: center;
  }
}

.slajder1 {
  background-color: #fff;   /* białe tło */

}

.slajder2 {
  background-color: transparent;
  box-shadow: none;
  border-top: 3px solid #e5e7eb;
  border-radius: 0;

  padding: 20px;            /* możesz dodać padding dla odstępu od treści */
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
