.elementor-68 .elementor-element.elementor-element-8a3c6d5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overlay-opacity:0.85;}.elementor-68 .elementor-element.elementor-element-8a3c6d5:not(.elementor-motion-effects-element-type-background), .elementor-68 .elementor-element.elementor-element-8a3c6d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://odnowa360.pl/wp-content/uploads/2025/05/ChatGPT-Image-May-2-2025-03_05_36-PM.jpg");}.elementor-68 .elementor-element.elementor-element-8a3c6d5::before, .elementor-68 .elementor-element.elementor-element-8a3c6d5 > .elementor-background-video-container::before, .elementor-68 .elementor-element.elementor-element-8a3c6d5 > .e-con-inner > .elementor-background-video-container::before, .elementor-68 .elementor-element.elementor-element-8a3c6d5 > .elementor-background-slideshow::before, .elementor-68 .elementor-element.elementor-element-8a3c6d5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-68 .elementor-element.elementor-element-8a3c6d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-accent );--background-overlay:'';}.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-a2a5347 *//* --- Main Footer Container --- */
.footer {
  background-color: #ffffff;
  color: #1D4832;
  padding: 40px 20px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #eee; /* Optional: adds subtle separation from body */
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px; /* Increased slightly for better breathing room */
}

/* --- Columns --- */
.footer-about,
.footer-contact,
.footer-bottom {
  flex: 1 1 250px; /* Base width */
  min-width: 250px;
}

/* --- Typography --- */
.footer h3,
.footer h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1D4832;
}

.footer p {
  margin: 0 0 10px;
  color: #333; /* Dark grey for descriptive text */
  font-size: 14px;
}

/* --- Contact Section Specifics (Address, NIP, Phone, Email) --- */
/* This targets both the <p> address/NIP and the <a> links */
.footer-contact p,
.footer-contact a {
  display: flex; /* critical for aligning icon with text */
  align-items: flex-start; /* Aligns icon with the top line of text */
  gap: 12px; /* Space between icon and text */
  margin-bottom: 12px;
  color: #333; /* Standard text color */
  text-decoration: none;
  font-size: 14px;
}

/* Hover effect for links only */
.footer-contact a:hover {
  color: #1D4832;
  font-weight: 600; /* Optional: makes link pop slightly on hover */
}

/* --- Icon Styling --- */
.footer i {
  color: #1D4832; /* Brand green for icons */
  min-width: 20px; /* Fixed width ensures all text lines up vertically */
  text-align: center;
  margin-top: 3px; /* visual adjustment to align with text baseline */
}

/* --- Footer Bottom (Copyright) --- */
.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Aligns content to top of column */
}

.footer-bottom p {
  font-size: 13px;
  color: #666;
}

.footer-bottom a {
  color: #1D4832;
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
  margin-top: 5px;
}

/* --- 📱 Mobile Response --- */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-about,
  .footer-contact,
  .footer-bottom {
    flex: 1 1 100%;
    width: 100%;
    text-align: left; /* Ensures left alignment on mobile */
  }

  .footer {
    padding: 30px 20px;
  }
}/* End custom CSS */