@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');







body {



    margin: 0;



    font-family: "Inter", sans-serif;



}







.main-wrapper {



    min-height: 100vh;



    background: linear-gradient(90deg, #2f6de2, #4f91ff);



    display: flex;



    justify-content: center;



    align-items: center;



    padding: 20px;



}



.demo_container {

    margin: 0px auto;

    padding: 20px;

    width: 100%;

    max-width: 1170px;

    position: relative;

}



.loan-card {



    min-width: 300px;



    width: 100%;



    max-width: 460px;



    background-color: #f6f6f6;



    border-radius: 20px;



    padding: 24px 12px;



    font-family: Open Sans, sans-serif;



    font-size: 16px;



    margin: 36px auto auto;



    position: relative;



}







.avatar-wrapper {



    text-align: center;



    position: absolute;



    top: -42px;



    left: 50%;



    transform: translateX(-50%);



}







.avatar {



    width: 75px;



    height: 75px;



    border-radius: 50%;



}



.loan-card .avatar-wrapper:after,

.loan-card .avatar-wrapper:before {



    content: "";



    width: 15px;



    height: 15px;



    position: absolute;



    bottom: 0;



    right: 0;



    border-radius: 50vw !important;



}

.progress-circle {
    --value: 75;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(#0085ff calc(20 * 1%), #D0E2FF 0);
}

.progress-circle:before {
    content: "";
    width: calc(100% - 10px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f6f6f6;
}



.loan-card .avatar-wrapper:before {

    background-color: #00a867;



    border-radius: 50px;

}







.loan-card .avatar-wrapper:after {

    border-radius: inherit;



    animation: pulse 4s ease-out infinite;

}







@keyframes pulse {

    0% {

        box-shadow: inset 0 0 0 1px #00a867
    }



    50% {

        transform: scale(1.75);

        opacity: 0
    }



    to {

        opacity: 0
    }

}



/*



.online-dot{



    width:16px;



    height:16px;



    background:#00b66a;



    border-radius:50%;



    position:absolute;



    bottom:8px;



    right:43%;



    border:2px solid #fff;



}



*/







.form__note {



    font-size: 10px;



    color: #525252;



}







.form__note a {



    color: #007bff;



    text-decoration: none;



    background-color: transparent;



}







.chat-box {



    background: #071932;



    color: #fff;



    padding: 12px;



    border-radius: 10px;



    margin: 20px 0 25px;



    line-height: 1.5;



    font-size: 12px;



}







.progress-wrapper {



    display: flex;



    align-items: flex-start;



    margin-bottom: 12px;



}







.circle-container {
    position: relative;
    width: 42px;
    height: 42px;
}







.circle-container svg {



    transform: rotate(-90deg);



}







.bg-circle {



    fill: none;



    stroke: #dbe8ff;



    stroke-width: 5;



}







.progress-circle {



    fill: none;



    stroke: #007bff;



    stroke-width: 5;



    stroke-dasharray: 138;



    stroke-dashoffset: 118;



    transition: 0.5s;



}

.radio-option:hover {
    color: #000;
}

.radio-option:hover .radio-circle {
    border: 1px solid #999;
}







.progress-text {



    position: absolute;



    top: 50%;



    left: 50%;



    transform: translate(-50%, -50%);



    font-size: 0px;



    font-weight: bold;



}







.title-content {



    margin-left: 12px;



}







.title-content h2 {



    margin: 0;



    font-size: 16px;



    font-weight: 700;



}







.title-content p {



    color: #666;



    font-size: 10px;



}







.step {



    display: none;



}







.step.active {



    display: block;



}







.radio-option {



    display: flex;



    align-items: center;



    margin-bottom: 8px;



    font-size: 14px;



    padding: 8px 12px 8px 10px;



    background-color: #fff;



    color: #525252;



    border-radius: 8px;



    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);



    position: relative;



    cursor: pointer;



}







.radio-circle {



    width: 24px;



    height: 24px;



    border-radius: 50%;



    border: 1px solid #d5d5d5;



    margin-right: 18px;



    position: relative;



}

.radio-option:has(.radio-circle.active-circle) span {
    color: #222;
    font-weight: 600;
}






.active-circle::after {



    content: '';



    width: 14px;



    height: 14px;



    background: #00b66a;



    border-radius: 50%;



    position: absolute;



    top: 50%;



    left: 50%;



    transform: translate(-50%, -50%);



}







.custom-input {



    width: 100%;



    height: 64px;



    border: none;



    border-radius: 12px;



    padding: 0 18px;



    font-size: 18px;



    background: #fff;



    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);



}







.next-btn {



    margin-top: 20px;



    color: #fff;



    width: 100%;



    max-width: 100%;



    background: #00a867 url(../images/btn_arrow.svg) no-repeat center right 20px;



    background-size: 16px auto;



    transition: all .1s ease-in-out;



    font-size: 16px;



    border-radius: 50px;



    padding: 11px 12px;



}







.success-box {



    text-align: center;



    padding: 40px 10px;



}











.unsubscrib_form {



    min-width: 300px;



    width: 100%;



    max-width: 388px;



    background-color: #f6f6f6;



    border-radius: 20px;



    padding: 24px 12px;



    font-family: Open Sans, sans-serif;



    font-size: 16px;



    margin: 36px auto auto;



    display: none;
    margin-top: 0;



}

.r_form {
    min-height: auto !important;
}



.unsubscrib_form_cont {



    text-align: center;



    font-family: "Open Sans", sans-serif;



}







/* .unsubscrib_form_data {



    margin-bottom: 1.5rem;



} */



.unsubscrib_form_data h5 {
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 500;
}







a.unsubscribe-index-content__button.uc {



    color: #fff;



    background-color: #6c757d;



    border-color: #6c757d;



    padding: 6px 12px;



    border-radius: 4px;



    font-size: 16px;



    font-weight: 400;



    display: inline-block;



}



a.router-link-active {



    color: #007bff;



    text-decoration: none;



    background-color: transparent;



    font-size: 12px;



}



.unsubscrib_form_data p {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: -0.1px;
}







.unsubscrib_form_data input {



    width: 100%;



    padding: 18px 10px;



    border-radius: 5px;



}







.unsubscrib_form_data button {



    color: #fff;



    width: 100%;



    max-width: 336px;



    background: #00a867 url(../images/btn_arrow.svg) no-repeat center right 20px;



    background-size: 16px auto;



    transition: all .1s ease-in-out;



    font-size: 16px;



    border-radius: 50px;



    padding: 11px 12px;



    margin-top: 12px;
    margin-bottom: 21px;



}



.unsubscrib_form_data small {



    width: 100%;



    display: block;



    text-align: left;



    margin-top: 9px;



    font-style: oblique;



    color: #797979;



}







.unsubscrib_form_data {



    display: block;



    margin-bottom: 0;



}



.ucTop_txt {
    display: block;
    height: fit-content;
    margin-bottom: 21px;
}







/* .input_block img {



    position: absolute;



    top: 50%;



    left: 16px;



    z-index: 2;



    transform: translateY(-50%);



} */







.step input {



    position: relative;



    padding-left: 46px;



    box-shadow: unset;
    padding-right: 46px;



}



.input_block {



    position: relative;



    margin-bottom: 15px;



}







.input_block:before {



    content: "";



    width: 14px;



    height: 24px;



    background: transparent url(../images/input_phone.svg) no-repeat 50%;



    background-size: contain;



    position: absolute;



    left: 16px;



    top: 32px;



    transform: translateY(-50%);



    z-index: 2;



}







.step input::placeholder {



    color: #ccc;



    font-size: 16px;



}







.password_block {



    position: relative;



}







.password_block:before {



    content: "";



    width: 14px;



    height: 24px;



    background: transparent url(../images/input_ssn.svg) no-repeat 50%;



    background-size: contain;



    position: absolute;



    left: 16px;



    top: 32px;



    transform: translateY(-50%);



    z-index: 2;



}



.email_block {
    position: relative;
    margin-bottom: 15px;
}







.email_block:before {



    content: "";



    width: 20px;



    height: 16px;



    background: transparent url(../images/input_email.svg) no-repeat 50%;



    background-size: contain;



    position: absolute;



    left: 16px;



    top: 32px;



    transform: translateY(-50%);



    z-index: 2;



}



.zip_block {



    position: relative;



}







.zip_block:before {



    content: "";



    width: 14px;



    height: 24px;



    background: transparent url(../images/input_zipcode.svg) no-repeat 50%;



    background-size: contain;



    position: absolute;



    left: 16px;



    top: 32px;



    transform: translateY(-50%);



    z-index: 2;



}







.nameStep input {



    padding-left: 15px;



}

.unsubscrib_email,
.unsubscrib_phone,
.unsubscrib_form {
    display: none;
}


/* Validation Icon start */
.input-wrapper{
    position: relative;
}

.validation-icon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 18px;
    font-weight: bold;
}

.validation-icon.valid{
    color: #00c16a;
}

.validation-icon.invalid{
    color: #ff3b30;
    position: absolute;
    top: 33px;
}
/* Validation Icon end */





/* =========================== Modal CSS start ============================= */

/* =========================

   MODAL OVERLAY

========================= */



.custom-modal {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.45);

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 6px;

    opacity: 0;

    visibility: hidden;

    transition: 0.3s ease;

    z-index: 999;

    border-radius: 16px;

}



.custom-modal.active {

    opacity: 1;

    visibility: visible;

}





/* =========================

     MODAL BOX

  ========================= */



.modal-content {

    width: 100%;

    max-width: 100%;

    max-height: 100%;

    overflow-y: auto;

    overflow-x: clip;

    background: #fff;

    border-radius: 10px;

    padding: 28px 22px;

    position: relative;

}





/* =========================

     CLOSE BUTTON

  ========================= */



.modal-close {

    position: absolute;

    top: -6px;

    right: 9px;

    border: none;

    background: transparent;

    font-size: 28px;

    cursor: pointer;

    color: #777;

}





/* =========================

     TYPOGRAPHY

  ========================= */



.modal-content h2 {

    font-size: 28px;

    margin-bottom: 18px;

}



.modal-content p {

    font-size: 16px;

    line-height: 1.7;

}



a.closeBtn_pop {

    display: block;

    width: 100%;

    text-align: right;

    margin-top: 30px;

    font-size: 15px;

    color: #2196F3;

    font-weight: 600;

}



/* Mobile */

@media (max-width: 767px) {



    .privacy-modal-content {

        max-width: 100%;

        padding: 24px 18px;

    }



    .privacy-modal-content h2 {

        font-size: 24px;

    }



    .privacy-modal-content h3 {

        font-size: 22px;

    }



    .privacy-modal-content p {

        font-size: 15px;

    }



}

/* =========================== Modal CSS end ============================= */


/* =============== Responsive start =================== */

@media (max-width: 1280px) {
    .hero_area {
        min-height: auto !important;
    }
}

@media (max-width: 767.98px) {
    #benefits .p-8 {
        padding: 2rem 3%;
    }
    #benefits .text-4xl {
        font-size: 30px;
    }
}

@media (max-width: 580.98px) {
    #benefits .p-6 {
        padding: 12px;
    }
}

@media (max-width: 480.98px) {
    section#benefits .text-4xl {
        font-size: 21px;
        line-height: 1.3;
    }
    section#benefits .text-sm {
        font-size: 12px;
    }
    section#benefits .gap-6 {
        gap: 12px;
    }
    .loan-card {
        min-width: auto !important;
    }
}
/* =============== Responsive end =================== */