.viewport-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .viewport-container.no-scroll-desktop {
        height: 100vh;
        overflow: hidden;
    }
}

.container {
    max-width: 95%;
}

[x-cloak] {
    display: none !important;
}

.add-header-bg {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-page .header-nav {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 991.98px) {
    .header-page .header-nav,
    .add-header-bg {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* Blog Card Standardization */
.blog-widget .instructors-img {
    height: 220px;
    overflow: hidden;
}

.blog-widget .instructors-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-widget .instructors-content {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-widget .instructors-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px; /* Approx 2 lines of text */
}

.non-carousel-display {
    display: flex;
    column-gap: 10px;
}

.non-carousel-display .course-box {
    width: 50%;
}

.home-slide {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: unset;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(
            at 0% 0%,
            hsla(240, 78%, 56%, 0.28) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 91% 1%,
            hsla(46, 100%, 56%, 0.5) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 100% 80%,
            hsla(189, 100%, 56%, 0.22) 0px,
            transparent 50%
        );
}

.home-slide-text h1 {
    font-size: 40px !important;
}

.home-slide-text p {
    margin-bottom: 15px;
    font-size: 24px !important;
}

.home-slide-text p .highlight-text {
    position: relative;
    background: linear-gradient(120deg, rgb(255, 251, 0) 0%, rgb(255, 251, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 85%;
    padding: 2px 4px;
    color: #444 !important;
    font-weight: 500;
}

.new-course {
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(
            at 0% 0%,
            hsla(46, 100%, 56%, 0.5) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 20% 80%,
            hsla(189, 100%, 56%, 0.22) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 100% 80%,
            hsla(240, 78%, 56%, 0.28) 0px,
            transparent 50%
        );
}

.list .price {
    background-color: var(--secondary-color);
    bottom: auto;
    top: 20px;
    min-width: 0px;
}

.list .price h3 {
    font-size: 16px;
}

.header-cta-btn {
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: -0.2px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.header-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.profile-info-blk img {
    border: 5px solid white;
    border-radius: 8px;
}

.profile-info-blk h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
}

.course-grid-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.course_link_learn_more_button {
    font-size: 0.9rem;
    color: var(--main-color);
}

.product-content {
    padding: 10px;
    padding-right: 20px;
}

.product-content:hover {
    cursor: pointer;
}

.product-content:hover .course_link_learn_more_button {
    color: white;
}

.product-content:hover .btn-primary {
    background: white;
    color: var(--main-color);
}

.spinner-border {
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    margin-left: 5px;
}

.course-date {
    display: flex;
    flex-direction: column;
    background-color: #eee;

    width: 20%;

    box-sizing: border-box;
}

.course-date .month {
    height: 30%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--main-color);
}

.course-name a:hover {
    all: unset;
}

.product-content h3 {
    transition: all 0.5s !important;
}

.product:hover .product-content h3 {
    color: var(--secondary-color) !important;
}

.course-date .day {
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: black;
}

.course-other-details span {
    font-size: 0.8rem;
}
.product-content h3 {
    margin-bottom: 0;
}

.course-description {
    font-size: 0.9rem;
    color: #5f5f5f;
}

.course-details-image,
.vacancy-details-image {
    position: relative;
    overflow: hidden;
}

.course-details-image img,
.vacancy-details-image img {
    width: 100%;
}

.view-counter-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.view-counter-badge i {
    font-size: 16px;
    color: var(--secondary-color);
}

.event-image {
    height: 200px;
    object-fit: cover;
}

.main-nav > li.show-mobile-menu {
    display: none;
}

.main-nav li a:hover {
    color: var(--main-color);
}

.btn-cart.update-version,
.btn-enroll.update-version {
    border-radius: 8px !important;
    padding: 10px 15px;
}

.btn-cart.update-version:hover {
    background-color: white;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.corse-details-body .subs-title {
    margin: 0;
}

.fixed-inset {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    z-index: 10;
    overflow-y: auto;
}

.flex-center {
    display: flex;
    align-items: flex-end; /* items-end */
    justify-content: center;
    min-height: 100dvh; /* min-h-dvh */
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem;
    padding-top: 1rem; /* pt-4 */
    padding-bottom: 2.5rem; /* pb-10 */
    text-align: center;
}

.profile-avatar {
    display: flex;
    width: 50px;
    height: 50px;
    background: #170c62;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.profile-avatar.avatar-guest {
    width: 42px;
    height: 42px;
    background: #eaecf0;
    border: 1px solid #d0d5dd;
}

.profile-avatar.avatar-guest .profile-initial i {
    font-size: 18px;
    color: #71717a;
}

.profile-initial {
    margin: 0;
    color: #543ee8;
    font-size: 1.5rem;
}

/* Fix for jumpy dropdown and clipping */
.header-navbar-rht .nav-item.user-nav {
    position: relative !important;
}

.header-navbar-rht .dropdown-menu {
    border: 1px solid #eee;
    margin-top: 10px !important;
    transition: none !important; /* Prevent jumpy Popper.js recalculations */
    z-index: 100000 !important; /* Higher than header-fixed */
}

/* Ensure no parent clips the dropdown */
.header-nav, 
.header-nav .container, 
.header-nav .container-fluid,
.main-menu-wrapper {
    overflow: visible !important;
}

.header-navbar-rht .dropdown-menu {
    z-index: 100000 !important;
}

/* Fallback visibility for Bootstrap 5 toggle */
.header-navbar-rht .dropdown-menu.show {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.main-job-box {
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: 60px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Index Filter Bar */
.index-filter-bar {
    background: #f8f9fc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px;
}

.job-box {
    flex: 1 1 calc(50% - 20px);
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    transition: all 0.3s;
}

.job-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.job-title h4 {
    font-size: 1.1rem;
    color: var(--main-color);
    width: 80%;
}

.job-title span {
    padding: 3px 15px;
    border-radius: 8px;
    background-color: #0c043f;
    color: #ab9eff;
    font-size: 0.8rem;
}

.job-meta ul {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    color: var(--gray);
}

.job-description h5 {
    font-size: 0.9rem;
    font-weight: 700;
}

.job-description p {
    font-size: 0.8rem;
    color: var(--gray);
}

.job-box:hover {
    background-color: var(--main-color);
    cursor: pointer;
}

.job-box:hover .job-title h4,
.job-box:hover .job-meta ul,
.job-box:hover .job-description p,
.job-box:hover .job-description h5 {
    color: white;
}

.icon-group .total-course {
    width: 100%;
    height: 100px;
    overflow: hidden;

    border-radius: 10px;
    background-color: white;
}

.icon-group .total-course:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.enroll-img {
    padding: 20px !important;
}

.course-content {
    background-color: #edeaff;
}

.course-group {
    margin-bottom: 0;
}

.course-group-img a {
    height: 35px;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

.course-group-img img {
    height: auto !important;
}

.blog.grid-modern {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.blog.grid-modern::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    z-index: 1;

    /* Gradient from gray to transparent */
    background: linear-gradient(
        to top,
        rgba(84, 62, 232, 0.9),
        /* bottom: gray-500 */ rgba(84, 62, 232, 0.1)
            /* top: fully transparent */
    );
}

.post-left ul li img {
    filter: brightness(0) invert(1);
}

.post-left-custom.post-left ul li img {
    filter: unset;
}

.blog-modern-box {
    z-index: 99;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(107 114 128 / 1); /* gray-500 */
    opacity: 0.75;
}

.sm-inline {
    display: none;
}

.category-label {
    margin: 0;
}

.category-filter {
    padding: 1rem;
    font-size: 0.8rem;
}

.parent-category {
    display: flex;
    justify-content: space-between;
}

.sub-category {
    padding-left: 10px;
}

.fa-square-caret-down:hover {
    cursor: pointer;
}

.custom-search-bar {
    display: block;
}

@media (max-width: 770px) {
    .main-nav > li.show-mobile-menu {
        display: block;
    }
}

@media (min-width: 640px) {
    .modal-box {
        margin-top: 2rem; /* sm:my-8 */
        margin-bottom: 2rem;
        vertical-align: middle; /* sm:align-middle */
        width: 100%; /* sm:w-full */
    }
    .flex-center {
        display: block; /* sm:block */
        padding: 0; /* sm:p-0 */
    }
    .sm-inline {
        display: inline-block;
        vertical-align: middle; /* sm:align-middle */
        height: 100vh; /* sm:h-screen */
    }
}

.modal-box {
    position: absolute;
    display: inline-block;
    width: 100%;
    vertical-align: bottom; /* align-bottom */
    background-color: #ffffff;
    border-radius: 0.5rem; /* rounded-lg */
    text-align: left;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1); /* shadow-xl */
    transform: translateY(0); /* transform */
    transition: all 0.3s ease; /* transition-all */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 20px;
}

.trending-course-view {
    position: relative;
}

.trading-course-loading-view {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
}

.mobile-footer, .search-model{
    display: none;
}

[x-cloak] { display: none !important; }

.course-level-list {
        display: flex;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .course-level-list::-webkit-scrollbar {
        display: none;
    }

    .course-level-list .course-level {
        list-style: none;
        padding: 5px 15px;
        border: 1px solid var(--main-color);
        margin-right: 10px;
        white-space: nowrap;
        border-radius: 8px;
        transition: 0.5s all ease-in;
        cursor: pointer;
    }

    .course-level-list .course-level.active,
    .course-level-list .course-level:hover {
        border: none;
        background-color: var(--main-color);
        color: white;
        font-weight: 500;
    }

 
    .category-item {
        position: relative;
        flex: 0 0 auto;
        width: 220px;
        height: 80px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        transition: transform 0.2s ease;
    }

    .category-item img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        border-radius: 10px;
    }

    .category-item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(
            0deg,
            rgba(35, 21, 153, 1) 0%,
            rgba(0, 0, 0, 0) 80%
        );
    }

    .category-slider {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        align-items: center;
    }

    .custom-scrollbar.active-scroll {
        cursor: grabbing !important;
        user-select: none;
    }


   .cat-box a{
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    display: block;
    text-align: center;
   }
 

@media (max-width: 550px) {
    .job-title {
        display: block;
        flex-direction: unset;
    }
    .job-title span {
        display: inline-block;
        margin-bottom: 10px;
    }
    .job-title h4 {
        width: 100%;
    }

    .job-box {
        flex: unset;
    }
}

/* Redesigned Search Widget & Model Styles */
.search-widget-wrapper {
    max-width: 900px;
    width: 70%;
    margin: 40px auto 0 auto;
    position: relative;
    z-index: 20;
    padding: 0 15px;
}

.search-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.search-tab {
    background: #fff;
    border: 0;
    padding: 10px 24px;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #555;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    opacity: 0.9;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.03);
}

.search-tab.active {
    background: var(--main-color);
    color: #fff;
    opacity: 1;
    box-shadow: 0 -4px 15px rgba(84, 62, 232, 0.2);
}

.search-tab:not(.active):hover {
    background: #f8f9fa;
    opacity: 1;
}

.search-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.search-form-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-field {
    flex: 1;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.search-field label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 800;
    margin: 0;
}

.input-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.input-with-icon i {
    color: var(--main-color);
    font-size: 14px;
    flex-shrink: 0;
}

.input-with-icon input,
.input-with-icon select {
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.input-with-icon input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.field-divider {
    width: 1px;
    height: 45px;
    background: #eee;
    flex-shrink: 0;
}

.search-action {
    padding: 0 5px;
}

.btn-search-main {
    background: var(--main-color);
    color: #fff;
    border: 0;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(84, 62, 232, 0.3);
}

.btn-search-main:hover {
    background: var(--main-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(84, 62, 232, 0.4);
    filter: brightness(0.9);
}

/* Search Model (Overlay) Styles */
.search-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.search-model .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    transition: all 0.2s ease;
}

.search-model .close:hover {
    transform: rotate(90deg);
    color: var(--main-color);
}

.search-model-content {
    width: 100%;
    max-width: 900px;
}

@media (max-width: 991px) {
    .search-form-row {
        flex-wrap: wrap;
    }

    .search-field {
        flex: 1 1 45%;
    }

    .field-divider:nth-of-type(2) {
        display: none;
    }

    .search-action {
        flex: 1 1 100%;
        padding: 5px;
    }

    .btn-search-main {
        width: 100%;
    }

    .home-slide .search-widget-wrapper {
        display: none !important;
    }

    .search-widget-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .home-slide {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .home-slide-text h1 {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .home-slide-text p {
        font-size: 18px !important;
        margin-top: 10px;
        line-height: 1.2;
    }
}

@media (max-width: 575px) {
    .search-field {
        flex: 1 1 100%;
    }

    .field-divider {
        display: none;
    }

    .search-tabs {
        justify-content: center;
    }
}


.featured-course.owl-carousel,
.featured-course .owl-stage-outer,
.featured-course .owl-stage,
.featured-course .owl-item {
    overflow: visible !important;
}

.featured-course .owl-stage-outer {
    padding-top: 50px !important;
    margin-top: -50px !important;
}

/* Course Card Styles (Grid & List) */
.org-logo-badge {
    position: absolute;
    top: -30px;
    right: 15px;
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.org-logo-badge:hover {
    transform: translateY(-5px);
}

.org-logo-badge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

/* Hover Contrast Fixes for Grid Card */
.product {
    transition: all 0.3s ease-in-out;
}

.product:hover .product-content h3 a {
    color: #fff !important;
}

.product:hover .course-name p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.product:hover .btn-primary {
    background-color: #fff !important;
    color: var(--main-color) !important;
    border-color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* List View Styles */
.logo-wrapper {
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
}

.product.list:hover .title {
    color: #ffb54a !important;
}

.product.list:hover .text-muted {
    color: rgba(255, 255, 255, 0.9) !important;
}

.product.list:hover .course-other-details span,
.product.list:hover .course-other-details i {
    color: #fff !important;
}

@media (max-width: 768px) {
    .org-logo-badge {
        width: 60px;
        height: 60px;
        top: -25px;
        right: 10px;
        padding: 3px;
    }
}

@media (max-width: 575px) {
    .logo-wrapper {
        width: 55px;
        height: 55px;
    }
    .product.list .product-content {
        padding-right: 5px !important;
    }
}

.bg-light-blue { background-color: rgba(54, 162, 235, 0.1); }
.bg-light-purple { background-color: rgba(153, 102, 255, 0.1); }
.bg-light-orange { background-color: rgba(255, 159, 64, 0.1); }
.bg-light-green { background-color: rgba(75, 192, 192, 0.1); }

.get-certified i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* How it Works steps */
.work-step-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.work-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(23, 12, 98, 0.1);
}
.step-icon i {
    transition: transform 0.3s ease;
}
.work-step-card:hover .step-icon i {
    transform: scale(1.1);
}

/* CTA Button Hover Fixes */
.yellow-mentor .btn-dark:hover {
    background-color: #1a1a1a !important;
    color: white !important;
    border-color: #1a1a1a !important;
    opacity: 0.9;
}

.cube-instuctor .btn-warning:hover {
    background-color: #ffc107 !important;
    color: #000 !important;
    border-color: #ffc107 !important;
    opacity: 0.9;
}

/* Global Filter & Scrollbar Styles */
.custom-scrollbar::-webkit-scrollbar {
    height: 0px;
    background: transparent;
    display: none;
}

.custom-scrollbar {
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.btn-active {
    background-color: #4f46e5 !important;
    color: white !important;
    border: 1px solid #4f46e5 !important;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.2);
}

.btn-inactive {
    background-color: #eef2ff !important;
    border: 1px solid #c7d2fe !important;
    color: #312e81 !important;
}

.btn-inactive:hover {
    background-color: #e0e7ff !important;
    border-color: #4f46e5 !important;
    color: #4f46e5 !important;
}

.transition-all {
    transition: all 0.2s ease;
}

/* Gated Content Styles */
.gated-content-wrapper {
    position: relative;
    user-select: none;
}

.blur-protected {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
    opacity: 0.8;
    transition: filter 0.3s ease;
}

.login-gate-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 10;
    text-align: center;
}

.login-gate-overlay .gate-icon {
    font-size: 24px;
    color: #333;
}

.login-gate-overlay .gate-text {
    font-size: 15px;
    font-weight: 600;
    color: #1a1d23;
}

.login-gate-overlay .btn-gate-login {
    background: #E8536A !important;
    color: white !important;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(232, 83, 106, 0.2);
    transition: all 0.2s ease;
    font-size: 0.9rem;
    display: inline-block;
    border: none;
}

.login-gate-overlay .btn-gate-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(232, 83, 106, 0.3);
    opacity: 0.95;
    background: #e04b61 !important;
}

/* Redesigned Icon Circle */
.edu-icon-circle {
    width: 40px;
    height: 40px;
    background-color: #E8536A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edu-icon-circle i {
    color: white !important;
    font-size: 16px;
}
