body, html {
    font-family: "Mulish", sans-serif !important;
    font-size: 62.5% !important;
}


.nudge-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: scroll;
}


.nudge-popup-content {
    background-color: white;
    padding: 3rem;
    max-width: 100%;
    /* max-height: 100%;  */
    margin: 7.5rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* overflow-y: auto; */
    border-radius: 20px;
    position: relative;
}

.nudge-close-wrapper {
    display: flex;
    justify-content: end;
}


.nudge-close-btn {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 23px;
}








.nudge-sub-content h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 28px;
    margin-top: 3rem;
    margin-bottom: 0.6rem ;
    text-align: left;
}

.nudge-sub-content p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 20px;
    margin: 0px 0px 16px 0px;
}

.nudge-sub-content strong {
    /* font-weight: 400; */
    font-size: 1.6rem;
    font-weight: 800;
    color: #E3530F;
}

.nudge-sub-img {
    display: flex;
    justify-content: center;
}



.nudge-input-wrappper {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .nudge-input-wrappper input:focus-visible {
        outline: none;
    }

    .nudge-input-wrappper input:focus {
        border: 1px solid #EC6625 !important;
    }

    .nudge-input-wrappper label {
        font-family: "Mulish", sans-serif !important;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 0.4rem;
    }

    .nudge-input-wrappper input {
        border: 1px solid #c9c9c9;
        border-radius: 4px;
        background: #fff;
        padding: 1.2rem;
        font-size: 1.6rem;
        font-weight: 600;
        color: #282828;
    }

.nudge-btn-req {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

    .nudge-btn-req button {
        color: #fff;
        padding: 12px 16px;
        font-size: 1.6rem;
        background: #E3530F;
        font-family: "Mulish", sans-serif !important;
        border-radius: 8px;
        border: 3px solid transparent;
        width: 100%;
        font-weight:700;

    }

.nudge-error_message {
    display: none;
    position: absolute;
    left: 2px;
    font-weight: 700;
    bottom: -22px;
    color: #A30100;
    font-size: 12px;
}

.source-hyper {
    margin-top: 1.6rem;
    font-size: 1rem;
}


    .source-hyper a {
        font-size: 1rem;
        color: #212121;
        line-height: 14px;
        text-decoration:underline !important;
    }

.popup-hype a {
    color: #EC6625;
    text-decoration: underline !important;
}

.nugde-thank-content h3 {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
}

    .button-wrapper button {
        padding: 13px 35px 15px 35px;
        background: #EC6625;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 20.08px;
    }




/* .nugde-thank-content p{
   
font-weight: 400;
font-size: 1.6px;
line-height: 24px;
 
 
} */




/* Responsive Media Queries */
@media (max-width: 600px) {
    .nudge-popup-content {
        width: 375px; /* Make the popup take more space on smaller screens */
        padding: 15px;
    }
}

@media (min-width: 601px) {
    .nudge-popup-content {
        width: 420px; /* Keep it centered on larger screens */
    }
}

@media (max-width: 786px) {
    .nudge-sub-content h2 {
        font-size: 1.6rem;
    }

    .nudge-sub-content strong {
        font-size: 1.4rem;
    }
}
