        .btnMock {
            padding: 2% 5%;
            background: #2c318d;
            color: #fff;
            font-weight: 700;
            border-radius: 0;
        }

        .premium-video {
            justify-content: space-between;
        }

        /* Premium Section */
        .premium-live-section {
            border-radius: 0;
            background: #f7f9fb !important;
        }

        /* Subtitle */
        .premium-subtext {
            font-size: 16px;
            color: #475569;
            max-width: 640px;
        }

        /* Card */
        .premium-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
            gap: 32px;
        }

        /* Content */
        .premium-title {
            font-size: 26px;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .premium-desc {
            color: #475569;
            font-size: 16px;
            margin-bottom: 18px;
        }

        /* Features */
        .premium-features {
            list-style: none;
            padding: 0;
            margin-bottom: 22px;
        }

        .premium-features li {
            font-size: 15px;
            margin-bottom: 10px;
            color: #334155;
        }

        /* Actions */
        .premium-actions {
            display: flex;
            align-items: center;
            gap: 18px;
        }

        .premium-link {
            font-weight: 600;
            color: #2563eb;
            text-decoration: none;
        }

        /* Visual Side */
        .premium-visual {
            position: relative;
        }

        .mock-video-box {
            width: 280px;
            height: 180px;
            border-radius: 12px;
            background: linear-gradient(135deg, #1e3a8a, #2563eb);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 60px;
            box-shadow: 0 18px 40px rgba(37, 99, 235, 0.4);
        }

        .live-badge {
            position: absolute;
            top: -10px;
            right: 20px;
            background: #ef4444;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 20px;
        }

        .visual-caption {
            font-size: 13px;
            color: #64748b;
            margin-top: 10px;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .premium-card {
                padding: 22px;
            }

            .mock-video-box {
                width: 100px;
                height: 80px;
                border-radius: 12px;
                background: linear-gradient(135deg, #1e3a8a, #2563eb);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 30px;
                box-shadow: 0 18px 40px rgba(37, 99, 235, 0.4);
            }

            .premium-title {
                font-size: 22px;
            }

            .premium-actions {
                flex-direction: column;
                align-items: flex-start;
            }

            .premium-visual {
                margin-top: 20px;
                justify-content: center;
                align-items: center;
                display: flex;
                flex-direction: column;
            }
        }


        .h6_variant {
            text-align: left;
            font-size: 20px;
        }

        .p2_variant {
            color: #93a0a7;
        }

        /* Container */
        .educators-marquee {
            width: 100%;
        }

        /* GRID instead of flex */
        .educators-track {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        /* Card */
        .educator-card {
            display: flex;
            align-items: stretch;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
        }

        .educator-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
        }

        /* Image */
        .educator-image {
            flex: 0 0 200px;
        }

        .educator-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Content */
        .educator-content {
            flex: 1;
            padding: 16px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .educator-content h4 {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
        }

        .educator-content .title {
            font-size: 13px;
            color: #64748b;
            margin: 6px 0 10px;
        }

        /* Stats */
        .stats {
            display: flex;
            gap: 30px;
            font-size: 13px;
            color: #334155;
        }

        /* Link */
        .educator-content a {
            font-size: 14px;
            font-weight: 600;
            color: #2563eb;
            text-decoration: none;
            margin-top: 12px;
        }

        /* MOBILE */
        @media (max-width: 768px) {
            .educators-track {
                grid-template-columns: 1fr;
            }

            .educator-image {
                flex: 0 0 120px;
            }
        }



        .header-middle.fixed a.login.btn-cls {
            padding: 5px 25px;
            background: #3f64d9;
            color: #fff;
            margin: 4px 10px;
            cursor: pointer;
        }

        .header-middle.fixed a.login.btn-cls:hover {
            background: #3f64d9;
            color: #fff;
            opacity: 0.6;
        }

        .fixed a.logink i {
            color: #000;
            font-size: 30px;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .fixed.navbar-default .navbar-toggle .icon-bar {
            background-color: #000;
        }

        a.logink i {
            color: #fff;
            font-size: 30px;
        }

        .header-middle a.login.btn-cls {
            text-transform: uppercase;
            padding: 5px 25px;
            border: 1px solid #ffffff;
            color: #fff !important;
            margin: 0;
            cursor: pointer;
            background: transparent;

        }

        .header-middle a.login.btn-cls.no-border {
            margin: 8px 10px;
        }

        .header-middle a.login.btn-cls:hover {
            padding: 5px 25px;
            border: 1px solid #1146e9;
            color: #fff;
            margin: 0;
            cursor: pointer;
            background: #3c62d9;
            opacity: 1;
            text-decoration: none !important;
            transition: .3s;
        }


        .center-x .nav {
            display: inline-block;
            text-align: left;
        }

        .center-x .nav a {
            font-size: 12px;
            font-weight: 700;
            border: 1px solid #151617;
            color: #151617;
            font-family: Verdana, Geneva, sans-serif;
            border-radius: 22px;
        }

        .btnMock:hover {
            padding: 2% 5%;
            background: #e84d1d;
            color: #fff;
            font-weight: 700;
            border-radius: 0;
        }

        img.card-img-top-tutor {
            width: 100%;
            height: 178px;
            object-fit: fill;
        }

        div#comingsoon h2,
        div#comingsoon p {
            color: #fff;
        }

        div#comingsoon {
            background: #e84d1d;
        }

        a.quizbtn {
            background: #2563eb;
            padding: 15px 30px;
            color: #fff;
            font-size: 16px;
            font-weight: 800;
            border: 1px solid #2563eb8c;
        }

        .carl.tutor.card-body {
            min-height: 130px;
        }

        a.quizbtn:hover {
            opacity: 0.75;
        }

        a.disabled {
            pointer-events: none;
            cursor: default;
            opacity: 0.3;
        }

        .class-wrapper .serviceBox {
            box-shadow: 0 2px 4px color-mix(in oklch, oklch(27.54% .1638 265.98deg) 8%, transparent), 0 4px 12px color-mix(in oklch, oklch(27.54% .1638 265.98deg) 8%, transparent);
            background: oklch(100% 0 0deg);
            border: 0;
        }

        .service-icon.mb-3 {
            position: relative;
        }

        a.first-service-anchor {
            border-radius: 0 19px 19px 0;
            box-sizing: border-box;
            color: #fff;
            font: bold 14px / 38px "Trebuchet MS", sans-serif;
            display: block;
            height: 38px;
            left: -7%;
            padding-right: 11px;
            position: absolute;
            text-align: right;
            text-decoration: none;
            background: #52b700;
            width: 50px;
        }

        a.second-service-anchor {
            font: 300 60px / 38px "Roboto Slab", sans-serif;
            display: block;
            padding: 0 0 0 0px;
            text-decoration: none;
        }

        .service-icon.mb-3 {
            position: relative;
            text-align: center;
        }

        .serviceBox .description {
            padding: 0 10px;
            font-size: 15px;
            color: #000;
            margin-bottom: 15px;
            transition: all 0.3s ease 0s;
        }

        .font-14 {
            font-size: 14px;
        }

        .theme-secondarydark-color {
            color: #21b2e9;
        }

        .float-left {
            float: left !important;
        }

        .float-right {
            float: right !important;
        }

        a.view.pointer {
            padding: 7px 20px;
            border: 0;
            color: #4368dc;
        }

        a.view.pointer:hover {
            opacity: 0.75;
        }

        .service-box-bottom {
            .col-md-12 {
                width: 100%;
                float: left;
            }
        }

        .active {
            color: #00d5b6 !important;
        }

        /* ------------------------------------
                                                                                                                                                                        05. Banner Section CSS
                                                                                                                                                                    ---------------------------------------*/
        .rs-banner.style1 {
            padding: 125px 0 425px;
            background: url("../../../assets/images/banner/home1.jpg");
            background-size: cover;
            background-position: center;
        }

        .rs-banner.style1 .banner-content {
            max-width: 750px;
            margin: 0 auto;
        }

        .rs-banner.style1 .banner-content .banner-title {
            font-size: 55px;
            margin-bottom: 16px;
        }

        .rs-banner.style1 .banner-content .desc {
            font-size: 20px;
            line-height: 30px;
        }

        .rs-banner.style3 {
            background: url('../../../assets/images/home3.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: grid;
            align-items: center;
        }

        .rs-banner.style3 .banner-content .banner-title {
            font-size: 70px;
            line-height: 1.2;
            margin-bottom: 19px;
        }

        .rs-banner.style3 .banner-content .banner-desc {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 41px;
            position: relative;
            z-index: 9;
        }

        .rs-banner.style3 .banner-content .banner-btn li {
            display: inline;
            margin-right: 30px;
        }

        .rs-banner.style3 .banner-content .banner-btn li:last-child {
            margin: 0;
        }

        .rs-banner.style3 .banner-content .banner-image {
            position: absolute;
            right: -120px;
            top: 14%;
            transform: translateY(-50%);
        }

        .banner-image img {
            width: 70%;
        }

        .rs-banner .left-shape {
            position: absolute;
            top: -30px;
            left: 40px;
            z-index: -1;
        }

        .rs-banner .right-shape {
            position: absolute;
            top: 65px;
            right: -90px;
            z-index: -1;
        }

        .rs-banner .bottom-shape {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
        }

        .rs-banner .bottom-shape img {
            width: 100%;
        }

        .navbar-default {
            background-color: transparent;
            border-color: #e7e7e7;
        }

        .navbar-default .navbar-nav>li>a {
            color: #777;
            color: #ffffff;
        }

        i.fa.fa-user-circle {
            color: #fff;
        }

        .fixed.navbar-default .navbar-nav>li>a {
            color: #333;
        }

        .readon3 {
            outline: none;
            padding: 12px 50px;
            border-radius: 30px;
            display: inline-block;
            text-transform: uppercase;
            font-size: 16px;
            font-family: 'Rubik', sans-serif;
            font-weight: 500;
            color: #ffffff;
            background: #21a7d0;
            position: relative;
        }

        .readon3:after,
        .readon3:before {
            position: absolute;
            content: '';
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ffffff;
            transition: all 0.3s ease;
        }

        .readon3:after {
            right: 30px;
        }

        .readon3:before {
            left: 30px;
        }

        .readon3.active {
            background: #f3f8f9;
            color: #21a7d0;
        }

        .readon3.active:after,
        .readon3.active:before {
            background: #21a7d0;
        }

        .readon3.active:hover {
            color: #ffffff;
            background: #21a7d0;
        }

        .readon3.active:hover:after,
        .readon3.active:hover:before {
            background: #ffffff;
        }

        .readon3.dark-hov:hover {
            background: #111111;
            color: #ffffff;
        }

        .readon3.dark-hov:hover:after,
        .readon3.dark-hov:hover:before {
            background: #ffffff;
        }

        .readon3:hover {
            background: #f3f8f9;
            color: #21a7d0;
        }

        .readon3:hover:after,
        .readon3:hover:before {
            background: #21a7d0;
        }

        .navbar-default {
            background-color: transparent;
            border-color: #e7e7e7;
        }

        .fixed {
            margin: 0;
            width: 100%;
            box-shadow: 0 2px 4px color-mix(in oklch, oklch(27.54% .1638 265.98deg) 8%, transparent), 0 4px 12px color-mix(in oklch, oklch(27.54% .1638 265.98deg) 8%, transparent);
            background: oklch(100% 0 0deg);
            padding-block: 7px;
        }


        @media only screen and (max-width: 991px) {
            .rs-banner.style3 .banner-content .banner-title {
                font-size: 20px;
            }

            .rs-banner.style3 {
                min-height: 400px;
                height: auto;
            }

            .rs-banner.style3 .banner-content .banner-desc {
                margin-bottom: 20px;
            }

            .banner-content.pb-13 {
                margin-top: 25px;
            }

            .pb-13 {
                padding-bottom: 13px;
            }

            .rs-banner.style3 .banner-content .banner-desc {
                font-size: 12px;
                line-height: 18px;
            }

            .rs-banner.style3 .banner-content .banner-btn li .readon3 {
                padding: 10px 40px;
                font-size: 15px;
            }

            .rs-banner.style3 .banner-content .banner-btn li {
                display: block;
                margin: 0px 5px 15px 0px;
                float: left;
            }

            .rs-banner.style3 .banner-content .banner-title {
                margin-bottom: 10px;
            }

            .hidden-md {
                display: none;
            }

            .navbar-header {
                background: transparent;
                box-shadow: 0 0 0;
            }

            .navbar-default {

                border-color: #e7e7e7;
                margin: 0;
            }
        }