/* Start custom CSS for section, class: .elementor-element-38ff7621 */.section {
      background: #f9f9f9;
      padding: 15px;
      margin-bottom: 10px;
      border: 1px solid #ddd;
    }
    .section-title {
      background: #5c3d80;
      color: #fff;
      padding: 10px;
      font-weight: bold;
    }
    label {
      margin-right: 15px;
      display: inline-block;
    }
    select, input[type="text"], input[type="email"], input[type="tel"] {
      padding: 5px;
      margin: 10px 0;
      width: 100%;
      max-width: 400px;
    }
    .options, .checkboxes {
      margin-top: 10px;
    }
    .checkboxes label {
      display: block;
      margin: 5px 0;
    }
    .btn {
      background-color: #ffc400;
      padding: 10px 15px;
      border: none;
      margin-right: 10px;
      cursor: pointer;
    }
    #total {
      font-size: 18px;
      font-weight: bold;
      margin-top: 10px;
    }/* End custom CSS */