/* Start custom CSS for html, class: .elementor-element-cedf489 */form {
    max-width: 700px;
    margin: 0 auto;
    background-color: white;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  label {
    display: block;
    margin-top: 15px;
    font-weight: 600;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="file"],
  select {
    width: 100%;
    padding: 10px 12px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
  }

  input[type="file"] {
    padding: 6px;
  }

  select {
    cursor: pointer;
  }

  input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
    vertical-align: middle;
  }

  p {
    margin-top: 20px;
    font-weight: 600;
  }

  #subDropdownDiv,
  #passedBeforeSection {
    margin-top: 20px;
  }

  button {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    margin-top: 25px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  button:hover {
    background-color: #0056b3;
  }

  hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #ddd;
  }

  @media (max-width: 600px) {
    form {
      padding: 20px;
    }

    label {
      font-size: 14px;
    }

    input,
    select,
    button {
      font-size: 14px;
    }
  }/* End custom CSS */