/* Start custom CSS for shortcode, class: .elementor-element-7dcf7319 */#altul-row {
  display: none;
}
/* Header formular */
.ctm-form-header {
  background: #fff;
  border-top: 8px solid #6D63A9;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.ctm-form-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.ctm-form-info p {
  margin: 4px 0;
  font-size: 14px;
  color: #333;
}
.ctm-form-info a {
  color: #6D63A9;
}
.ctm-form-required-note {
  margin-top: 14px;
  font-size: 13px;
  color: #d93025;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

/* Câmpuri formular */
.ctm-form-row {
  display: block !important;
  width: 100% !important;
  margin-bottom: 18px;
  clear: both;
}
.ctm-form-row label {
  display: block !important;
  text-align: left !important;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  width: 100%;
}
.ctm-form-row input[type="text"],
.ctm-form-row input[type="email"],
.ctm-form-row input[type="tel"],
.ctm-form-row input[type="number"],
.ctm-form-row select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select {
  width: 100% !important;
  display: block !important;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
}
.wpcf7 input:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #6D63A9;
}

/* GDPR */
.ctm-form-gdpr {
  background: #f8f8ff;
  border-left: 3px solid #6D63A9;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
}

/* Buton submit */
.wpcf7-submit {
  background: #6D63A9 !important;
  color: #fff !important;
  padding: 12px 35px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  border: none !important;
  cursor: pointer !important;
  margin-top: 10px !important;
}
.wpcf7-submit:hover {
  background: #5a519a !important;
}

/* Validare câmpuri invalide */
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  background-color: #fff0f0 !important;
  border-color: #e53935 !important;
  border-width: 2px !important;
}
.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 12px;
  margin-top: 4px;
  display: block;
  font-weight: 500;
}
.wpcf7-not-valid-tip::before {
  content: "⚠ ";
}
.wpcf7 .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label {
  color: #e53935;
}
.wpcf7 .wpcf7-acceptance.wpcf7-not-valid {
  background: #fff0f0;
  border-left-color: #e53935 !important;
  border-radius: 4px;
  padding: 8px;
}

/* Mesaje response */
.wpcf7-response-output {
  border-radius: 6px;
  padding: 12px 16px !important;
  font-size: 14px;
  margin-top: 16px !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
  background: #fff0f0;
  border-color: #e53935 !important;
  color: #c62828;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #f0fff4;
  border-color: #43a047 !important;
  color: #2e7d32;
}/* End custom CSS */