.elementor-424 .elementor-element.elementor-element-4b521f5{--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;}/* Start custom CSS */.tz-contact-page {
  padding: 60px 20px;
  background: #f8f6f2;
  font-family: inherit;
}

.tz-contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

.tz-contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.tz-contact-header h1 {
  font-size: 34px;
  color: #004225;
  margin-bottom: 10px;
  font-weight: 700;
}

.tz-contact-header p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.tz-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .tz-contact-grid {
    grid-template-columns: 1fr;
  }
}

.tz-contact-info h2,
.tz-contact-form-wrap h2 {
  font-size: 24px;
  color: #004225;
  margin-bottom: 10px;
  font-weight: 700;
}

.tz-contact-note {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.tz-contact-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e4e0d6;
  padding: 18px 20px;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.tz-contact-card h3 {
  font-size: 18px;
  color: #004225;
  margin-bottom: 4px;
}

.tz-contact-card p {
  font-size: 14px;
  color: #444444;
  margin-bottom: 8px;
}

.tz-contact-highlight {
  font-size: 16px;
  font-weight: 700;
  color: #c9a45b;
}

.tz-contact-ethics {
  margin-top: 16px;
  background: #f1ece3;
  border-radius: 12px;
  padding: 14px 16px;
}

.tz-contact-ethics h4 {
  margin: 0 0 6px;
  font-size: 15px;
  color: #004225;
  font-weight: 700;
}

.tz-contact-ethics ul {
  padding-left: 18px;
  margin: 0;
}

.tz-contact-ethics li {
  font-size: 13px;
  color: #333333;
  margin-bottom: 4px;
}

.tz-contact-form-wrap {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e4e0d6;
  padding: 22px 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.tz-contact-form {
  margin-top: 10px;
}

.tz-form-row {
  margin-bottom: 14px;
}

.tz-form-row label {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 4px;
  font-weight: 600;
}

.tz-form-row input,
.tz-form-row select,
.tz-form-row textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d4cdbf;
  padding: 9px 10px;
  font-size: 14px;
  color: #333333;
  background: #faf8f4;
}

.tz-form-row input:focus,
.tz-form-row select:focus,
.tz-form-row textarea:focus {
  outline: none;
  border-color: #c9a45b;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(201,164,91,0.18);
}

.tz-form-row textarea {
  resize: vertical;
}

.tz-contact-btn {
  display: inline-block;
  background: #c9a45b;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.tz-contact-btn:hover {
  background: #b38b4a;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

.tz-contact-btn-outline {
  background: transparent;
  color: #c9a45b;
  border: 1px solid #c9a45b;
}

.tz-contact-btn-outline:hover {
  background: #c9a45b;
  color: #ffffff;
}

.tz-form-submit-row {
  margin-top: 8px;
}

.tz-form-disclaimer {
  margin-top: 8px;
  font-size: 11px;
  color: #7a7467;
  line-height: 1.5;
}/* End custom CSS */