.elementor-58 .elementor-element.elementor-element-b0e233d{--display:flex;--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-299f2ce *//* Footer Styles */
.privat-footer {
  background-color: #1f2937;
  color: #f9fafb;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.privat-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.privat-footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.privat-footer-section {
  display: flex;
  flex-direction: column;
}

.privat-footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.privat-footer-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #f9fafb;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.privat-footer-description {
  color: #d1d5db;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.privat-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.privat-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #d1d5db;
  font-size: 0.95rem;
}

.privat-footer-icon {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.privat-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.privat-footer-link {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.privat-footer-link:hover {
  color: #10b981;
}

.privat-footer-hours {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.privat-footer-hour-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d1d5db;
  font-size: 0.9rem;
}

.privat-footer-day {
  font-weight: 500;
  color: #f9fafb;
}

.privat-footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 1.5rem;
}

.privat-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.privat-footer-copyright {
  color: #9ca3af;
  font-size: 0.875rem;
  margin: 0;
}

.privat-footer-legal {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.privat-footer-legal-link {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.privat-footer-legal-link:hover {
  color: #10b981;
}

.privat-footer-separator {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .privat-footer {
    padding-top: 2rem;
  }

  .privat-footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .privat-footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .privat-footer-legal {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .privat-footer-container {
    padding: 0 0.75rem;
  }

  .privat-footer-title {
    font-size: 1.25rem;
  }

  .privat-footer-subtitle {
    font-size: 1rem;
  }
}/* End custom CSS */