.elementor-178 .elementor-element.elementor-element-087a892{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-a311050 *//* Footer Section Styles */

/* Global container override for footer */
.footer-section .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

/* Newsletter Section */
.newsletter-section {
  background-color: #f8f9fa;
  padding: 40px 0;
  width: 100%;
}

.newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.newsletter-text {
  flex: 1;
}

.newsletter-label {
  font-size: 16px;
  color: #FF8C00;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.newsletter-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.newsletter-form {
  flex: 1;
  max-width: 500px;
}

.email-form {
  display: flex;
  gap: 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.email-input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}

.email-input::placeholder {
  color: #999;
}

.subscribe-btn {
  background: #FF8C00;
  color: white;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.subscribe-btn:hover {
  background: #E67E00;
}

.subscribe-btn i {
  font-size: 14px;
}

/* Main Footer */
.footer-main {
  background: #1a1a1a url('https://spoldzielniamegalon.eu/wp-content/uploads/2025/06/pretty-gardener.webp') center/cover;
  padding: 60px 0 40px;
  color: white;
  position: relative;
  width: 100%;
}

.footer-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.footer-main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #FF8C00;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #FF8C00;
}

/* Contact Info */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.contact-item i {
  color: #FF8C00;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-text p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

/* Free Consultation */
.consultation-text {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.consultation-btn {
  background: #FF8C00;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.consultation-btn:hover {
  background: #E67E00;
}

.consultation-btn i {
  font-size: 12px;
}

/* Footer Bottom */
.footer-bottom {
  background: #000000;
  padding: 20px 0;
  border-top: 1px solid #333;
  position: relative;
  z-index: 2;
  width: 100%;
}

.footer-bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.logo-text {
  display: none;
}

.footer-info p,
.footer-copyright p {
  color: #999;
  font-size: 12px;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .newsletter-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  
  .newsletter-form {
    max-width: 100%;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .newsletter-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 30px 0;
  }
  
  .newsletter-title {
    font-size: 24px;
  }
  
  .email-form {
    flex-direction: column;
  }
  
  .subscribe-btn {
    justify-content: center;
    padding: 12px 20px;
  }
  
  .footer-main {
    padding: 40px 0 30px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .newsletter-section {
    padding: 25px 0;
  }
  
  .newsletter-title {
    font-size: 20px;
  }
  
  .newsletter-content {
    gap: 20px;
  }
  
  .email-input,
  .subscribe-btn {
    padding: 12px 15px;
    font-size: 14px;
  }
  
  .footer-main {
    padding: 30px 0 20px;
  }
  
  .footer-grid {
    gap: 25px;
  }
  
  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .consultation-text {
    font-size: 13px;
  }
  
  .consultation-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  
  .footer-bottom {
    padding: 15px 0;
  }
}

@media (max-width: 360px) {
  .newsletter-title {
    font-size: 18px;
  }
  
  .email-input,
  .subscribe-btn {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .subscribe-btn {
    gap: 5px;
  }
  
  .footer-heading {
    font-size: 15px;
  }
  
  .footer-links a,
  .contact-text p,
  .consultation-text {
    font-size: 12px;
  }
}/* End custom CSS */