body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(180deg, #E1E9F1 0%, #F4F4F4 100%);
    margin: 0;
    padding: 0;
  }

  .intro-blurb {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: larger;
  }

  .form-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
    padding: 30px;
    border: 1px solid #ddd;
  }

  .form-container h1 {
    text-align: center;
    color: #06293D;
    font-size: xx-large;
    margin-bottom: 20px;
  }

  .form-section h2 {
    background-color: #34A1D9;
    color: white;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
  }

  .form-row {
    margin-bottom: 20px;
  }

  .form-row label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #06293D;
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    padding: 8px;
    font-size: 16px;
  }

  .form-row input:focus,
  .form-row select:focus,
  .form-row textarea:focus {
    border-bottom: 2px solid #34A1D9;
    outline: none;
  }

  .form-row input[type="submit"] {
    background-color: #F25C31;
    color: white;
    border: none;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    display: block;
    margin: 20px auto;
  }

  .form-row input[type="submit"]:hover {
    background-color: #34A1D9;
  }

  .required {
    color: red;
  }

  .slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    padding: 20px 0;
    /* Added padding to increase space above and below the slider */
  }

  .slider-label {
    margin-bottom: 18px;
    font-size: 16px;
    color: #06293D;
  }

  .slider-value {
    font-size: 16px;
    color: #06293D;
    margin-top: 18px;
    /* Adjusted to increase space between the slider and the text */
  }

  /* Adjusting the thumb size and margin */
  .form-control-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 48px;
    /* Adjusted to make the thumb larger */
    height: 48px;
    /* Adjusted to make the thumb larger */
    background: url('favicon.ico') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -24px;
    /* Adjusted to better center the thumb */
  }

  .form-control-range::-moz-range-thumb {
    width: 48px;
    /* Adjusted to make the thumb larger */
    height: 48px;
    /* Adjusted to make the thumb larger */
    background: url('favicon.ico') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
  }

  .form-control-range::-ms-thumb {
    width: 48px;
    /* Adjusted to make the thumb larger */
    height: 48px;
    /* Adjusted to make the thumb larger */
    background: url('favicon.ico') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
  }

  .existing-customer {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }

  .existing-customer a {
    color: #34A1D9;
    text-decoration: none;
    font-weight: bold;
  }

  .existing-customer a:hover {
    text-decoration: underline;
  }

  .note-field {
    background-color: #F9F9F9;
    border-left: 4px solid #34A1D9;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #06293D;
  }

  .form-control-range {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    margin: 0;
  }

  .form-control-range::-webkit-slider-runnable-track {
    height: 8px;
    background: #E1E9F1;
    border-radius: 5px;
    position: relative;
  }

  .form-control-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 48px;
    height: 48px;
    background: url('favicon.ico') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -20px;
    /* Adjust to center the thumb vertically */
  }

  .form-control-range::-moz-range-track {
    height: 8px;
    background: #34A1D9;
    border-radius: 5px;
  }

  .form-control-range::-moz-range-thumb {
    width: 32px;
    height: 32px;
    background: url('favicon.ico') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
  }

  .form-control-range::-ms-track {
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }

  .form-control-range::-ms-fill-lower {
    background: #34A1D9;
    border-radius: 5px;
  }

  .form-control-range::-ms-fill-upper {
    background: #34A1D9;
    border-radius: 5px;
  }

  .form-control-range::-ms-thumb {
    width: 32px;
    height: 32px;
    background: url('favicon.ico') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
  }

  .footer {
    background-color: #06293D; /* Dark blue background */
    color: white; /* White text color */
    text-align: center; /* Centered text */
    padding: 20px 0; /* Padding for top and bottom */
    margin-top: 40px; /* Margin to separate from the content above */
  }
  
  .footer a {
    color: #34A1D9; /* Light blue color for links */
    text-decoration: none; /* Remove underline from links */
    font-weight: bold; /* Bold text for links */
    margin: 0 10px; /* Margin between links */
  }
  
  .footer a:hover {
    text-decoration: underline; /* Underline links on hover */
    color: #F25C31;
  }
  