<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 */
}


body {
    font-family: Inter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: Inter;
}


.transparent-btn {
    border: 3px solid #3a93f9;
    color: #363535;
}

.transparent-btn:hover {
    background-color: #3a93f9;
    color: #ffffff;
}


.catking-btn {
    border-radius: 8px;
    font-family: Nunito, arial;
    font-weight: 600;
    text-decoration: none;
    padding: 18px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .catking-btn {
        font-size: 14px;
        padding: 11px;
    }
}


/*Navbar and Footer CSS */

footer {
    background-color: #252525
}

footer .footer-logo {
    padding-top: 20px
}

footer .footer-logo .footer-logo-img {
    width: 230px
}

footer .footer-content {
    margin-top: 44px
}

footer .footer-content .footer-description {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 400
}

@media (min-width: 992px) {
    .catking-footer-btns {
        width: 200px;
    }
}

footer .footer-content .catking-footer-btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

@media (max-width:400px) {
    footer .footer-content .catking-footer-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 992px) {

    /* Adjust breakpoint as needed for laptops */
    .catking-footer-btns {
        display: flex;
    }

    .catking-dashboard {
        margin-right: 10px;
        /* Adjust as needed */
    }
}

@media (min-width:768px) and (max-width:991px) {
    footer .footer-content .catking-footer-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footer-content .catking-footer-btns .catking-dashboard {
    background: #fff;
    border-radius: 8px;
    padding: 18px 15px
}

@media (max-width: 991px) {
    footer .footer-content .catking-footer-btns .catking-dashboard {
        margin-bottom: 10px;
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    footer .footer-content .catking-footer-btns .catking-dashboard {
        padding: 10px 15px
    }
}

footer .footer-content .catking-footer-btns .catking-dashboard:hover {
    background-color: #28c590
}

footer .footer-content .catking-footer-btns .catking-dashboard:hover a {
    color: #fff
}

footer .footer-content .catking-footer-btns .catking-dashboard a {
    color: #000;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

@media (min-width:1024px) and (max-width:1366px) {
    footer .footer-content .catking-footer-btns .catking-dashboard a {
        font-size: 14px
    }
}

footer .footer-content .catking-footer-contact-info {
    margin-top: 20px
}

footer .footer-content .catking-footer-contact-info .connect-heading {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

footer .footer-content .catking-footer-contact-info .email a {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: none
}

footer .footer-content .catking-footer-contact-info .email a:hover {
    color: #28c590
}

footer .footer-content .catking-footer-contact-info .phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

footer .footer-content .catking-footer-contact-info .phone .phone-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer-content .catking-footer-contact-info .phone .phone-wrapper .phone-number {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px
}

footer .footer-content .bottom-content {
    margin-top: 20px
}

footer .footer-content .social-icons {
    margin-top: 40px
}

@media (max-width:767px) {
    footer .footer-content .social-icons {
        margin-top: 40px
    }
}

footer .footer-content .social-icons img {
    margin-right: 40px;
    width: 30px
}

@media (max-width:767px) {
    footer .footer-content .social-icons img {
        margin-right: 20px;
        width: 25px
    }

    footer .footer-content .footer-menu {
        margin-top: 10px
    }

    footer .footer-content .footer-menu .catking-links {
        padding-left: 20px
    }
}

footer .footer-content .footer-menu .menu-heading {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 22px;
    font-weight: 700
}

@media (min-width:768px) and (max-width:992px) {
    footer .footer-content .footer-menu .menu-heading {
        font-size: 16px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    footer .footer-content .footer-menu .menu-heading {
        font-size: 20px
    }
}

footer .footer-content .footer-menu .menu-items {
    margin-top: 10px
}

footer .footer-content .footer-menu .menu-items ul {
    padding: 0
}

footer .footer-content .footer-menu .menu-items ul li {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 400;
    list-style: none
}

@media (min-width:1024px) and (max-width:1366px) {
    footer .footer-content .footer-menu .menu-items ul li {
        font-size: 14px
    }
}

footer .footer-content .footer-menu .menu-items ul li a {
    color: #fff;
    text-decoration: none
}

footer .footer-content .footer-menu .menu-items ul li a:hover {
    color: #28c590
}

footer .footer-content .footer-menu .menu-items .our-app-wrapper li {
    line-height: 40px
}

footer .footer-content .footer-menu .menu-items .our-app-wrapper li a img {
    width: 30px
}

footer .copyright-content {
    margin-top: 25px
}

@media (max-width:767px) {
    footer .copyright-content {
        margin-top: 30px
    }
}

footer .copyright-content .copyright {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px
}

footer .copyright-content .copyright:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 2px;
    width: 100%
}

#ifOther {
    display: none;
    /* Hide the "Other" input field by default */
}


footer .footer-content .footer-description {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 400;
}

footer .footer-content .catking-footer-btns .catking-dashboard {
    background: #fff;
    border-radius: 8px;
    padding: 18px 15px;
}

footer .footer-content .catking-footer-contact-info .connect-heading {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

footer .footer-content .catking-footer-contact-info .email a {
    color: #fff;
    font-family: Nunito, arial;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: none;
}

footer .footer-content .catking-footer-contact-info .phone {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.fa {
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.text-light {
    color: #f8f9fa !important;
}

.fa-phone:before {
    content: "\f095";
}

footer .footer-content .catking-footer-contact-info .phone .phone-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    flex-direction: column;
}

.catking-footer-btns {
    display: flex;
    flex-direction: column;
    /* Default to column for other screen sizes */
}


/* 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 */

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

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

.main-description {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

.image-container {
    display: flex;
    justify-content: center;
    /* Horizontally center the image */
    align-items: center;
    /* Vertically center the image (if needed) */
    text-align: center;
    /* Additional centering for inline elements */
}

.image1 {
    width: 100%;
    /* Full width by default */
    max-width: 600px;
    /* Limit size on larger screens */
    height: auto;
    /* Maintain aspect ratio */
}

/* For smaller screens, adjust the image size */
@media (max-width: 768px) {
    .image1 {
        width: 90%;
        /* Slightly reduce the width on tablets */
    }
}

@media (max-width: 480px) {
    .image1 {
        width: 70%;
        /* Make the image smaller on mobile */
        margin: 0 auto;
        /* Ensure centering */
    }
}

@media (min-width: 992px) {
    .image1 {
        margin-top: 40px;
        /* Adjust the value to your preference */
    }
}

.custom-section-bg {
    background-image: url('https://catking.in/storage/media_manager/SP Jain Profile Review/Custom-Bg-Image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0px 0;
    padding: 30px 0;
}

.top-bschool-heading {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #4C84F4;
}

.span-by {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #3E4852;
}

.top-bschool-header {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #4C84F4;
}

.top-bschool-description {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

.span-top-bschool-header-black {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #212529;
}

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

.btn-space {
    text-align: center;
}

@media (min-width: 992px) {
    .btn-space {
        margin-top: 20px;
        /* Adjust the value to your preference */
    }
}

.button-green {
    padding: 10px;
    border: 1px solid #5AC391;
    background: #5AC391;
    color: white;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    border-radius: 20px;
}

/* Responsive styling for medium screens (tablets) */
@media only screen and (max-width: 768px) {
    .button-green {
        width: 160px;
        height: 34px;
        font-size: 14px;
    }
}

/* Responsive styling for small screens (phones) */
@media only screen and (max-width: 480px) {
    .button-green {
        width: 140px;
        height: 30px;
        font-size: 12px;
        padding: 0px 10px;
    }
}

.sp-jain-review-image {
    text-align: center;
    /* Center the image container */
}

.image2 {
    width: 100%;
    /* Ensure image is responsive */
    max-width: 600px;
    height: auto;
    /* Maintain aspect ratio */
}

/* For smaller screens, adjust the width and center the image */
@media (max-width: 768px) {
    .image2 {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .image2 {
        width: 70%;
        /* Adjust width for small screens */
        margin: 0 auto;
        /* Center the image */
    }
}

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

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

.steps-image3-container {
    display: flex;
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image, if needed */
    text-align: center;
}

.steps-image3 {
    width: 100%;
    /* Full width by default */
    max-width: 600px;
    /* Limit the max width for large screens */
    height: auto;
    /* Maintain aspect ratio */
}



/* Adjust image size for smaller screens */
@media (max-width: 768px) {
    .steps-image3 {
        width: 80%;
        /* Slightly reduce the width on tablets */
    }
}

@media (max-width: 480px) {
    .steps-image3 {
        width: 70%;
        /* Make the image smaller on mobile devices */
        margin: 0 auto;
        /* Ensure it stays centered */
    }
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-box {
    display: flex;
    align-items: center;
    background-color: #e9f7f4;
    /* Light green background */
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.step-image {
    width: 100px;
    background-color: #E7F4F0;
    margin-right: 15px;
}

.step-description {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #3E4852;
}

.step-description a {
    color: #4aa3e0;
    text-decoration: none;
    font-weight: bold;
}

.step-description a:hover {
    text-decoration: underline;
}


.steps {
    display: flex;
    justify-content: space-around;
    /* Creates space between .step and .arrow-container */
    align-items: center;
    /* Centers items vertically */
    margin: 18px;
}

.step {
    display: flex;
    flex-direction: column;
    /* Add any additional styles if needed */
}

.arrow-container {
    display: flex;
    align-items: center;
    /* Centers the arrow image vertically */
    margin-left: 5px;
}

.arrow-img {
    max-width: 50px;
    /* Ensures the arrow image scales properly */
    height: auto;
    /* Maintains aspect ratio */
}
/* Hide the arrow-container on mobile screens */
@media (max-width: 767px) {
    .arrow-container {
        display: none;
        /* Hides the arrow-container on screens smaller than 768px */
    }
}

.step-images {
    width: 100%;
}

/* Hide the arrow-container on mobile screens */
@media (max-width: 767px) {
    .step-images {
        margin-top: 10px;
    }
}


.step-title {
    background-color: #eaf6fe;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;

    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #3E4852;
}
.step-title a {
    background-color: #eaf6fe;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #0C82FE;
}

.span-login {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #3E4852;
}

.span-register {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #3E4852;
}

/* Apply margin-top on large screens and up */
@media (min-width: 992px) {

    /* This applies to large screens (lg) and desktop (xl) */
    .top-space {
        margin-top: 0px;
    }
}

/* Remove margin-top on smaller screens */
@media (max-width: 991px) {

    .top-space {
        margin-top: 0px;
    }
}


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

.table-title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    background-color: #4C84F4;
}
.table {
    border-radius: 16px;
    overflow: hidden;
    /* Ensures the content fits within the rounded corners */
}

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

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

.responsive-button {
    background-color: #5AC391;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.responsive-button:hover {
    background-color: #5AC391;
}

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

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

.profile-cards {
    display: flex;
    overflow-x: auto;
    gap: 20px;
}

.profile-converts-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    min-width: 150px;

    display: flex;
    /* Apply flexbox layout */
    flex-direction: column;
    /* Align items vertically in a column */
    justify-content: center;
    /* Center the content horizontally */
    align-items: center;
    /* Center the content vertically */
}

.profile-converts-card img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    /* Limit the size on larger screens */
    height: auto;
    /* Maintain aspect ratio */
    object-fit: cover;
    margin-bottom: 10px;
}

/* Adjust for tablets and medium screens */
@media (max-width: 768px) {
    .profile-converts-card img {
        max-width: 120px;
        /* Make the image smaller on tablets */
    }
}

/* Adjust for mobile screens */
@media (max-width: 480px) {
    .profile-converts-card img {
        max-width: 100px;
        /* Reduce the image size on mobile */
    }
}

.profile-converts-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #303030;
}

.profile-converts-card p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #4C84F4;
}

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

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

.meetups {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.meetup-card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
}

.meetup-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure image covers the entire card */
    border-radius: 10px;
}

.meetup-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #a9aaaa;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
}






/* Main Page CSS */


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

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


.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;
}



#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;
}

.toppers-video-card {
    position: relative;
    width: 100%;
    height: 155px;
/*    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 .owl-nav button.owl-prev,
.owl-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 */
}


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


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

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


.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;
}


.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;
}

.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;
}



.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;
}


.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: #f8f8f8;
    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: 30px;
        /* Further reduce width for very small screens */
        height: 30px;
        /* Further reduce height for very small screens */
    }

    .card .video-play-button::before {
        font-size: 14px;
        /* 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>