<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.exam-section {
    background-color: #EAF4F0;
    padding: 30px;
    border-radius: 10px;
}

.exam-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: #4C84F4;
}

.exam-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
}

.exam-button {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}

.button-group {
    display: flex;
    gap: 10px;
    padding: 10px;
    white-space: nowrap;
}

.exam-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    background-color: #F6FCF8;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #3C4852;
}

.exam-btn.active {
    background-color: #5AC391;
    color: #FFFFFF;
}

.scroll-arrow {
    position: sticky;
    background-color: #5AC391;
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: block;
}

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.scroll-right.fixed {
    display: block;
}

.exam-button::-webkit-scrollbar {
    display: none;
}

.year-button {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}

.year-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    background-color: #ECF3FF;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #3C4852;
}

.year-btn.active {
    background-color: #4C84F4;
    color: #FFFFFF;
}

.year-button .scroll-arrow {
    position: sticky;
    background-color: #4C84F4;
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: block;
}

.year-button::-webkit-scrollbar {
    display: none;
}

.detail .title{
    font-size: 36px;
    line-height: 24px;
    text-align: center;
    color: #3C4852;
    margin-top: 25px;
}

.detail .title span{
    color: #4C84F4;
}

.exam-image{
    margin-top: 50px;
    text-align: center;
}

.exam-image img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.exam-stay .stay-button{
    display: flex;
    gap: 15px;
}

.exam-stay .stay-button .btn{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #4C84F4;
    padding: 10px 20px;
    border: 1px solid #4C84F4;
    border-radius: 50px;
    margin-top: 10px;
    width: 100%;
}

.exam-stay .stay-button .btn.active{
    background: #4C84F4;
    color: #fff;
}

.steps {
    background-color: #ECF3FF;
    padding: 30px;
    border-radius: 10px;
}

.steps h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #3C4852;
}

.steps h3 span{
    color: #4C84F4;
}

.exam-crack {
    background-color: #ECF3FF;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

.exam-crack .headline {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #3C4852;
    text-align: center;
}

.exam-crack .headlin span {
    color: #4C84F4;
}

.exam-crack .subheading2{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #3C4852;
}

.exam-crack .subheading2 span{
    color: #4C84F4;
}

.topics h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #3C4852;
}

.topics h2 span{
    color: #4C84F4;
}

.topics h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #4C84F4;
}

.topics p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 10px;
}

.schedule-box {
    background-color: #ECF3FF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.schedule-box h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3C4852;
}

.schedule-box h2 span{
    color: #4C84F4;
}

.schedule-box .table-responsive{
    display: flex;
    justify-content: center;
}

.schedule-box .schedule-table {
    width: 600px;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.schedule-box .schedule-table thead th {
    background-color: #4C84F4;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid #4C84F4;
}

.schedule-box table tbody tr{
    border-bottom: 1px solid #D5E5FF;
}

.schedule-box table tbody tr:last-child{
    border-bottom: 1px solid #99CBFF;
}

.schedule-box .schedule-table tbody td {
    padding: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    border: 1px solid #99CBFF;
    background: #fff;
}

.schedule-box .schedule-table tbody .total td{
    font-weight: 600;
}

.schedule-box .schedule-table tbody td:first-child {
    background-color: #F1F4F9;
    color: #4C84F4;
    font-weight: 600;
    border: 1px solid #99CBFF;
}

.schedule-box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3C4852;
    margin-bottom: 0;
}

.video{
    height: 300px;
    display: flex;
    justify-content: center;
}

.video-container {
    max-width: 640px;
    aspect-ratio: 16 / 9;
    background-color: #333;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.play-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container button {
    width: 50px;
    height: 50px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navigating h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #3C4852;
    text-align: center;
}

.navigating h2 span{
    color: #4C84F4;
}

.navigating p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 10px;
}

/* Form */

.form-container {
    background-color: #F4F8FF;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #C9C9C980;
}

.form-container h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #32393F;
}

.form-container h4 i{
    color: #9D9D9D;
    cursor: pointer;
}

.form-group{
    margin-bottom: 15px;
}

.form-group label{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #4C5258;
}

.form-check .form-check-label{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    color: #7C7C7C;
}

.form-group .form-control{
    background: #fff;
    border: 1px solid #C9C9C980;
    border-radius: 10px;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    box-shadow: none !important;
    border-color: none;
}

.submit-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 20px;
    color: #fff;
    background-color: #0C83FF;
    border: none;
    border-radius: 20px;
    float: right;
}

/* Thank You */

.thank-you {
    background: radial-gradient(50% 50% at 50% 50%, #E7F3FF 0%, #F4F8FF 100%);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.thank-you .back-btn i {
    font-size: 24px;
    color: #9D9D9D;
    cursor: pointer;
}

.thank-you .heading p {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 29px;
    text-align: center;
    margin-top: 20px;
}

.thank-you .heading h1 {
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    line-height: 39px;
    color: #4C84F4;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.thank-you .sub-text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    color: #3E4852;
    margin-bottom: 40px;
}

.thank-you .link-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 60px;
}

.thank-you .link-box{
    width: 350px;
    text-align: center;
}

.thank-you .link-box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #3C4852;
    text-align: center;
}

.thank-you .link-box a {
    display: block;
    margin: 20px 0;
    color: #0C82FE;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    border: 1px dotted #ADBCDB;
    padding: 10px;
    border-radius: 12px;
}

.thank-you .link-box button {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 3px 30px;
    color: #fff;
    border: none;
    border-radius: 20px;
}

.thank-you .join-btn {
    background-color: #5AC391;
}

.thank-you .copy-btn {
    background-color: #0C82FE;
}

@media (max-width: 768px) {

    .video{
        height: 150px;
    }

    .scroll-arrow {
        display: block;
    }

    .button-group-container {
        padding-right: 40px;
    }

    .detail .title{
        font-size: 24px;
    }

    .steps h3{
        font-size: 20px;
        line-height: 32px;
    }

    .exam-crack .headline{
        font-size: 22px;
    }

    .exam-crack .subheading2{
        font-size: 20px;
    }

    .exam-crack .subheading3{
        font-size: 25px;
    }

    .topics h2 {
        font-size: 18px;
        line-height: 35px;
    }

    .topics .topic{
        display: block;
    }

    .topics .topic h5 {
        font-size: 16px;
    }

    .topics .topic p {
        font-size: 13px;
    }

    .schedule-box h2 {
        font-size: 20px;
    }

    .schedule-box .schedule-table thead th {
        font-size: 14px;
        padding: 10px;
    }

    .schedule-box .schedule-table tbody td {
        font-size: 14px;
        padding: 10px;
    }

    .schedule-box {
        padding: 15px;
    }

    /* thank you */

    .thank-you .link-section{
        display: block;
    }

    .thank-you .link-box{
        width: auto;
    }
}
</pre></body></html>