.z-index-top {
    z-index: 9999 !important;
}
/*css banner test*/
.sec-banner-test{
        padding-top: 0px!important;
    margin-top: -30px;
}
.banner-test-ielts .container{
    padding-bottom: 0px;
}
.banner-test{
    background: linear-gradient(
        to right,
        #F1EAF5 0%,
        #F1EAF5 40%,
        #faf7fd 55%,
        #ffffff 70%,
        #ffffff 100%
    );
}
.img-banner-test img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}
.banner-test .col-inner{
    background: transparent!important;
}
.left-banner-test{
    padding-left: 10%!important;
    align-items: center!important;
    justify-content: center!important;
    margin: auto!important;
}
.text-banner-test-ielts h2{
    font-size: 60px !important;
    line-height: 86px !important;
    color: #000;
        margin-bottom: 20px;
}
.text-banner-test-ielts div{
        font-size: 18px;
    line-height: 50px;
    color: #626262;
}
.btn-banner-test-ielts{
        margin-top: 32px!important;
    font-size: 18px;
    min-width: 230px!important;
}
.banner-test-1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-test-1 .btn-banner-test{
    margin-top: 24px;
}
.banner-test.banner-test-2{
    display: none;
}
.text-banner-test h2{
    color: #000;
    font-weight: 800 !important;
    font-size: 48px !important;
}
.text-banner-test div{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #626262;
}
.action-chose-test{
    max-height: 50px;
}
.btn-banner-test-redirect{
    margin-left: 8px;

}
#test_type{
        border-radius: 100px;
    border-color: #171A14;
    color: #171A14;
}
@media screen and (min-width:1360px) {
    .btn-banner-test-redirect{
        min-width: 220px;
    }
}
@media screen and (min-width:1920px) {
    .banner-test-1 .btn-banner-test{
        margin-top: 24px;
    }
    .text-banner-test h2{
        font-weight: 800 !important;
        font-size: 60px !important;
    }
    
}

/*end css banner test*/
.row.row-main{
    max-width: 100%;
}
.row.row-main .col{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
/* Exam styles placeholder */
.eep-answers-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.eep-answer-image {
    text-align: center;
    cursor: pointer;
    position: relative;
    display: grid;
    margin: auto;
}

.eep-answer-image input {
    display: none!important;
}

.eep-answer-image img {
    width: 100%;
    /* max-width: 160px; */
    max-width: 316px;
    border-radius: 12px;
    border: 3px solid transparent;
    transition: 0.2s;
}

.eep-answer-image input:checked + img {
    border-color: #8a2be2;
}

.eep-answer-key {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 50%;
    border: 2px solid #8a2be2;
    color: #8a2be2;
    font-weight: bold;
    transition: all 0.2s ease;
    background: #fff;
    line-height: 36px;
    
}

.eep-answer-image input:checked ~ .eep-answer-key {
    background: #8a2be2;
    border-color: #8a2be2;
    color: #fff;
}
.eep-answers-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.eep-answer-text {
    cursor: pointer;
     display: flex;
    align-items: center;
    /* height: 100%; */
    /* padding: 12px; */
    padding: 0px 12px;
    box-sizing: border-box;
}

.eep-answer-text input {
    display: none!important;
}

.eep-answer-label {
    display: block;
    padding: 14px 20px;
    border-radius: 999px;
    border: 2px solid #8a2be2;
    color: #8a2be2;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    font-size: 1.2em;
    width: 100%;
}

.eep-answer-text input:checked + .eep-answer-label {
     background: #8a2be2;
    border-color: #8a2be2;
    color: #fff;
}
.eep-exam-entry.container{
    max-width: 1080px!important;
}
.eep-exam-entry .eep-question-content{
        max-width: 613px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}
.eep-exam-entry .eep-question-content p{
        font-size: 36px;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #000;
    font-weight: 800;
}
.eep-next-question, .eep-submit-exam{
    background: #57038c;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-radius: 50px;
    text-align: center;
    display: block;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    /* margin-top: 25px; */
    min-width: 175px;
}
#eep-result-form-entry,.eep-result-form.container{
    max-width: 1024px;
    margin: auto;
    width: 100%;
    background: #7E05CB;
    padding: 70px 64px!important;
    border-radius: 16px;
}
.eep-result-form .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
}
.eep-result-form input{
    border-radius: 100px!important;
}
.eep-result-form label{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-left: 40px;
    position: relative;
}
.eep-result-form label input{
    position: absolute;
    left: -40px;
    width: 24px;
    height: 24px;
}
.eep-result-form button[type=submit]{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    background: yellow;
    color: #7E05CB;
    width: 300px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.eep-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.eep-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.eep-modal-content {
    position: relative;
    max-width: 420px;
    margin: 10vh auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    z-index: 2;
}

.eep-modal-content h3 {
    margin-bottom: 10px;
}

.eep-result-exam-type {
    font-weight: 600;
    margin-bottom: 12px;
}

.eep-result-score {
    font-size: 42px;
    font-weight: 800;
    color: #FF3B76;
    margin: 16px 0;
}

.eep-modal-ok {
        margin-top: 20px;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 18px;
    border: none;
    background: #7E05CB;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    line-height: 24px;
    min-width: 140px;
}

.eep-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    line-height: 32px;
    padding: 0px;
    margin-right: 0px;
    min-height: auto;
}
/* ================= PROGRESS HEADER ================= */

.eep-progress-wrap {
    width: 100%;
    max-width: 420px;
}

.eep-progress-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.eep-progress-bar {
        width: 100%;
    height: 16px;
    background: #F1EAF5;
    border-radius: 100px;
    overflow: hidden;
}

.eep-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #7c3aed, #9f67ff);
    border-radius: 999px;
    transition: width .3s ease;
}

@media screen and(min-width:1920px) {
    .eep-answers-image {
        gap: 32px;
    }
    .eep-exam-entry .eep-question-content p{
        font-size: 48px;
        line-height: 60px;
    }
    .eep-next-question{
        margin-top: 64px;
    }
    .eep-exam-entry .eep-question-content{
        margin-bottom: 40px;
    }
    .eep-exam-entry.container{
        max-width: 1360px!important;
    }
    #eep-result-form-entry,.eep-result-form{
        max-width: 1360px;
    }
    .eep-result-form .title{
        font-size: 48px;
        line-height: 60px;
    }
}

/* =====================================================
   IELTS EXAM – CSS FINAL (MATCH HTML)
   ===================================================== */

/* ===== WRAPPER ===== */

.eep-ielts-exam {
    max-width: 1360px;
    margin: 30px auto;
}

/* ===== HEADER ===== */

.eep-ielts-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.eep-progress {
    font-weight: 600;
    font-size: 14px;
}

.eep-timer {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ef4444;
    font-weight: 700;
}

/* ===== QUESTION CONTAINER ===== */

.eep-ielts-question {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

/* ===== BODY LAYOUT ===== */

.eep-ielts-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ===== LEFT SIDE ===== */

.eep-ielts-left {
     min-width: 0;
    background: #f9fafb;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
    border-radius: 16px;
    background: #f4f4f4;

}

.eep-ielts-left audio {
    width: 100%;
    margin-bottom: 16px;
}

/* ===== RIGHT SIDE ===== */
.eep-ielts-right{
        padding: 16px;
    border-radius: 16px;
    background: #F4F4F4;
     min-width: 0;
     /* gap: 8px; */
    /* display: grid; */
}
.eep-ielts-right h3 {
        
    background: #7c3aed;
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 100px;
}

/* ===== ANSWERS ===== */

.eep-answer {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.eep-answer input {
    display: none;
}

.eep-answer span,
.eep-answer {
    display: block;
    padding: 12px 16px;
    border-radius: 100px;
    border: 2px solid #e5e7eb;
    font-weight: 600;
    transition: all .2s ease;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

/* Checked state */
.eep-answer input:checked + span,
.eep-answer input:checked + * {
    background: #7c3aed;
    color: #fff;
    border-color: #7c3aed;
}

/* ===== NAV BUTTONS ===== */

.eep-ielts-nav {
    margin-top: 20px;
    text-align: right;
}

.eep-next,
.eep-submit {
    background: #57038c;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-radius: 50px;
    min-width: 175px;
        border: none;
    padding: 12px 22px;
        font-weight: 700;
    cursor: pointer;
}

/* ===== RESULT FORM ===== */

#eep-result-form-ielts {
    /* max-width: 600px; */
    /* margin: 30px auto 0;
    background: #7c3aed; */
    color: #fff;
    /* padding: 28px;
    border-radius: 16px; */
}

#eep-result-form-ielts p {
    /* margin-bottom: 16px; */
    font-weight: 600;
}

#eep-result-form-ielts input[type="text"],
#eep-result-form-ielts input[type="tel"],
#eep-result-form-ielts input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 999px;
    border: none;
    margin-bottom: 12px;
}

#eep-result-form-ielts label {
    /* font-size: 13px;
    line-height: 1.5; */
}

#eep-result-form-ielts button {
    margin-top: 16px;
    background: #ffdd00;
    color: #000;
    border: none;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}
.eep-answer{
    border: none;
}
.eep-answer input{
    background-color: #fff!important;
    border-color:none!important;
    margin-bottom: 0px!important;
}
.eep-answer:has(input:checked) {
    background: #F1EAF5!important;
    color: #7c3aed;
    border-color: #7c3aed!important;
}
/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

    .eep-ielts-body {
        grid-template-columns: 1fr;
    }

    .eep-ielts-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .eep-ielts-left, .eep-ielts-right {
        padding: 24px;
    }
}
/* =====================================================
   IELTS HEADER – FINAL STYLE (MATCH DESIGN)
   ===================================================== */

.eep-ielts-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* ===== LEFT: QUESTION + PROGRESS ===== */

.eep-progress-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

/* Question text */
.eep-progress-text {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

/* Progress bar container */
.eep-progress-bar {
    flex: 1;
    height: 10px;
    background: #f1edf8;
    border-radius: 100px;
    overflow: hidden;
    width: 980px;
    max-width: 80vw !important;
    min-width: 980px;

}

/* Progress fill */
.eep-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
    border-radius: 999px;
    transition: width .3s ease;
}

/* ===== RIGHT: TIMER ===== */

.eep-timer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fde2e2;
    color: #ef4444;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.img-left-form-result-exem{
        position: absolute;
    left: -16px;
    bottom: -180px;
}
.img-right-1-form-result-exem{
           position: absolute;
    right: 15px;
    top: 10px;
    width: 60px;
}
.img-right-2-form-result-exem{
    position: absolute;
    right: 40px;
    top: -50px;
    width: 105px;
}
/* ================= QUESTION TITLE ================= */

.eep-ielts-question-title {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #7c3aed;
    color: #fff;
    padding: 12px 16px;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

/* Question badge "?" */
.eep-question-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #7c3aed;
    font-size: 16px;
    font-weight: 900;
    flex-shrink: 0;
    margin-right: 8px;
}
@media screen and (max-width:767px) {
    .eep-result-form.container {
        padding: 30px!important;
    }
    .left-banner-test{
            padding-left: 16px !important;
    padding-right: 16px !important;
    }
    .action-chose-test{
        margin: auto;
    display: initial!important;
    }
    .btn-banner-test-redirect{
            width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: auto;
    margin-bottom: 16px;
    }
}