
.audit-demo-form {
    max-width: 420px;
    margin: auto;
    font-family: "Inter", Sans-serif;
    background: white;
    padding: 27px;
    border-radius: 12px;
}
.audit-demo-form .form-title-demo{
    text-align: center;
    font-size: 32px;
    font-family: 'Inter';
    font-weight: 700;
    color: #1E1E2D;
}
.audit-demo-form .business-product-img{
    position: absolute;
    top: -24px;
    right: -26px;
}
.audit-demo-form .product-options {
    display: flex;
    margin-top: 5px;
}
.audit-demo-form .product-option {
    position: relative;
}
.audit-demo-form .product-option input[type="radio"] {
    display: none;
}
.audit-demo-form .card {
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
   
}
.audit-demo-form .labels{
    color: #84849A;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
}
.audit-demo-form .product-option input[type="radio"]:checked + .card {
    border: 1px solid #009ef7;
    color:#009ef7;
}
.audit-demo-form .product-option {
    position: relative !important;
    pointer-events: unset !important;
}
.audit-demo-form .product-option input[type="radio"]:checked + .card .checkmark-icon {
    display: block;
}
.audit-demo-form button[type="submit"] {
    margin-top: 18px;
    width: 100%;
    background: #009EF7;
    color: white;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
}
.audit-demo-form .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 25px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(132, 132, 154, 1);
}
.audit-demo-form .section-title hr {
    flex: 1;
    border: none;
    border-top: 1px solid #D4DCE3;
    margin: 0 12px;
}
.audit-demo-form input[type="date"] {
    padding: 12px 10px 12px 10px !important;
    margin-top: 5px;
}
.audit-demo-form .form-group .input-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    pointer-events: none;
  }
  .audit-demo-form .form-group input,
  .audit-demo-form .form-group select {
    width: 100%;
    padding: 12px 40px 12px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: transparent;
  }
 .audit-demo-form #country_code {
    padding: 9px 14px 9px 9px;
}
.audit-demo-form .form-group {
    position: relative;
    margin-bottom: 18px;
  }
.audit-demo-form .phone-wrapper {
    position: relative;
    display: flex;
    gap: 10px;
  }
  .audit-demo-form .phone-wrapper select {
    width: 80px;
  }
.audit-demo-form .phone-wrapper input {
    flex: 1;
  }
.audit-demo-form .form-group {
    --pad: .95rem;
    position: relative;
  }
.audit-demo-form input {
    padding: var(--pad);
    border-radius: 8px;
    background-color: var(--bg);
    border: 1px solid #D5D4DC;
    color: inherit;
    width: 300px;
    outline: none;
  }
.audit-demo-form label {
    position: absolute;
    left: var(--pad);
    top: var(--pad);
    background: var(--bg);
    padding-inline: .3em;
    transition: transform 200ms;
    pointer-events: none;
    transform-origin: left;
    translate: -.3em;
    background: #fff;
    color: #84849A;
  }
 .audit-demo-form .phone_label{
    margin-inline-start: 5.6em;
  }
.audit-demo-form input::placeholder {
    opacity: 0;
  }
 .audit-demo-form input:focus + label,
 .audit-demo-form input:not(:placeholder-shown) + label {
    transform: translateY(calc(-50% - var(--pad))) scale(.8);
    color: var(--accent);
  }
 .audit-demo-form input:focus {
    border: 1px solid #D5D4DC;
  }
  .audit-demo-form select:focus {
    outline:1px solid #D5D4DC;
  }
.audit-demo-form .reqstar{
  color: red;
}
 @media (max-width: 425px) {
 .audit-demo-form .form-title-demo {
    font-size: 25px;
  }
}
.audit-demo-form .btn-wrap{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.audit-demo-form button[type="reset"] {
    margin-top: 18px;
    width: 100%;
    background: #ebebf1;
    color: #818181;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
}
