<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::selection {
    background: #0373e2;
    /* Background color for selected text */
    color: #ffffff;
    /* Text color for selected text */
}

/* For Mozilla Firefox */
::-moz-selection {
    background: #087df1;
    /* Background color for selected text */
    color: #ffffff;
    /* Text color for selected text */
}


/* Top Header CSS */

.top-header {
    background-color: #2d81f7;
}

.top-header .help-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end
}

@media (max-width:767px) {
    .top-header .help-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.top-header .help-wrapper .divider {
    border-left: 2px solid #eaeaec;
    height: 25px;
    margin-left: 20px;
    width: 1px;
    z-index: 1
}

.top-header .help-wrapper .contact-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 2rem
}

.top-header .help-wrapper .contact-info .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

.top-header .help-wrapper .contact-info .info .name {
    color: #fff;
    font-family: Nunito, arial;
    font-weight: 700
}

.top-header .help-wrapper .contact-info .info .email,
.top-header .help-wrapper .contact-info .info .phone {
    color: #fff;
    font-family: Nunito, arial;
    margin-left: 5px
}

.top-header .help-wrapper .contact-info .info.sales-info {
    margin-left: 15px
}

.top-header .help-wrapper .social-media-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .top-header .help-wrapper .social-media-info {
        margin-top: 20px
    }
}

.top-header .help-wrapper .social-media-info a {
    margin-right: 20px
}

.top-header .help-wrapper .social-media-info a .fa-brands {
    color: #fff;
    font-size: 25px
}

.header {
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 10
}

.logo-header {
    width: 150px;
}

.header .header-logo-img {
    width: 150px;
    max-width: 100%;
}

.header .nav-menu-btn {
    margin-left: 65px
}

@media (max-width:992px) {
    .header .login-btn {
        display: none
    }
}

.header .announce-bell {
    padding-left: 1rem
}

.header .announce-bell i {
    color: #3c4852;
    font-size: 20px
}

.header .announce-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.header .announce-dropdown .user-account-dropdown {
    color: #000;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px
}

.header .announce-dropdown img {
    height: 40px;
    margin-right: 10px;
    width: 40px
}

.header .announce-dropdown-wrapper {
    -webkit-animation: rotateMenu .4s ease-in-out forwards;
    animation: rotateMenu .4s ease-in-out forwards;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 70px;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 10000
}

.header .announce-dropdown-wrapper .announce-dropdown-content {
    position: relative
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-arrow {
    background: 0 0;
    display: block;
    height: 22px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 22px;
    z-index: 1
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-arrow .announce-dropdowwn-arrow-content {
    --antd-arrow-background-color: #fff;
    border-radius: 0 0 2px;
    bottom: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .06);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .06);
    content: "";
    display: block;
    height: 11.3137085px;
    left: 0;
    margin: auto;
    pointer-events: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(11px) rotate(-135deg);
    transform: translateY(11px) rotate(-135deg);
    width: 11.3137085px
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-arrow .announce-dropdowwn-arrow-content:before {
    background: var(--antd-arrow-background-color);
    background-position: -10px -10px;
    background-repeat: no-repeat;
    -webkit-clip-path: inset(33% 33%);
    clip-path: inset(33% 33%);
    -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
    clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
    content: "";
    height: 33.9411255px;
    left: -11.3137085px;
    position: absolute;
    top: -11.3137085px;
    width: 33.9411255px
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    padding: 15px;
    position: relative;
    right: -10px;
    top: -25px;
    width: 385px
}

@media (min-width:1024px) and (max-width:1366px) {
    .header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .section-sub-heading {
        font-size: 18px
    }
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    padding-left: 0
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    padding-top: 20px
}

@media (min-width:1024px) and (max-width:1366px) {
    .header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content li {
        font-size: 14px
    }
}

.header .announce-dropdown-wrapper .announce-dropdown-content .announce-dropdown-inner .announce-dropdown-inner-content li:last-child {
    margin-bottom: 0
}

.header .other-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-left: auto;
    position: relative
}

@media (max-width:992px) {
    .header .other-links {
        display: none
    }
}

.header .other-links li {
    margin-right: 20px
}

.header .other-links li a {
    color: #3c4852;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

.header .other-links li a:hover {
    color: #28c590
}


/* Main Page CSS */

body {
    font-style: Inter;
}

.iframe-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.main-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #3E4852;
}

.span-blue {
    color: #4C84F4;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.main-description {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    color: #3C4852;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #c1d3f7;
    /* Change this color to your desired dot color */
}

/* Change the color of the active dot */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #4C84F4;
    /* Change this color to your desired active dot color */
}

.mock-process-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #3E4852;
}

.span-process {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #4C84F4;
}

.bg-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 8px;
    width: 350px;
}

@media (max-width: 768px) {
    .bg-card {
        width: 100%;
    }
}

.announcement-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.tab {
    flex: 1;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.tab.active {
    background-color: #e9ecef;
    font-weight: bold;
    color: #087df1;
}

.tab .badge6 {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px 4px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0px;
    /* Change 'right' to 'left' */
}

.tab .badge4 {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 88%;
    /* Change 'right' to 'left' */
}

.dussehra-real-cat-mock-banner img {
    width: 100%;
    height: 100%;
    /* Adjust this value as needed */
    object-fit: cover;
    /* Ensures the image covers the container without stretching */
}

#announcementsTab {
    color: #3A94FF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
}

.dot-content {
    color: #3A94FF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
}
.dot-content:hover {
    color: #3A94FF;
    font-weight: 600;

}

.content {
    padding: 10px;
}

.tab-content p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 10.94px;
    text-align: left;
    color: #008FFD;
}

#viewAll {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 7.07px;
    text-align: right;
    color: #046BFA;
    text-decoration: underline;
}

.card {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    border: none;
    background-color: #3D3D3D;
}

.mock-process-video-card {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    border: none;
    background-color: #3D3D3D;
}

.toppers-video-card {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    border: none;
}

.card-space {
    margin-top: 20px;
}

/* Change the color of the navigation buttons */
.owl-carousel .carousel .owl-nav button.owl-prev,
.owl-carousel .carousel .owl-nav button.owl-next {

    color: #515152 !important;
    /* Change this to your desired color */

}

/* Optional: Customize the appearance of the navigation buttons */
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
    font-size: 1.5em !important;
    /* Adjust the size if needed */
    color: #515152 !important;
    /* Change the color of the arrow icons */
}


/* Add space above the dots */
.owl-carousel .owl-dots {
    margin-top: 20px;
    /* Adjust the value to give more space */
}

.owl-carousel .owl-nav button.owl-next-custom {
    right: 0;
}

/* Change the appearance of the active dot */
.owl-carousel .carousel .owl-dots .owl-dot.active span {
    background: #4C84F4;
    /* Example: Change the background color of the active dot */
}



.custom-nav .owl-nav button.owl-next {
    right: 25px;
    /* Position the next button correctly */
}

.custom-nav .owl-nav button.owl-prev {
    left: 25px;
    /* Ensure the prev button is also aligned properly */
}

.custom-nav .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 24px;
    /* Adjust this as needed */
    color: #333;
    /* Adjust color as needed */
}

/* Position the Next button on the right */
.custom-nav .owl-nav button.owl-next {
    right: 25px;
    /* Adjust this to keep the button within the container */
}

.custom-nav .owl-nav button.owl-prev {
    left: 0;
    /* Fix the prev button position for this carousel */
}

/* Customize the appearance of the navigation buttons specifically for custom-nav */
.custom-nav .owl-nav button.owl-prev::before,
.custom-nav .owl-nav button.owl-next::before {
    font-size: 0.8em !important;
    /* Decrease the size for custom-nav */
    color: #fbfbfc !important;
    /* Change the color of the arrow icons */
}



@media (min-width: 1024px) {
    .card-space {
        margin-top: 80px;
    }

    .process-img1 {
        margin-top: 23px;
    }
}

.custom-section-bg {
    background-image: url('https://catking.in/storage/media_manager/Mock%20Page/Custom-Section-Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0px 0;
    padding: 30px 0;
}

.custom-section-independence-day-bg {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/Custom_Section_Schedule_Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0px 0;
    padding: 30px 0;
}

.schedule-container {
    background-color: white;
    border-radius: 10px;
}

.schedule-title {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #3E4852;
}

.schedule-title span {
    color: #4C84F4;
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 10px;
}

.schedule-heading {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.3px;
    text-align: center;
}
.timing {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #303030;
}
.colspan-text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.3px;
    text-align: center;
    color: #212529;
}
.faculty-name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #303030;
}
.topic-name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #303030;
}

.imp-links-heading {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #3E4852;
}
.span-imp-links-heading {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #4C84F4;
}

@media (max-width: 768px) {
    .imp-links-table {
        width: 100%;
        /* Ensure it fits the container */
        overflow-x: auto;
        /* Enables horizontal scrolling */
        display: block;
        /* Treat the table as a block element */
        white-space: nowrap;
        /* Prevents wrapping of table cells */
    }

    .imp-links-table table {
        width: 230%;
        /* Set the table width to your desired percentage */
    }
}


.process-guid-img {
    width: 400px;
}

@media (max-width: 768px) {
    .process-guid-img {
        width: 95%;
    }
}

.card .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4C84F4;
    border: none;
    border-radius: 50%;
    width: 40px;
    /* Adjust the width to your desired size */
    height: 40px;
    /* Adjust the height to your desired size */
    padding: 0;
    /* Padding can be set to 0 since the width and height are defined */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card .play-button::before {
    content: '\25BA';
    /* Unicode for play button */
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mock-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4C84F4;
    border: none;
    border-radius: 50%;
    width: 40px;
    /* Adjust the width to your desired size */
    height: 40px;
    /* Adjust the height to your desired size */
    padding: 0;
    /* Padding can be set to 0 since the width and height are defined */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mock-play-button::before {
    content: '\25BA';
    /* Unicode for play button */
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.card .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    background-color: #333;
    margin: auto;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

.close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.preview-image {
    width: 100%;
    height: 220px;
    top: 5086px;
    left: 76px;
    gap: 0px;
    opacity: 0px;
}
/*

@media (min-width: 1024px) {

    
    .preview-image {
        width: 288.39px;
        
    }
}
*/
.text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #ffffff;
}

.dt-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #3E4852;
}

.span-dt {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #4C84F4;
}

.abt-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #3E4852;
}

.span-abt {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #4C84F4;
}

.abt-description {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    text-align: justified;
    color: #7C7C7C;
}

.text-heading {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: justified;
    color: #7C7C7C;
}

.text-description {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: justified;
    color: #7C7C7C;
}

.icon-text {
    display: flex;
    align-items: flex-start;
    /* Align items at the top */
    max-width: 600px;
    /* Adjust as needed */
    margin: 0 auto;
    /* Center the content */
    border-radius: 8px;
}

.icon-text .icon {
    margin-right: 15px;
    /* Space between icon and text */
}

.icon-text .text-content {
    flex: 1;
    /* Allow text content to take up remaining space */
}

.last-head {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: justified;
    color: #7C7C7C;
    text-transform: none;
}
.dream-team-handbook {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: justified;
    color: #757575;
}
.clickable-text-color {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #4C84F4;
}
.clickable-text-color:hover {
    color: #4C84F4;
    font-weight: 600;
}

.mock-analysis-heading {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #3E4852;
}

.span-analysis {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #4C84F4;
}

.analysis-heading {
    font-family: Roboto;
    font-size: 15.88px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

.analysis-heading-text {
    font-family: Roboto;
    font-size: 15.88px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

.mock-analysis-image {
    width: 120%;
}

@media (max-width: 768px) {
    .mock-analysis-image {
        width: 100%;
    }
}

.table-heading {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

.tble-head {
    font-family: Inter;
    background-color: #4C84F4;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    height: 56px;
    width: 744px;
    border-radius: 12px, 12px, 0px, 0px;
}

.extra-row {
    display: none;
}

.login-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0D6EFD;
}

.button-content i {
    margin-top: 15px;
    margin-right: 5px;
    /* Adjust this value to add space between icon and text */
}

.button-green {
    width: 185.24px;
    height: 40px;
    top: 9.4px;
    left: 8.4px;
    padding: 4.6px 16.6px 5.4px 16.8px;
    gap: 0px;
    border-radius: 20px;
    opacity: 0px;
    background-color: #5AC391;
    color: #ffffff !important;
    border: 1px solid #5AC391
}

.button-green {
    width: 185.24px;
    height: 40px;
    padding: 4.6px 16.6px;
    border-radius: 20px;
    background-color: #5AC391;
    color: #ffffff !important;
    border: 1px solid #5AC391;
    opacity: 1;
    /* Set to 1 for visibility */
    display: inline-block;
    /* Ensure it behaves like a button */
    text-align: center;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .button-green {
        width: 100%;
        height: 30px;
        padding: 2px;
        font-size: 11px;
        text-align: center;
    }
}


.predicted-table {
    width: 100%;
    border-collapse: collapse;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .predicted-table {
        width: 100%;
    }
}



.rc-predicted-table1 {
    width: 100%;
    border-collapse: collapse;
}

.rc-predicted-table2 {
    width: 80%;
    border-collapse: collapse;
    margin: 0 auto;
}

.rc-predicted-table3 {
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
}


/* Media query for mobile screens */
@media (max-width: 768px) {
    .rc-predicted-table1 {
        width: 300%;
        overflow-x: auto;
    }
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .rc-predicted-table2 {
        width: 150%;
        overflow-x: auto;
    }
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .rc-predicted-table3 {
        width: 250%;
        overflow-x: auto;
    }
}

.historical-data-heading {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #4C84F4;
}

.span-historical-heading {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #3E4852;
}

.historical-data-mock-heading {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #3E4852;
}

.span-historical-mock-sheading {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #4C84F4;
}

.button-white {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-color: #F6FCF8;
    background-size: 400%;
    color: #0f0f0f;
    border: none;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(77, 76, 76, 0.25);
    border: 1px solid #b8f5d7;
}

.tablinks.active {
    background-color: #5AC391;
    color: #ffffff;
    border: 1px solid #5AC391;
}

.button-active {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-color: #5AC391;
    background-size: 400%;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(77, 76, 76, 0.25);
}

.content-wrapper {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.card-white {
    width: 220px;
    height: 100px;
    gap: 0px;
    border-radius: 1.5rem;
    opacity: 0px;
    background-color: #ffffff;
    margin-left: 10px;
}

.content-image {
    width: 75px;
    height: auto;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.content-text {
    font-size: 15px;
    margin: 0;
    font-family: Inter;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #181818;
}

.span-color-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #0E9869;
}

.table-title {
    color: #FFFFFF;
    background-color: #4C84F4;
    border: 2px solid #4C84F4;
    padding: 20px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}

.header-row {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.3px;
    text-align: left;
}

.outline-border {
    border: 2px solid #4C84F4;
    /* Outline border color */
    color: #4C84F4;
    /* Text color */
}

.table-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #3E4852;
}

.span-table-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #3E4852;
}

.CAT-analysis-heading {
    font-family: Inter;
    font-size: 21px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #4C84F4;
}

.CAT-analysis-text {
    font-family: Roboto;
    font-size: 15.88px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

.graph-section-bg {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/Graph-Section-BG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0px 0;
    padding: 30px 0;
}

.graph-container {
    display: flex;
    justify-content: center;
}

.graph-image {
    max-width: 100%;
    /* Adjust the size as needed */
    height: auto;
    /* Ensures the image scales proportionally */
}

.notes-container {
    border: 2px solid #E8E8E8;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
}

.notes-header {
    margin-bottom: 15px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #4C84F4;
}

.notes-content ol {
    margin-left: 20px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #3E4852;
}

.notes-content ol li {
    margin-bottom: 10px;
}

.notes-content ol li::marker {
    color: #4C84F4;
    /* Color applied only to numbers */
}


.rc-tab {
    background: #F6FCF8;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: center;
    color: #303030;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #E3E3E3
}

/* Active tab styles (when clicked) */
.rc-tab.active {
    background: #5AC391;
    /* Background color on click */
    color: #FFFFFF;
    /* Text color on click */
}

.rc-header-container {
    background: #4C84F4;
    display: flex;                /* Use Flexbox */
    align-items: center;          /* Center vertically */
    height: 56px;                /* Set a height for the header (adjust as needed) */
    border-radius: 6px;
}

.rc-heading {
    margin: 0;                   /* Remove default margins */
    color: #FFFFFF;              /* Change text color to white for contrast (optional) */
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.rc-side-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2B2B2B;
}

.rc-blue-text {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #4C84F4;
}

.rc-subject-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #4C84F4;
}

.rc-subject-description {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2B2B2B;
}


.mentors-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #3E4852;
}

.mentors-img {
    width: 100%;
    height: 100%;
    top: 2986px;
    left: 735px;
    gap: 0px;
    opacity: 0.9px;
}

.mentor-name {
    font-family: Inter;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 14.52px;
    color: #303030;
}

.mentor-text {
    font-family: Inter;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.52px;
    color: #7C7C7C;
}

.dt-process-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #4C84F4;
}

.span-dt-process-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #3E4852;
}

.dt-process-center {
    display: flex;
    justify-content: center;
    /* Align items horizontally at the center */
    margin-top: 20px;
    /* Adjust margin as needed */
}



.dt-process {
    text-align: center;
    /* Align content of col-12 center */
}

.dt-process {
    display: inline-block;
    /* Ensure it respects the width of its content */
}

.process-steps {
    width: 100%;
    /* Ensure the image takes full width of dt-process */
    /* Adjust max-width as needed */
    height: auto;
    /* Maintain aspect ratio */
}

.score-vs-percentile-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #4C84F4;
}

.span-vs {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #3E4852;
}

.score-vs-percentile-img {
    width: 100%;
    height: 100%;
}

.marks-vs-percentile-header {
    background-color: #4C84F4;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    height: 62px;
    border-radius: 20px 20px 0px 0px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #fff;
}

.styled-table {
    border-radius: 20px !important;
}

.score-vs-percentile-table-container {
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    border: 1px solid #bbd0fa;
}

@media (max-width: 767px) {
    .score-vs-percentile-table-container {
        overflow: scroll;
    }
}

.notes {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #303030;
}

.cracking-cat-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #3E4852;
}

.span-cat-percentile {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #4C84F4;
}

.CAT-score-card-img {
    width: 100%;
    border: 1px solid #858282;
    border-radius: 12px;
}

.styled-tbl {
    width: 100%;
    height: 123px;
    top: 5257px;
    left: 84.95px;
    border: 2px solid #99CBFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.styled-header {
    background-color: #4C84F4;
    color: #fff;
    height: 50px;
    text-align: center;
}

.styled-content {
    background: #F1F4F9;
    text-align: center;
    border: 1px solid #99CBFF;
    color: #4C84F4;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 17.4px;
}

.styled-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.4px;
    text-align: center;
    color: #000000;
}

.table-bottom-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #4C84F4;
}

.span-table-bottom-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #3E4852;
}

.toppers-videos-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #3E4852;
}

.span-toppers-videos {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #4C84F4;
}

.last-toppers-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    text-align: left;
    color: #3E4852;
}

.span-last-toppers {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    text-align: left;
    color: #4C84F4;
}

.mock-team {
    height: 100%;
    width: 100%;
}

.instructor-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}

@media (max-width: 576px) {
    .col-sm-12 {
            display: flex;
            justify-content: center;
        }
    .instructor-card {
        padding: 12px;
        /* width: 200%; */
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
    }
}

.instructor-image {
    border-radius: 50%;
    margin-right: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50px 50px 50px 50px;
    opacity: 0px;
    box-shadow: 0px 3px 3px 0px #00000040;
}

.instructor-info {
    margin: 20px;
}

.instructor-name {
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
    line-height: 0px;
    color: #181818;
}

.institution {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 0px;
    text-align: center;
    color: #0E9869;
}

.live-analysis {
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 2px;
    color: #4C84F4;
    margin-top: 25px;
}

.schedule {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #545454;
}

.profile-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
}

.profile-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    left: 85px;
    gap: 0px;
    border-radius: 50px 50px 50px 50px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    border: 2px solid #FFFFFF;
}

.profile-name {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #181818;
}

.profile-card p {
    color: #666;
    margin: 5px 0;
}

.profile-card .stats {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.profile-card .stats div {
    text-align: center;
}

.profile-card .stats div p {
    margin: 5px 0;
}

.profile-card .stats .highlight {
    font-weight: bold;
    color: #007bff;
}


.mock-team {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
    text-align: center;
}

.mock-team img {
    width: 100%;
    height: 100px;
    top: 4613px;
    left: 144px;
    gap: 0px;
    border-radius: 50px 0px 0px 0px;
    opacity: 0px;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
}

.student-card {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    padding: 20px;
}
@media (max-width: 576px) {
    .col-sm-12 {
        display: flex;
        justify-content: center;
    }

    .student-card {
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
    }
    .top-bg-text {
        margin-left: 30px;
    }
}


.student-card img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 5px;
    margin-right: 15px;
}

.student-card h3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #202020;
    margin-top: 5px;
    text-transform: none;
    margin-bottom: 10px !important;
}

.student-card p {
    color: #777;
    font-size: 14px;
    margin: 5px 0;
}

.student-card .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.student-card .section:first-of-type {
    border-top: none;
}

.student-card .section span {
    flex: 1;
    text-align: left;

}

.color {
    color: #0E9869;
}

.student-card .section span:last-child {
    text-align: left;
}

.btn-container {
    display: flex;
    flex-wrap: wrap;
}


@media only screen and (max-width: 768px) {
    .btn-container {
        display: flex;
        flex-wrap: wrap;
    }
}

.btn-container button {
    margin: 5px;
    /* Add spacing between buttons */
}

.btn-container-all-info button {
    margin: 5px;
    /* Add spacing between buttons */
}

.button-tab-green {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-color: #28c590;
    background-size: 400%;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.button-tab-green:hover {
    border-color: #28c590;
    border: 2px solid;
    background-color: #ffffff;
    color: #28c590;
    /* Slightly darker blue on hover */
}

.btn-container {
    display: flex;
    /* Space between tab buttons and the view all button */
    align-items: center;
    /* Center align items vertically */
}

@media (min-width: 1024px) {
    .btn-container {
        justify-content: center;
    }
}

.tab-buttons {
    display: flex;
    /* Align tab buttons horizontally */
}

.view-all-container {
    margin-left: auto;
    /* Pushes the view all button to the right */
}

.videos-card {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    border: none;
}

.view-all-btn {
    /* Change to your desired color */
    color: #1048C3;
    /* Text color */
    border: none;
    /* Remove border */
    padding: 10px 20px;
    /* Add padding */
    cursor: pointer;
    /* Pointer cursor */
    border-radius: 5px;
    /* Rounded corners */
    background-color: white;
}

.video-text {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #52A7FF;
    padding: 5px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: left;
}

.handbook-button-container {
    position: absolute;
    bottom: 10px;
    /* Space from the bottom */
    left: 10px;
    /* Align to the left */
    right: 10px;
    /* Align to the right */
    display: flex;
    justify-content: center;
}

.handbook-download-button {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: center;
    color: #0C82FE;
    border: none;

}

@media (max-width: 768px) {
    .handbook-button-container {
        justify-content: left;
    }
}

.handbook-download-button:hover {
    color: #0C82FE;
    /* Ensure the text color remains the same on hover */
}

.handbook-image {
    width: 50px;
    height: 50px;

}

.handbook-card {
    position: relative;
    width: 100%;

    border-radius: 16px;
    background-color: #E6F3FF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    border: none;
}

.cat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/CAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.nmat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/NMAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.micat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/MICAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.cmat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/CMAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.cet {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/CET-Handbook-thumbnail.jpeg');
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.cuet {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/CUET-Handbook-thumbnail.jpeg');
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.mocks {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/Mocks-Handbook-thumbnail.jpeg');
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.mat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/MAT-Handbook-thumbnail.jpeg');
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.atma {
    background-image: url('https://i.ibb.co/xzShwZH/Whats-App-Image-2024-07-29-at-15-05-07.jpg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.ipmat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/IPMAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.gre {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/GRE-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.gmat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/GMAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.srcc {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/SRCC-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.snap {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/SNAP-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.xat {
    background-image: url('https://catking.in/storage/media_manager/Mock Page/XAT-Handbook-thumbnail.jpeg');
    /* Replace with the URL of your background image */
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    /* Add other styling properties as needed */
}

.handbook-text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #303030;
}


.table-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #ffffff;
}

.table-header {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: left;
    color: #4C84F4;
    border: 1px solid #D5E5FF
}

.table-lines {
    border: 2px solid #D5E5FF
}

.testimonial-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #3E4852;
}

.span-testimonial-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #4C84F4;
}

.testimonial-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.more-text {
    display: none;
}

.testimonial-text.expanded .more-text {
    display: inline;
    /* or block, depending on your design */
}

.testimonial-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4C84F4;
    padding: 25px;
}

.quote-icon {
    font-size: 3em;
    color: #007bff;
    float: right;
    padding: 10px;
}

.profile-section {
    display: flex;
    align-items: center;
    margin-top: 10px;
    background-color: #C1E0FF;
    width: Fill (629.5px)px;
    padding: 24px 40px 24px 40px;
    gap: 0px;
    opacity: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #C1E0FF;
}

.profile-section img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.profile-section .profile-info {
    flex-grow: 1;
}

.profile-section .profile-info h4 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #333333;
}

.profile-section .read-story {
    background-color: #e9f4ff;
    border-radius: 20px;
    text-decoration: none;
    padding: 12px 14px 14px 16px;
    border: 1px 0px 0px 0px;

    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #0C82FE;
}

.testimonial-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #3E4852;
}

.span-testimonial-heading {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #4C84F4;
}

.testimonial-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.testimonial-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4C84F4;
    padding: 25px;
}

.quote-icon {
    font-size: 3em;
    color: #007bff;
    float: right;
    padding: 10px;
}

.profile-section {
    display: flex;
    align-items: center;
    margin-top: 10px;
    background-color: #C1E0FF;
    width: Fill (629.5px)px;
    padding: 24px 40px 24px 40px;
    gap: 0px;
    opacity: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #C1E0FF;
}

.profile-section img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.profile-section .profile-info {
    flex-grow: 1;
}

.profile-section .profile-info h4 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #333333;
}

.profile-section .read-story {
    background-color: #e9f4ff;
    border-radius: 20px;
    text-decoration: none;
    padding: 12px 14px 14px 16px;
    border: 1px 0px 0px 0px;

    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #0C82FE;
    border: none;
}

footer {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    padding: 20px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact-us {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-contact-us span {
    margin-right: 10px;
}

.footer-contact-us a {
    margin-right: 10px;
    text-decoration: none;
    color: #000;
}

.footer-copy-right {
    text-align: center;
}

.copy-right {
    margin: 0;
}

/* Media query for larger screens */
@media (min-width: 600px) {
    .footer {
        flex-direction: row;
        justify-content: space-around;
    }

    .footer-contact-us {
        margin-bottom: 0;
    }
}

.footer-contact-us {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

.copy-right {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

.social-icon img {
    width: 25px;
    margin: 3px;
}

.social-icon:hover {
    color: #007bff !important;
}


/* Model */


/* Overlay for the popup */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Dark overlay */
    display: flex;
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
    z-index: 1000;
    /* Ensure it appears above other content */
    overflow: hidden;
    /* Ensure content doesnâ€™t overflow */
}

/* Popup content box */
.video-popup-content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    /* Rounded corners */
    width: 70%;
    /* Medium size width */
    max-width: 800px;
    /* Max width for larger screens */
    height: 70%;
    /* Medium size height */
    max-height: 500px;
    /* Max height for larger screens */
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for depth */
    display: flex;
    flex-direction: column;
}

/* Close button styling */
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Media query for tablets and small screens */
@media (max-width: 768px) {
    .video-popup-content {
        width: 90%;
        /* Increase width for smaller screens */
        height: 35%;
        /* Allow height to adjust automatically */
        max-width: 90%;
        /* Ensure it doesnâ€™t exceed viewport width */
        max-height: 80%;
        /* Increase max height to use more space */
    }

    .close-popup {
        font-size: 24px;
        /* Smaller close button font size */
        width: 35px;
        /* Smaller width */
        height: 35px;
        /* Smaller height */
        top: 5px;
        /* Adjust position */
        right: 5px;
        /* Adjust position */
    }
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    .video-popup-content {
        width: 98%;
        /* Further increase width for very small screens */
        height: 30%;
        /* Allow height to adjust automatically */
        max-width: 95%;
        /* Ensure it doesnâ€™t exceed viewport width */
        max-height: 90%;
        /* Further increase max height to use more space */
    }

    .close-popup {
        font-size: 20px;
        /* Even smaller close button font size */
        width: 30px;
        /* Smaller width */
        height: 30px;
        /* Smaller height */
        top: 5px;
        /* Adjust position */
        right: 5px;
        /* Adjust position */
    }
}

.close-popup:hover {
    background: #f1f1f1;
    /* Light grey on hover */
}

/* Video iframe styling */
#video-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.card .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4C84F4;
    border: none;
    border-radius: 50%;
    width: 40px;
    /* Adjust the width to your desired size */
    height: 40px;
    /* Adjust the height to your desired size */
    padding: 0;
    /* Padding can be set to 0 since the width and height are defined */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card .video-play-button::before {
    content: '\25BA';
    /* Unicode for play button */
    font-size: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Media query for mobile screens */
@media (max-width: 768px) {
    .card .video-play-button {
        width: 30px;
        /* Smaller width for mobile */
        height: 30px;
        /* Smaller height for mobile */
    }

    .card .video-play-button::before {
        font-size: 15px;
        /* Smaller play button icon for mobile */
    }
}

@media (max-width: 480px) {
    .card .video-play-button {
        width: 25px;
        /* Further reduce width for very small screens */
        height: 25px;
        /* Further reduce height for very small screens */
    }

    .card .video-play-button::before {
        font-size: 12px;
        /* Further reduce icon size for very small screens */
    }
}

/* Add CSS rules here */
.view-all-btn {
    background-color: transparent;
    border: none;
    color: #1048C3;
    font: inherit;
    padding: 0;
    cursor: pointer;
}
</pre></body></html>