.level-sub{
    color: rgba(129, 9, 0, 1);
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFEFC8 50%, #FFFFFF 100%);
    width: -webkit-fill-available;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 33px;
    margin-top: 15px;
}
.level-heading span {
  color: #e63946;
}
/* .flashcardtest{
    background: url(/dmv/dmv-qatar/img/mocktest.svg) no-repeat left top;
}
.mocktest{
    background: url(../../img/mocktest.svg) no-repeat left top;
} */

.titlesnesw h3{
    color: rgba(138, 21, 56, 1);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}
.titlesnesw .custom-description{
      color:rgba(114, 108, 108, 1) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 18px !important;
    padding: 5px 0;
    font-family: poppins;
}
.ques{
    display: flex;
    gap: 13px;
    background: linear-gradient(270deg, #D4EA53 0.88%, #FFFFFF 100%);
}
.ques p{
         color:rgba(56, 52, 52, 1) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: left !important;
    line-height: 30px !important;
    margin: 0px !important;
        padding: 0px ! IMPORTANT;
}
.ques .numbrd{
        border-right: 1px solid rgba(212, 234, 83, 1);
    border-left: 1px solid rgba(212, 234, 83, 1);
        padding: 0 10px !important;
}
.practicebutton .btn-practice{
      background: linear-gradient(90deg, #231F20 0%, #6B6B6B 100%) !important;
       padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    gap: 3px;
}
.practicebutton{
        width: max-content;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
    width: 80%;
}
.titlesnesw{
    padding: 5px 10px;
}
.newboxdesign{
border: 1px solid rgba(217, 217, 217, 1);
border-radius: 8px;
padding: 10px 0;
/* box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25); */

}
.iconsbootm img{
    margin-left: 10px;
}

        .vehicle-card {
        background: #fff;
        border-radius: 12px;
        padding: 0px;
        border: 1px solid rgba(217, 217, 217, 1);
        box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25);
        }
        .row-1{
        padding: 10px 10px 0;
        }
        .vehicle-card a {
        text-decoration: none;
        color: inherit;
        display: block;
        }

        /* Row 1 */
        .vehicle-title {
        font-size: 16px !important;
        color: rgba(138, 21, 56, 1) !important;
        font-weight: 700;
        margin-bottom: 0px;
        text-align: left;
        font-family: poppins !important;
        }

        .vehicle-desc {
        font-size: 13px !important;
        color: rgba(114, 108, 108, 1) !important;
        margin-bottom: 15px !important;
        text-align: left;
        font-weight: 500 !important;
        line-height: 20px !important;
        font-family: poppins !important;
        }

        /* Row 2 */
        .row-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        gap:10px;
        }

        .icon-left img,
        .icon-left svg {
        width: 100px;
        padding-left: 10px;
        }



        .questions {
        font-weight: 600;
        color: rgba(56, 52, 52, 1) !important;
        font-size: 14px !important;
        font-family: poppins !important;
        padding: 0 5px;
        }

        .percentage {
        border-left: 1px solid rgba(212, 234, 83, 1);
        padding: 6px 5px;
        font-weight: 600;
        display: inline-block;
        font-size: 14px !important;
        color: rgba(56, 52, 52, 1) !important;
        font-family: poppins !important;
        }

        /* Row 3 */
        .row-3 {
        text-align: right;
        }

        .btn-practice-new {
        background: #333;
        color: #fff;
        padding: 8px 18px;
        border-radius: 10px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px !important;
        margin-bottom: 0px;
        font-family: 'Poppins';
        float: right;
        margin-right: 10px;
        }

        .stats-right{
        background: linear-gradient(270deg, #D4EA53 0.88%, #FFFFFF 100%);
        border-left: 1px solid rgba(212, 234, 83, 1);
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
        }


        /* premium cards */

        .new-card {
        display: block;
        background: #fff;
        border-radius: 16px;
        padding: 0px;
        text-decoration: none;
        color: inherit;
        border: 1px solid #ddd;
        }

        /* Title */
        .card-titlenew {
        font-size: 16px !important;
        color: rgba(138, 21, 56, 1) !important;
        font-weight: 700;
        margin-bottom: 0px;
        text-align: left;
        font-family: poppins !important;
        }

        /* Description */
        .card-desc {
        font-size: 13px !important;
        color: rgba(114, 108, 108, 1) !important;
        margin-bottom: 15px !important;
        text-align: left;
        font-weight: 500 !important;
        line-height: 20px !important;
        font-family: poppins !important;
        }

        /* Bottom layout */
        .card-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        }

        .bottom-left img,
        .bottom-left svg {
        width: 100px;
        padding-right: 10px;
        }

        /* Right section */
        .bottom-right {
        flex: 1;
        margin-left: 0px;
        }

        /* Gradient stats bar */
        .stats-bar {
        background: linear-gradient(270deg, #D4EA53 0.88%, #FFFFFF 100%);
        border-left: 1px solid rgba(212, 234, 83, 1);
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
        }

        .stats-left {
        flex: 1;
        font-weight: 600;
        color: rgba(56, 52, 52, 1) !important;
        font-size: 14px !important;
        font-family: poppins !important;
        padding: 0 5px;
        }

        .stats-right1{
        border-left: 1px solid rgba(212, 234, 83, 1);
        padding: 6px 5px;
        font-weight: 600;
        display: inline-block;
        font-size: 14px !important;
        color: rgba(56, 52, 52, 1) !important;
        font-family: poppins !important;
        }

        /* Button */
        .btn-dark {
        background: #333;
        color: #fff;
        padding: 8px 18px;
        border-radius: 14px;
        border: none;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 14px ! IMPORTANT;
        text-align: right;
        float: right;
        margin-right: 10px;
        }
        .row-3{
        margin-bottom: 10px;
        }





 @media only screen and (max-width: 776px) {
.practicebutton{
    width: auto !important;
}
.practicebutton .btn-practice {
    background: linear-gradient(90deg, #231F20 0%, #6B6B6B 100%) !important;
    padding: 7px 12px !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    gap: 14px;
}
.ques p {
    color: rgba(56, 52, 52, 1) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-align: left !important;
    line-height: 30px !important;
    margin: 0px !important;
    padding: 0px ! IMPORTANT;
}
.level-sub {
    color: rgba(129, 9, 0, 1);
    font-size: 15px !important;
    margin-bottom: 15px !important;
  
}
.titlesnesw .custom-description{
    font-size: 11px  !important;
    font-weight: 510 !important;;
}
#view-more-btn_down900{
    padding-left: 10px;
}

.level1imgbg{
background: none !important;

}
#car .level1imgbg{
    padding-top: 20px;
}
.level2imgbg{
background: none !important;

}
.level3imgbg{
background: none !important;

}


}




/* new css flashcrads */

.flashcard-container h3{
        color: rgba(138, 21, 56, 1);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}
.flashcard-container .custom-description{
        color:rgba(114, 108, 108, 1) !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 5px 0;
        font-family: poppins;
}
.icon-boxnew{
        border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 8px;
    padding: 10px;
}
.icon-boxnew .btn-practice{
    background: linear-gradient(90deg, #231F20 0%, #6B6B6B 100%) !important;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    gap: 3px;
}



.top-button-wrapper {
display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: #000;
    border-radius: 10px;
    padding: 10px;
}

/* Common Button Style */
.custom-btn {
    display: flex;
    align-items: center;
    gap: 10px;
       padding: 5px 20px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    font-family: poppins;
}

/* Light Grey Buttons */
.light-btn {
    background: #f1f1f1;
    color: #222;
}

.light-btn:hover {
    background: #e2e2e2;
}

/* Number Circle */
.number {
    width: 28px;
    height: 28px;
    background: #2d4b1f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Yellow Button */
.yellow-btn {
    background: #f4c400;
    color: #000;
    position: relative;
        border-radius: 10px;
    padding: 8px 20px;
}

.yellow-btn:hover {
    background: #e5b800;
}

/* FREE Badge */
.free-badge {
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 6px;
    transform: rotate(-20deg);
}

/* Scroll Top Button */
.scroll-top-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
.scroll-top-btn .scroll-top-link{
    color: #fff;
    background: #000;
    padding: 1px 7px;
    border-radius: 20%;
}

.flashciocnandbutton img{
    width: 90px;
}
.flashcardbuttonss a{
    display: contents;
}
.flashcardbuttonss{
    align-items: center;
height: 100%;
}
.level1imgbg{
background: url(../../dmvpermittest/img/level1.svg) no-repeat left;
background-size: 87px 133px;
    background-position: 10px 10px;

}
.level2imgbg{
background: url(../../dmvpermittest/img/level2.svg) no-repeat left;
    background-size: 130px 133px;
    background-position: 4px 10px;

}
.level3imgbg{
background: url(../../dmvpermittest/img/level3.svg) no-repeat left;
    background-size: 130px 133px;
    background-position: 4px -13px;

}