/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 15:27:03 */
.cta-horizontal {
  background: #f9f9f9;
  border-radius: 0; /* zmieniono z 12px */
  padding: 24px;
  font-family: 'open sans', Helvetica, Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 40px 0;
  text-align: center;
}

.cta-horizontal h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 24px 0 10px;
  color: #222;
}

.cta-horizontal p {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
  padding: 0 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cta-form-row .cta-button {
  background-color: #385363 !important;
  color: #fff !important;
  padding: 14px 32px;
  font-weight: bold;
  border: none;
  border-radius: 0; /* zmieniono z 10px */
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 33.33%;
  margin: 10px auto 0 auto;
  display: block;
  text-decoration: none;
}

.cta-form-row .cta-button:hover {
  background-color: #233c4b !important;
  color: #fff !important;
}

@media screen and (max-width: 600px) {
  .cta-horizontal p {
    padding: 0 20px;
  }
  .cta-form-row {
    flex-direction: column;
    gap: 10px;
  }
  .cta-form-row .cta-button {
    width: 100%;
  }
  .cta-horizontal h3 {
    font-size: 22px;
  }
}
