


.test-seires-exam-board .good-luck-section-wrapper.content {
    width: 100%;
}

.custom-section-result .good-luck-section-wrapper p {
    font-size: 18px;
}


.popular-test-series-wrapper .test-card {
    background: linear-gradient(45deg, #ffffff, #dddddd);
    border: 1px solid white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}
.mega-menu li.nav-item {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
}
.menu-btn-sign-in a {
    color: black;
    text-decoration: none;
}
.menu-btn-sign-in a:hover {
    color: #F16422;
}
.menu-login-wrapper {
    display: flex;
    flex-direction: row;
    gap: 4px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}
.menu-btn-sign-in  li.nav-item:not(:last-child) {
    border: unset;
}
.custom-card-wrapper {
    padding: 25px 10px;
}
.latest-thumbnail-image-update img {
    overflow: hidden;
    border-radius: 10px;
    min-height: 170px;
}
.popular-test-series-wrapper .test-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.popular-test-series-wrapper .test-title {
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
    min-height: 43px;
}
.linked-text-section .nav .nav-item .nav-link {
    border-radius: unset;
    border: unset;
    background: unset;
    max-width: 270px;
    font-size: 18px;
    font-style: normal;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
}

.linked-text-section .nav .nav-item .nav-link.active {
    border-color: unset;
    border-bottom: 2px solid #F16422;
    color: #F16422;
}
.linked-text-section .nav .nav-item .nav-link {
    color: black;
}

.popular-test-series-wrapper .test-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.popular-test-series-wrapper .free-tests {
    color: #000;
    font-weight: bold;
}

.popular-test-series-wrapper .linked-tests-preview ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #333;
}

.popular-test-series-wrapper .linked-tests-preview li {
    margin-bottom: 4px;
}

.popular-test-series-wrapper .view-series-btn {
    display: inline-block;
    background: #F16422;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background .2s ease;
}

.cstm-test-series-text-wrapper {
    right: 40px;
}


.included-tests-container  .series-header {
    text-align: center;
    margin-bottom: 30px;
}

.included-tests-container  .series-header h1 {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
}

.included-tests-container  .series-header p {
    color: #555;
    margin: 4px 0;
}

.share-img img {
    cursor: pointer;
}

body .linked-series-wrapper-container .included-tests-container  .otp-box input {
    width: 100%;
    min-height: 45px;
    padding: 0 20px ;
    border-color: #f4f4f4;
    border-radius: 5px;
}
body .linked-series-wrapper-container .included-tests-container button {
    padding: 10px 20px;
    background: #F16422;
    border-color: #F16422;
    color: white;
    width: 150px;
    border-radius: 4px;
    margin-top: 20px;
}

body .linked-series-wrapper-container .included-tests-container button:hover {
    background: #033536;
    border-color: #033536;
}

.test-series-included-wrapper .free-test {
    border-radius: 2px;
}
.test-series-included-wrapper p:not(:last-child) {
    border-right: 1px solid white;
    padding-right: 20px;
}
body .series-header-wrapper .add-to-test.w-full {
    width: 100% !important;
    max-width: 270px;
}

.linked-text-section .tests-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.linked-text-section .test-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.linked-text-section .test-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
span.free-label,
.paid-label {
    padding: 6px 20px;
    color: white;
    border-radius: 6px;
}

span.free-label {
    background: green;
}
.paid-label {
    background: #f64e4e;
}

span.end-time {
    font-weight: bold;
    color: #dc3545;
}

span.srtng {
    font-weight: bold;
    color: #198754;
}

.linked-text-section .test-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.test-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.linked-text-section .start-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #F16422;
    color: #fff ;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
    max-width: 155px;
    width: 100%;
    height: fit-content;
}
span.live-badge-top {
    padding: 6px 20px;
    color: white;
    border-radius: 6px;
    background: black;
}

.included-tests-container .otp-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}
.pp-form-wrapper.ppress-default-profile {
    margin:auto;
    padding-top: 40px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover {
    color: #f16422;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a {
    color: black;
}

.included-tests-container .otp-box h3 {
    font-size: 22px;
    font-weight: bold;
    max-width: 350px;
    margin: auto;
}

.included-tests-container,
.linked-text-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
body div#pp-user-profile-1.ppress-default-profile .ppress-dpf-profile-nav {
    background-color: #f16422;
}
body div#pp-user-profile-1.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
    background: white;
    color: black;
    display: flex;
    align-items: center;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
    height: 26px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
    background: black;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
    max-width: 100% !important;
}

.ppressmd-member-directory-search-line{
    display: none !important;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
    background-color: #f16422;
    border-color: #f16422;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
    color: #f16422;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-nav-posts span.ppress-material-icons {
    border: solid;
    display: none;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-nav-posts span.ppress-dpf-nav-title {
    border: solid;
    display: none;
}
.ppress-dpf-profile-nav-item.ppress-dpf-nav-comments {
    display: none;
}
.test-series-login-popup-overlay .login-popup .popup-login-form button {
    background: #ff5722;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}
.test-series-login-popup-overlay a.menu-login {
    color: #ff5722;
}
.purchased-label {
    background: #28a745;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 4px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
    background-color: #f16422;
    border-color: #f16422;
}


.user-box {
    position: relative;
}

.display_username_hover {
    position: absolute;
    top: 33px;
    left: 0;
    background: rgba(0,0,0,0.9);
    padding: 15px;
    width: 180px;
    border-radius: 0px 0px 5px 5px;
    display: none; /* IMPORTANT */
    z-index: 9999;
}
.top-notification-bar .user-box span {
    color: white !important;
    font-size: 15px;
    padding-left: 0;
}
.display_username_hover ul {
    margin: 0;
    padding: 0;
}

.display_username_hover ul li:not(:last-child) {
    list-style: none;
    margin-bottom: 13px;
}
.display_username_hover ul li a {
    font-size: 16px;
}
.display_name:hover + .display_username_hover,
.user-box:hover .display_username_hover {
    display: block;
}
.logged-in form#gxp-otp-register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.wp-block-column.custom-section-boxes {
    width: 100%;
    margin: auto;
    border: 1px solid #d3d3d3;
    padding: 30px;
    border-radius: 7px;
    max-width: 750px;
}
.wp-block-column.custom-section-boxes  h2 {
    font-size: 36px;
    margin-bottom: 32px;
    font-weight: 700;
}
form#gxp-otp-register-form  p {
    width: 100%;
    display: flex;
    justify-content: center;
}
form#gxp-otp-register-form  p input {
    width: 100%;
    padding: 9px !important;
}
form#gxp-otp-register-form  button {
    background: #F16422;
    padding: 13px;
    max-width: 180px;
    width: 100%;
    border-radius: 4px;
    border: unset;
    color: white;
    margin: 10px 0;
}
form#gxp-otp-register-form  button:hover {
    background: #033536;
}
form#gxp-otp-register-form  p:last-child {
    margin-bottom: 0;
}
.test-seires-exam-board  .modal-content {
    background-color: #ededed;
    border: 1px solid #cecece;
    padding: calc(20px + 20 * ((100vw - 360px) / (1920 - 360)));
}
.test-seires-exam-board p {
    font-size: calc(20px + 20 * ((100vw - 360px) / (1920 - 360)));
}
.test-seires-exam-board p:first-child {
    margin-bottom: calc(20px + 10 * ((100vw - 360px) / (1920 - 360)));
}

.good-luck-section:not(:first-child) {
    margin-top: calc(20px + 20 * ((100vw - 360px) / (1920 - 360)));
}

.good-luck-section {
    color:  #F16422;
}
.image-section-wrapper .content {
    height: auto;
    overflow-y: unset;
}
.image-wrapper-cstm-new {
    width: 50%;
}
.test-seires-exam-board button#start-exam {
    background: #f16422;
    border-radius: 4px;
    width: 100%;
    max-width: 160px;
}
.test-seires-exam-board {
    background-color: #000000e6;
}
.test-seires-exam-board .start-finish-button {
    margin-bottom: 20px;
}
.good-luck-section-last :before,
.good-luck-section-last :after {
    content: "--------------";
    position: relative;
    top: 0;
    color:  #F16422;
}
.good-luck-section-last :before {
    margin-right: 10px;
}
.good-luck-section-last :after {
    margin-left: 10px;
}
.razorpay-container-boxes {
    background: linear-gradient(45deg, #ffffff, #dddddd);
    border-radius: 4px;
    padding: 6%;
}
.choose-payment-method {
    font-size: calc(20px + 20 * ((100vw - 360px) / (1920 - 360)));
    margin-bottom: calc(10px + 4 * ((100vw - 360px) / (1920 - 360)));;
}

.choose-payment-amount-method {
    font-size: calc(18px + 10 * ((100vw - 360px) / (1920 - 360)));
    font-weight: bold;
}
.coupon-box.choose-payment-amount-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    margin-bottom: 24px;
}
.menu-login {
    cursor: pointer;
}
.cstm-access-restrict-box {
    display:none;
    position:fixed;top:0;left:0;right:0;bottom:0;
    background:rgba(0,0,0,0.6);
    align-items:center;justify-content:center;z-index:9999;
}
.cstm-access-restrict-box .access-restrict-box  {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    margin: 0 20px;
}
.cstm-quiz-test-wrapper .main-container .left-container .banner {
    flex-wrap: wrap;
}

.cstm-leaderboard-section .leaderboard-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.cstm-leaderboard-section .leaderboard-rank,
.cstm-leaderboard-section .total-attempt {
    font-size: 22px;
    font-weight: bold;
}
.razorpay-container-boxes button#applyCoupon {
    padding: 10px 30px;
    background: #f16422;
    border: unset;
}
.coupon-box.choose-payment-amount-box input {
    padding: 10px 20px;
    border-radius: 4px;
}
.cstm-leaderboard-section {
    overflow: auto;
}

@media (min-width: 1260px) {
    .popular-test-series-wrapper .test-card {
        flex: 0 0 auto;
        width: 23.4%;
    }
}

@media (max-width: 1260px) {
    .popular-test-series-wrapper .test-card {
        width: 48.2%;
    }
    .test-seires-exam-board .modal-content {
        width: 90%;
    }
}



@media (max-width: 768px) {
    .popular-test-series-wrapper  .test-card {
        width: 100%;
    }
    .included-tests-container .row {
        gap: 30px;
        margin: 0;

    }
    .included-tests-container .row .col {
        flex: 100%;
    }
    .test-series-included-wrapper {
        flex-wrap: wrap;
    }
    .test-series-login-popup-overlay .login-popup {
        padding: 25px 18px;
        max-width: 350px;
    }
    .incuded-test-wrapper-cstm span {
        font-size: 14px;
        white-space: nowrap;
    }
    .live-badge-top-cstm .custom-section span {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 545px) {
    form.otp-vrfy {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 12px 0;
        flex-wrap: wrap;
        gap: 8px;
    }
}

@media (min-width: 1500px) {
    .custom-header-latest .container {
        max-width: 1580px;
        padding: 0 40px;
    }
    .custom-header-latest .container .nav-link {
        white-space: pre;
    }

}

@media (min-width: 547px) {
    form.otp-vrfy {
        display: flex;
        gap: 25px;
        justify-content: center;
        align-items: center;
        margin: 12px 0;
    }
}

.test-series-login-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.test-series-login-popup-overlay .login-popup {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    animation: popupFade 0.3s ease-in-out;
    margin: 0 20px;
}

.test-series-login-popup-overlay  .popup-login-form {
    margin-top: 30px;
}

.test-series-login-popup-overlay  .popup-login-form  .error {
    color: red;
    font-size: 19px;
    text-align: center;
}

.test-series-login-popup-overlay .close-popup {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #666;
}

.test-series-login-popup-overlay .login-popup h3 {
    margin: 0 0 10px;
    color: #222;
}

.test-series-login-popup-overlay .popup-login-form form {
    text-align: left;
    margin-top: 15px;
}

.test-series-login-popup-overlay .popup-login-form label {
    font-weight: 600;
    color: #333;
}
.test-series-login-popup-overlay input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-top: 4px;
}

.test-series-login-popup-overlay .popup-login-form input[type="text"],
.test-series-login-popup-overlay .popup-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.otp-login-form .input-wrap.send-otp-wrap {
    display: flex;
    justify-content: center;
}

form.otp-vrfy p input {
    height: 42px;
}

.test-series-login-popup-overlay .popup-login-form input[type="submit"] {
    background: #ff5722;
    border: none;
    padding: 15px 20px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 45%;
}

@keyframes popupFade {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
