 body {
      font-family: 'Montserrat';
      margin: 0;
      background: #8ac33e;
      color: #1a1a1a;
    }

    .communitybr{
      border-top: 1px dashed var(--jsf-primary-color, #0057ff);
    padding-top: 10px;
    }

    header{
      background: #fff;
    text-align: center;
    padding: 6px;
    }

    header img{
      max-width: 215px;
    }

    .enterycaption{
      color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.43;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    }

    .cmno{
      background: #bad7ff;
    border-radius: 100%;
    padding: 10px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    width: 20px;
    height: 20px;
    font-family: inherit;
    }

    form {
      
       

    }

    .form-container {
box-shadow: 0px 0px 20px 5px #467b00;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e8e9ef;
    background: #eff1f8;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    }

.progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  gap: 10px;
}

.progress-bar-wrapper {
  flex-grow: 1;
}

.progress-bar {
  height: 8px;
  background: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.progress-bar-fill {
  height: 100%;
  background: #00c36e;
  width: 5%;
  transition: width 0.3s ease;
}

.progress-text {
  font-size: 14px;
  color: #444;
  min-width: 40px;
  text-align: right;
}



    h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 20px;
          margin-top: 0px;
    }

    .btn-option, .btn-submit {
      display: block;
      font-family: inherit;
      width: 100%;
      padding: 18px;
      margin: 16px 0;
      background-color: #0073be;
      color: #fff;
      border: none;
      border-radius: 40px;
      font-size: 16px;
      position: relative;
      cursor: pointer;
      font-weight: bold;
          box-shadow: -4px -4px 11px #fff, 3px 11px 20px rgba(0, 0, 0, .15);
    }

    .btn-option::after {
      content: "›";
      position: absolute;
      right: 20px;
      font-size: 20px;
    }

    .btn-option:hover, .btn-submit:hover {
      background-color: #0047d0;
    }

    input[type="email"] {
      width: 100%;
      padding: 15px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px;
      margin-bottom: 15px;
    }

    input[type="text"] {
      width: 100%;
      padding: 15px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px;
      margin-bottom: 15px;
    }

    input[type="phone"] {
      width: 100%;
      padding: 15px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px;
      margin-bottom: 15px;
    }

        input[type="number"] {
      width: 100%;
      padding: 15px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px;
      margin-bottom: 15px;
    }

     input[type="date"] {
     width: 100%;
      padding: 15px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px;
      margin-bottom: 15px;
    }


    label {
      display: flex;
      align-items: flex-start;
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 1.4;
    }

    input[type="checkbox"] {
      margin-right: 10px;
      margin-top: 2px;
    }

    footer{
      width: 100%;
    text-align: center;
    }

    .footertext{
      display: block;
    text-align: center;
    padding: 10px;
    color: #615d5d;
    font-size: 14px;
    font-family: 'Montserrat';
    }

    select{
     width: 100%;
      padding: 15px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 16px;
      margin-bottom: 15px;
    }

    .back-link {
      text-align: center;
      font-size: 14px;
      color: #333;
      text-decoration: underline;
      cursor: pointer;
      margin-bottom: 30px;
      width: 50px;
    margin: 0px auto;
    }

    .footer {
      text-align: center;
    }

    .customer-avatars {
      display: flex;
      justify-content: center;
      margin: 10px 0;
    }

    .customer-avatars img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: -10px;
      border: 2px solid #fff;
    }

    .ssl-badge {
      margin-top: 10px;
      font-size: 14px;
      color: #1a1a1a;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ssl-badge::before {
      content: "🔒";
      margin-right: 5px;
    }

    .step {
      display: none;
    }

    .step.active {
      display: block;
    }

    .txtcenter {
      text-align: center;
    }

    .input-error {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 15px;

}

.location-display {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 0px;
  margin-top: -15px;
}

.captionstyle{
  font-size: 14px;
    color: #8b8b8b;
    margin-top: 0px;
    text-align: center;
}

.marketingtxt{
      font-size: 12px;
    color: #8b8b8b;
    margin-top: 0px;
}


@media (min-width: 1200px) {

.form-container {
max-width: 500px;

}

.footertext{
width: 30%;
    margin: 0px auto;
}


}


@media (min-width: 992px) {

  .form-container {
max-width: 500px;

}

.footertext{
width: 30%;
    margin: 0px auto;
}

}


@media (min-width: 768px) {

 .form-container {
max-width: 500px;

}

.footertext{
width: 30%;
    margin: 0px auto;
}

}

.flatpickr-calendar{
  margin:0px auto;
}



.bank-aba-img{
  background-image: url(img/check.jpg);
  background-repeat: no-repeat;
  margin: 0 auto;
    width: 310px;
    height: 153px;
        padding-bottom: 25px;
}


.error-msg {
      color: red;
    font-size: 14px;
    margin-top: -10px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}



.success-message {
  max-width: 400px;
  margin: 30px auto;
  text-align: center;
  border: 2px solid #4CAF50;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #f0fff4;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  font-family: Arial, sans-serif;
}

.success-message .icon {
  font-size: 40px;
  color: #4CAF50;
  margin-bottom: 10px;
}

.success-message h2 {
  color: #2e7d32;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

.success-message p {
  color: #333;
  font-size: 18px;
  margin: 5px 0;
  font-family: 'Montserrat';
}