.elementor-10 .elementor-element.elementor-element-9238055{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10 .elementor-element.elementor-element-3156a0f{--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;}.elementor-10 .elementor-element.elementor-element-2c24968{--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;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-3156a0f{--width:50%;}.elementor-10 .elementor-element.elementor-element-2c24968{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-940a33b *//* Form container */
.wpcf7 {
  max-width: 600px;
  margin: 30px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* Labels */
.wpcf7 label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Input + textarea */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s ease;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 5px rgba(0,115,170,0.3);
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #0073aa;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
  background: #005177;
}

/* Error messages */
.wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
}

/* Success message */
.wpcf7-mail-sent-ok {
  color: green;
  font-weight: 600;
  margin-top: 10px;
}

/* Response output box */
.wpcf7-response-output {
  margin-top: 15px;
  padding: 10px;
  border-radius: 6px;
}/* End custom CSS */