.elementor-357 .elementor-element.elementor-element-4533b50:not(.elementor-motion-effects-element-type-background), .elementor-357 .elementor-element.elementor-element-4533b50 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24432F;}.elementor-357 .elementor-element.elementor-element-4533b50{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;overflow:visible;}.elementor-357 .elementor-element.elementor-element-4533b50 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-9e5c484 *//* ===========================================
   STOPKA HORNICOK – pełny styl + poprawki
   =========================================== */

/* Tło i ogólne ustawienia */
.hornicok-footer {
  background: #243D28;
  color: #fff;
  padding: 70px 0 40px;
  font-family: 'Montserrat', sans-serif;
}

.hornicok-footer__inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Logo */
.hornicok-footer__logo {
  width: 190px;
  margin-bottom: 20px;
}

/* Opis */
.hornicok-footer__desc {
  line-height: 1.55;
  font-size: 15px;
  margin: 0;
  color: #e6e6e6;
}

/* Nagłówki – POPRAWIONE! Złoty Hornicok */
.hornicok-footer__col h4 {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #F4A52E !important;    /* nowy kolor */
}

/* Kontakt / linki */
.hornicok-footer__contact a,
.hornicok-footer__col a {
  color: #f2d17b;
  text-decoration: none;
  transition: 0.2s ease;
}

.hornicok-footer__col a:hover,
.hornicok-footer__contact a:hover {
  opacity: 0.7;
}

/* Menu */
.hornicok-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hornicok-footer__col ul li {
  margin-bottom: 10px;
}

.hornicok-footer__col ul li a {
  color: #f2d17b;
  text-decoration: none;
  font-size: 15px;
}

/* Przycisk */
.hornicok-footer__btn {
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  color: #243D28;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
  border: 2px solid transparent;
}

.hornicok-footer__btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* Dolna sekcja stopki */
.hornicok-footer__bottom {
  max-width: 1250px;
  margin: 40px auto 0;
  padding: 20px 20px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  color: #ccc;
  font-size: 14px;
}

.hornicok-footer__bottom .autor {
  color: #F4A52E !important;
  font-weight: 600;
}

/* Wymuszenie koloru nagłówków w stopce */
.hornicok-footer h4,
.hornicok-footer .elementor-heading-title {
  color: #F4A52E !important;  /* złoty Hornicok */
}


/* ===========================================
   R E S P O N S Y W N O Ś Ć
   =========================================== */

@media (max-width: 900px) {
  .hornicok-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .hornicok-footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .hornicok-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hornicok-footer__btn {
    margin-top: 10px;
  }
}/* End custom CSS */