.elementor-27 .elementor-element.elementor-element-dfa1e78{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9d2b4ef */<style>
.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

/* Hero */
.kontak-hero {
  background: #15803D;
  color: #ffffff;
  padding: 70px 0;
  text-align: center;
}

.kontak-hero h1 {
  margin-bottom: 10px;
}

/* Content */
.kontak-content {
  padding: 70px 0;
  background: #f0fdf4;
}

.kontak-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

/* Info */
.kontak-info {
  flex: 1;
  min-width: 280px;
}

.kontak-info h2 {
  color: #15803D;
  margin-bottom: 20px;
}

.kontak-info ul {
  list-style: none;
  padding: 0;
}

.kontak-info li {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.kontak-info a {
  color: #15803D;
  text-decoration: none;
  font-weight: bold;
}

/* Form */
.kontak-form {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.kontak-form h2 {
  color: #15803D;
  margin-bottom: 20px;
}

.kontak-form input,
.kontak-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #d1fae5;
  font-size: 14px;
}

.kontak-form input:focus,
.kontak-form textarea:focus {
  outline: none;
  border-color: #15803D;
}

/* Button */
.kontak-form button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 30px;
  background: #15803D;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.kontak-form button:hover {
  background: #166534;
}

.note {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #555;
}
</style>/* End custom CSS */