/* Start custom CSS for shortcode, class: .elementor-element-1dfcfb6 */form {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  label {
    display: block;
    margin-bottom: 25px!important;
    font-size: 15px;
    color: #333;
    display: block!important;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 12px 14px;
    margin-top: 6px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 15px;
    transition: border-color 0.3s, background 0.3s;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border-color: #007bff;
    background: #fff;
    outline: none;
  }

  textarea {
    resize: vertical;
    height: 120px;
    width:100%;
  }

  input[type="submit"] {
    background-color: #EA523A;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }

  input[type="submit"]:hover {
    background-color: #0056b3;
  }
  span {
      color:#ff0000;
  }
  span.wpcf7-form-control-wrap {
    color: #333333!important;
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-35eb39a */.contact_us_address {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height:600px;
  }
  
  .address {
      color:#333!important;
      font-size: 24px;
      margin-bottom: 0px;
      width:100%
      float:left;
      display:block;
  }/* End custom CSS */