.elementor-962 .elementor-element.elementor-element-cf71fb9{--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;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-ha-cf7 .wpcf7-form-control:not(.wpcf7-submit){font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ha-cf7 label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ha-cf7 .wpcf7-submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}#elementor-popup-modal-962{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-962 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-962 .dialog-close-button{display:flex;}#elementor-popup-modal-962 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for ha-cf7, class: .elementor-element-1a88d09 */.contact-form {
      width: 100%;
      max-width: 900px;
      padding: 20px;
    }

    .form-row {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 15px;
    }

    .form-group {
      flex: 1;
      min-width: 250px;
      position: relative;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 15px;
      border: none;
      outline: none;
      background: #f7f7f7;
      border-radius: 8px;
      font-size: 14px;
      color: #333;
    }

    .form-group textarea {
      min-height: 150px;
      resize: none;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: #888;
    }

    .submit-btn {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }

    .submit-btn button {
      padding: 15px 40px;
      border: none;
      border-radius: 50px;
      background: #000;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s;
    }

    .submit-btn button:hover {
      background: #b95935;
    }

    @media (max-width: 768px) {
      .form-row {
        flex-direction: column;
      }
    }/* End custom CSS */