/* Quiz-questions- instructions */
.qz-cheg-main {
    background: linear-gradient(315deg, #050911 27%, #081a2f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 0;
    position: relative;
}

.qz-cheg-m-cons {
    position: relative;
    z-index: 10;
}

.qz-cheg-m-cons h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.qz-cheg-m-cons p {
    color: #d0cece;
    font-size: 17px;
    padding-top: 5px;
}

.qz-cheg-main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

.qz-cheg-mid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5rem 0;
}

.qz-cheg-mid .qz-cheg-mid-right {
    text-align: center;
}

.qz-cheg-mid .qz-cheg-mid-right img {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
}

.qz-cheg-mid-left .qz-cheg-ml-heads h1 {
    font-size: 38px;
    font-weight: 700;
    color: #212529;
}

.qz-cheg-mid-left .qz-cheg-ml-heads h1 span {
    background: #0a66c2;
    color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 28px;
}


.qz-cheg-ml-ins-top {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.qz-cheg-ml-ins-top .qz-cheg-ml-ins-topc {
    box-shadow: rgb(245 248 250) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid rgba(224, 230, 238, 0.7);
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 220px;
    height: auto;
}

.qz-cheg-ml-ins-top .qz-cheg-ml-ins-topc p {
    color: #667488;
    margin: 0;
}

.qz-cheg-ml-ins-top .qz-cheg-ml-ins-topc strong {
    font-weight: 600;
    font-size: 15px;
}

.qz-cheg-ml-cons ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding: 0;
    margin: 2rem auto 1.5rem;
}

.qz-cheg-ml-cons ul li {
    position: relative;
    padding-left: 2rem;
}

.qz-cheg-ml-cons ul li b {
    font-weight: 600;
}

.qz-cheg-ml-cons ul li::before {
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #929ca4;
}

.qz-cheg-condt {
    display: flex;
    align-items: start;
    gap: 5px;
    padding-left: 0.5rem;
}

.qz-cheg-condt input[type=checkbox] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #939ca4;
    border-radius: 3px;
    outline: none;
    position: relative;
    appearance: none;
    flex-shrink: 0;
    margin-top: 4px;
}

.qz-cheg-condt input[type=checkbox]:checked {
    background-color: #0a66c2;
    border: 1px solid #0a66c2;
}

.qz-cheg-condt input[type=checkbox]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* btn */
.start-button {
    padding: 10px 20px;
    background: #0a66c2;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.start-button:disabled {
    background: #ededed;
    cursor: not-allowed;
    opacity: 0.7;
    color: #212529;
}

/* 20 questions */
.qz-cheg-ml-ins-top .qz-cheg-ml-ins-topc {
    box-shadow: rgb(224 240 255) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.qz-ques-bg {
    background: #F7F9FC;
    height: 100%;
    min-height: 100vh;
}

.qz-ques-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qz-ques-cend {
    max-width: 80%;
    margin: 0 auto;
    padding: 3rem 0;
}

.qz-ques-cend-ins {
    box-shadow: rgb(245 248 250) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid rgba(224, 230, 238, 0.7);
    padding: 40px;
    border-radius: 20px;
    background: #fff;
}

.qz-ques-cend-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.qz-ques-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    width: 80%;
}

.qz-ques-q {
    font-weight: 500;
    font-size: 15px;
    position: relative;
}

.qz-ques-q::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background: #f9c02c;
    bottom: -3px;
}

.qz-ques-cend h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0;
}

.qz-ques-top {
    display: flex;
    flex-direction: column;
    background: #e5efff;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
}

.qz-ques-top .qz-ques-t-ins {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qz-ques-top span {
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    border-bottom: 1px solid #b8d2fc;
}

.qz-ques-top .qz-ques-time {
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #212529;
}

.qz-ques-t-bg {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #eaebf8;
}

.qz-ques-t-bg svg {
    width: 20px;
    height: 20px;
    fill: #a0a7c6;
    flex-shrink: 0;
}

.options-group {
    position: relative;
}

.option-card {
    border: 1px solid #e6eafd;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: 0.2s;
}

.option-card:hover {
    background: #eef1fe;
}

.option-card .custom-radio {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option-card .option-text {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.option-card .option-text strong {
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #eff2ff;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #eff2ff;
    color: #0a66c2;
    padding: 2px;
    flex-shrink: 0;
}

.option-card:hover .option-text strong {
    background: #dfe4fe;
    border-color: #eff2ff
}

.option-card.selected {
    border-color: #212529;
    background: #212529;
    color: #fff;
}

.option-card.selected .option-text strong {
    background: #ffffff;
    color: #212529;
}

.timer-bar-wrapper {
    width: 150px;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.timer-bar {
    height: 100%;
    width: 100%;
    background: #22c55e;
    transition: width 1s linear;
}

.timer-bar.warning {
    background: #fd7e14;
}

.timer-bar.danger {
    background: #dc3545;
}

.qz-ques-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    flex-wrap: wrap;
    gap: 10px;
}

.qz-ques-btn {
    background: #0a66c2;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 400;
    width: max-content;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 15px;
}

.qz-ques-btn:hover {
    background: #0858a8;
}

.q-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    display: inline-block;
    margin: 0 3px;
}

.q-dot.answered {
    background: #198754;
}

.q-dot.current {
    background: #0d6efd;
    border: 2px solid #000;
}

#overall-timer {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}

@media (max-width: 1320px) {
    .qz-ques-cend {
        max-width: 100%;
        padding: 2rem 0;
    }

    .qz-ques-g {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .qz-ques-g {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .qz-cheg-mid-left {
        max-width: 100%;
        margin: 2rem auto;
    }

    .qz-cheg-m-cons h1 {
        font-size: 28px;
    }

    .qz-ques-cend-ins {
        padding: 40px 20px;
    }

    .timer-bar-wrapper {
        width: 130px;
    }

    .option-card .option-text {
        align-items: self-start;
    }

}

/* Quiz-questions */



/* ..... */
/* .qz-ques-su-cons-ins {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 5rem 0;
}

.qz-ques-su-cons-ins svg {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    transform: scale(1.05);
}

.qz-ques-su-cons-ins svg {
    animation: svgZoom 1.6s ease forwards;
    transform-origin: center;
}

@keyframes svgZoom {

    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    60% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.qz-ques-su-cons-ins h1 {
    font-size: 43px;
    font-weight: 700;
    padding: 2rem 0 0.5rem;
}


.qz-ques-su-cons-ins p {
    font-weight: 400;
    line-height: 18px;
    color: #747474;
}

.qz-ques-su-cons-ins a {
    background: #0a66c2;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
    margin-top: 1rem;
}

.qz-ques-su-cons-ins a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: 0.6s;
}

.qz-ques-su-cons-ins a:hover::before {
    left: 100%;
}

.qz-ques-su-cons-ins a:hover {
    background: #0858a8;
}


@media (max-width:767px) {
    .qz-ques-su-cons-ins h1 {
        font-size: 32px;
    }

    .qz-cheg-m-cons h1 {
        font-size: 28px;
    }
}

@media (max-width:480px) {
    .qz-ques-su-cons-ins h1 {
        font-size: 32px;
    }

    .qz-ques-su-cons-ins h1 br,
    .qz-ques-su-cons-ins p br {
        display: none;
    }
}

@media (max-width:360px) {
    .qz-ques-su-cons-ins h1 {
        font-size: 28px;
    }

    .qz-ques-su-cons-ins h1 br,
    .qz-ques-su-cons-ins p br {
        display: none;
    }

    .qz-cheg-m-cons h1 {
        font-size: 22px;
    }

} */

/* ........ */

/* Topic & Themes Section - s*/
.qz-thm-sec {
    padding: 3rem 0;
}

.qz-thm-ques-co {
    padding: 4rem 0;
}

.qz-thm-ques-co h1 {
    font-size: 25px;
    font-weight: 700;
    color: #212529;
}

.qz-thm-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 30px 0;
    padding: 2rem;
    background: linear-gradient(181deg, #f4f9ff 20%, #fff 100%);
    border-radius: 20px;
    row-gap: 30px;
}

.qz-thm-card {
    grid-column: span 3;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.qz-thm-card::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 87px;
    background: #e0eeff8f;
    right: 0;
    top: 27%;
}

.qz-thm-card:nth-child(4)::after,
.qz-thm-card:nth-child(7)::after {
    display: none;
}

.qz-thm-card-ins {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #212529;
}

.qz-thm-card-ins svg {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    opacity: 0.6;
}

.qz-thm-large {
    grid-column: span 4;
}


.qz-thm-imp {
    background: linear-gradient(315deg, #050911 27%, #081a2f 100%);
    padding: 0 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}

.qz-thm-imp-ins h1 {
    font-size: 25px;
    font-weight: 700;
    color: #212529;
    padding-bottom: 1.5rem;
}

.qz-thm-imp-ins ul {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qz-thm-imp-ins ul li {
    position: relative;
    padding-left: 2rem;
}

.qz-thm-imps h1,
.qz-thm-imps ul li {
    color: #fff;
}

.qz-thm-imp-ins ul li::before {
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #929ca4;
}

.qz-thm-imp svg {
    width: 350px;
    height: 350px;
    flex-shrink: 0;
}

.qz-co-mg {
    width: 55px;
    height: 55px;
    background: #dfeeff;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
}

.qz-co-mg svg {
    width: 38px;
    height: 38px;
    fill: #0a66c2;
    flex-shrink: 0;
}

@media(max-width:991px) {

    .qz-thm-card {
        grid-column: span 6;
    }

    .qz-thm-large {
        grid-column: span 6;
    }

    .qz-thm-imp {
        padding: 3rem 2rem 2rem;
    }

    .qz-thm-card::after {
        display: none;
    }

    .qz-thm-imp-ins ul {
        max-width: 100%;
    }

}

@media(max-width:767px) {
    .qz-thm-imp {
        flex-wrap: wrap;
        padding: 3rem 2rem 0;
        justify-content: center;
    }

}

@media(max-width:450px) {
    .qz-thm-card-ins span br {
        display: none;
    }

    .qz-thm-grid {
        row-gap: 4px;
        grid-template-columns: 1fr;
        padding: 2rem 0;
    }
}

/* Topic & Themes Section - e */


/* Common-space */
.qz-tpd-spc {
    padding: 3rem 0 1rem;
}


/* Rules & Terms of Participation - s*/
.qz-rul-sec {
    padding: 2rem 0 4rem;
}

.qz-rul-tm h1,
.qz-rul-g h1,
.qz-rul-fmt h1 {
    font-size: 25px;
    font-weight: 700;
    color: #212529;
    padding-bottom: 1.5rem;
}

.qz-rul-tm ul {
    list-style: disc;
    padding-left: 2rem;
    max-width: 90%;
}

.qz-rul-tm ul li {
    list-style: disc;
    padding: 0 0 10px;
}


.qz-rul-g ul {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qz-rul-g ul li {
    position: relative;
    padding-left: 2rem;
}


.qz-rul-g ul li::before {
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #929ca4;
}

.qz-rul-ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.qz-rul-wrap {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
}

.qz-rul-box {
    display: flex;
    gap: 15px;
    position: relative;
    border-right: 1px solid #131e30;
}

.qz-rul-box:last-child {
    border: none;
}

.qz-rul-content {
    width: 100%;
}

.qz-rul-content h3 {
    font-size: 20px;
    color: #779ac8;
    font-weight: 700;
    margin-bottom: 10px;
}


.qz-rul-ins ul {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qz-rul-ins ul li {
    position: relative;
    padding-left: 2rem;

}

.qz-rul-ins ul li::before {
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #929ca4;
}

.qz-rul-fmt {
    padding: 4rem 3rem 4rem 5rem;
    background: linear-gradient(315deg, #050911 27%, #081a2f 100%);
    border-radius: 20px;
}

.qz-rul-wn .qz-rul-wn-lt {
    padding: 1rem 0;
    max-width: 90%;
}


.qz-rul-fmt .qz-rul-wn .qz-rul-wn-lt li {
    color: #dedede;
    padding: 0;
    align-items: start;
}

.qz-rul-fmt .qz-rul-wn .qz-rul-wn-lt li b {
    color: #fff;
}

.qz-rul-fmt .qz-rul-wn .qz-rul-wn-lt li svg {
    fill: #6a8096;
}

.qz-rul-fmt img {
    width: 450px;
    height: 450px;
}

.qz-rul-wn .qz-rul-wn-lt {
    padding: 1rem 0;
}

.qz-rul-wn .qz-rul-wn-lt li {
    display: flex;
    align-items: start;
    gap: 10px;
}

.qz-rul-wn .qz-rul-wn-lt li svg {
    width: 20px;
    height: 20px;
    fill: #c6c2c2;
    flex-shrink: 0;
}

.qz-rul-wn .qz-rul-wn-lt li::before {
    display: none;
}

.qz-rul-pr img {
    width: 300px;
    height: 300px;
}

.qz-rul-pr {
    background: linear-gradient(315deg, #050911 27%, #081a2f);
    padding: 3rem 5rem;
    border-radius: 20px;
}

.qz-rul-pr h1 {
    color: #fff;
}

.qz-rul-pr ul li {
    color: #e3e3e3;
}

.qz-rul-pr .qz-rul-wn-lt li svg {
    fill: #aacdf0;
}

.qz-rul-pr .qz-rules-g {
    align-items: center;
}

@media (max-width:998px) {
    .qz-cheg-main {
        padding: 4rem 0;
    }

    .qz-rul-box {
        border-bottom: 1px solid #131e30;
        border-right: none;
    }

    .qz-rul-g ul,
    .qz-rul-wn .qz-rul-wn-lt,
    .qz-rul-tm ul {
        max-width: 100%;
    }

    .qz-chl-m {
        padding-bottom: 2rem;
    }

    .qz-rul-fmt {
        padding: 3rem 1rem;
    }
}

@media (min-width:768px) and (max-width:998px) {

    .qz-rules-g,
    .qz-rul-wrap {
        grid-template-columns: 1fr;
    }

    .qz-rul-g ul {
        max-width: 100%;
    }

    .qz-rul-content {
        padding: 0 1rem
    }


}

@media (max-width:767px) {
    .qz-tpd-spc {
        padding: 1rem 0;
    }

    .qz-rul-content {
        padding: 0 1rem
    }

    .qz-rules-g,
    .qz-rul-wrap {
        grid-template-columns: 1fr;
    }

    .qz-rul-tm h1,
    .qz-rul-g h1,
    .qz-rul-fmt h1,
    .qz-thm-ques-co h1 {
        font-size: 23px;
    }

    .qz-rul-wrap {
        padding: 0;
    }

    .qz-rul-fmt img {
        width: auto;
        height: auto;
    }

    .qz-thm-card::after {
        display: none;
    }

    .qz-rul-content h3 {
        font-size: 18px;
    }

    .qz-rul-ins ul li,
    .qz-rul-wn .qz-rul-wn-lt li {
        padding-left: 0.5rem;
    }
}

/* Rules & Terms of Participation - e*/