.elementor-2198 .elementor-element.elementor-element-5e9322a{--display:flex;}#elementor-popup-modal-2198{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2198 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2198 .dialog-close-button{display:flex;}#elementor-popup-modal-2198 .dialog-widget-content{border-radius:6px 6px 6px 6px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-2fe26d7 *//* Remove max-width for full width */
.wpcf7 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

/* Input & Select - full width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

/* Placeholder styling */
.wpcf7 input::placeholder {
  color: #aaa;
}

/* Select dropdown styling */
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}

/* Submit Button - full width */
.wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #ff7a00;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #e66700;
}

/* Hide response output message */
.wpcf7-response-output {
  display: none !important;
}
.wpcf7 {
    max-width: 100%;
    margin: 0 auto;
}/* End custom CSS */