body {
    font-family: 'Inter', sans-serif;
}/* MADE BY KAIF TARASAGAR */
.criteria-item {
    transition: all 0.3s ease;
}
.icon-check, .icon-cross {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}
.icon-check {
    color: #10B981;
} /* MADE BY KAIF TARASAGAR */
.icon-cross {
    color: #EF4444;
}
.strength-bar-fill {
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #1f2937;
    color: #fff;
    text-align: center;
/* MADE BY KAIF TARASAGAR */
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
} /* MADE BY KAIF TARASAGAR */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
/* MADE BY KAIF TARASAGAR */
    border-style: solid;
    border-color: #1f2937 transparent transparent transparent;
}/* MADE BY KAIF TARASAGAR */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


                                                /* MADE BY KAIF TARASAGAR 
                                               
                                              https://www.linkedin.com/in/kaif-tarasgar-0b5425326/
                                              
                                              https://x.com/Kaif_T_200
*/
