.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-1a9192c *//* GŁÓWNY KONTENER STOPKI */
.wt-footer {
  background-color: #f5f3ee; /* Ciemny, elegancki kolor z inspiracji */
  color: #000000; /* Zmieniono na czarny */
  font-family: 'Montserrat', sans-serif;
  padding-top: 60px;
  font-size: 14px;
  line-height: 1.6;
}

.wt-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

/* USTAWIENIA KOLUMN */
.wt-footer-col {
  flex: 1;
  min-width: 250px;
}

/* Kolumna z logo */
.wt-col-logo {
  display: flex;
  flex-direction: column;
  align-items: center; /* Zmiana z flex-start na center */
  max-width: 250px;
}

.wt-logo-img {
  max-width: 180px;
  height: auto;
  margin-bottom: 25px;
}

.wt-footer-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #3f6b5c; /* Zmieniono na czarny */
  border-radius: 8px;
  color: #fff; /* Zmieniono na czarny */
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s ease;
  background-color: #3f6b5c;
}

.wt-footer-btn:hover {
  background-color: #3f6b5c; /* Zmieniono na czarne tło po najechaniu */
  color: #ffffff; /* Zmieniono na biały tekst po najechaniu dla kontrastu */
}

/* Kolumna z tekstem (Własnym Tempem) */
.wt-col-about {
  flex: 2; /* Ta kolumna jest szersza, bo ma najwięcej tekstu */
  min-width: 300px;
}

.wt-footer-heading {
  color: #000000; /* Zmieniono na czarny */
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.wt-about-text {
  margin-bottom: 25px;
  text-align: justify;
  font-weight: 400;
}

/* Informacje kontaktowe */
.wt-contact-info p {
  margin: 5px 0;
}

.wt-contact-info a {
  color: #000000; /* Zmieniono na czarny */
  text-decoration: none;
  transition: color 0.3s ease;
}

.wt-contact-info a:hover {
  color: #3f6b5c; /* Użyty Twój zielony akcent */
  text-decoration: underline;
}

/* Kolumna z menu (Linki) */
.wt-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wt-footer-menu li {
  margin-bottom: 12px;
}

.wt-footer-menu a {
  color: #000000; /* Zmieniono na czarny */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.wt-footer-menu a:hover {
  color: #3f6b5c; /* Zielony akcent po najechaniu */
}

/* DOLNY PASEK (COPYRIGHT) */
.wt-footer-bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); /* Zmieniono na ciemną, przezroczystą linię */
  padding: 20px 0;
  font-size: 12px;
}

.wt-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.wt-bottom-item a {
  color: #000000; /* Zmieniono na czarny */
  text-decoration: none;
}

.wt-bottom-item a:hover {
  text-decoration: underline;
}

/* RESPONSYWNOŚĆ DLA URZĄDZEŃ MOBILNYCH */
@media (max-width: 768px) {
  .wt-footer-container {
    flex-direction: column;
    gap: 40px;
  }
  .wt-col-logo {
    align-items: center;
    max-width: 100%;
    text-align: center;
  }
  .wt-bottom-container {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */