:root,
[data-bs-theme=light] {
    --lms-blue: #2FA8E0;
    --lms-blue-rgb: 47, 168, 224;
    --lms-blue-dark: #238CC0;
    --lms-navy: #0D1F3D;
    --lms-navy-rgb: 13, 31, 61;
    --lms-teal: #00B2A9;
    --lms-teal-rgb: 0, 178, 169;
    --lms-teal-dark: #008F88;
    --lms-pale-blue: #E6F3FB;
    --lms-pale-blue-rgb: 230, 243, 251;
    --lms-soft-bg: #F2F5F8;
    --lms-soft-bg-rgb: 242, 245, 248;
    --lms-ink: var(--lms-navy);
    --lms-muted: #53657A;
    --lms-border: #D8E8F2;
    --lms-amber: var(--lms-teal);
    --lms-rose: #D94A55;
    --bs-blue: var(--lms-blue);
    --bs-cyan: var(--lms-blue);
    --bs-teal: var(--lms-teal);
    --bs-primary: var(--lms-blue);
    --bs-primary-rgb: var(--lms-blue-rgb);
    --bs-success: var(--lms-teal);
    --bs-success-rgb: var(--lms-teal-rgb);
    --bs-info: var(--lms-blue);
    --bs-info-rgb: var(--lms-blue-rgb);
    --bs-secondary: var(--lms-navy);
    --bs-secondary-rgb: var(--lms-navy-rgb);
    --bs-light: var(--lms-soft-bg);
    --bs-light-rgb: var(--lms-soft-bg-rgb);
    --bs-dark: var(--lms-navy);
    --bs-dark-rgb: var(--lms-navy-rgb);
    --bs-primary-text-emphasis: #0B5F85;
    --bs-success-text-emphasis: #006A66;
    --bs-info-text-emphasis: #0B5F85;
    --bs-primary-bg-subtle: var(--lms-pale-blue);
    --bs-success-bg-subtle: #DDF8F6;
    --bs-info-bg-subtle: var(--lms-pale-blue);
    --bs-secondary-bg-subtle: var(--lms-soft-bg);
    --bs-primary-border-subtle: #B8E2F6;
    --bs-success-border-subtle: #A8EAE5;
    --bs-info-border-subtle: #B8E2F6;
    --bs-secondary-border-subtle: var(--lms-border);
    --bs-body-color: var(--lms-ink);
    --bs-body-color-rgb: var(--lms-navy-rgb);
    --bs-body-bg: var(--lms-soft-bg);
    --bs-body-bg-rgb: var(--lms-soft-bg-rgb);
    --bs-emphasis-color: var(--lms-navy);
    --bs-emphasis-color-rgb: var(--lms-navy-rgb);
    --bs-secondary-color: rgba(var(--lms-navy-rgb), .68);
    --bs-secondary-color-rgb: var(--lms-navy-rgb);
    --bs-secondary-bg: #FFFFFF;
    --bs-secondary-bg-rgb: 255, 255, 255;
    --bs-tertiary-bg: var(--lms-pale-blue);
    --bs-tertiary-bg-rgb: var(--lms-pale-blue-rgb);
    --bs-link-color: var(--lms-blue);
    --bs-link-color-rgb: var(--lms-blue-rgb);
    --bs-link-hover-color: var(--lms-blue-dark);
    --bs-link-hover-color-rgb: 35, 140, 192;
    --bs-border-color: var(--lms-border);
    --bs-border-color-translucent: rgba(var(--lms-navy-rgb), .14);
    --bs-focus-ring-color: rgba(var(--lms-blue-rgb), .25);
    --bs-form-valid-color: var(--lms-teal);
    --bs-form-valid-border-color: var(--lms-teal);
    --bs-header-bg: #FFFFFF;
    --bs-header-item-color: var(--lms-navy);
    --bs-header-item-sub-color: var(--lms-muted);
    --bs-sidebar-bg: #FFFFFF;
    --bs-sidebar-menu-item-color: var(--lms-muted);
    --bs-sidebar-menu-sub-item-color: var(--lms-muted);
    --bs-sidebar-menu-item-icon-color: var(--lms-muted);
    --bs-sidebar-menu-item-icon-effact-color: rgba(var(--lms-blue-rgb), .16);
    --bs-sidebar-menu-item-hover-color: var(--lms-blue);
    --bs-sidebar-menu-item-hover-effact-color: rgba(var(--lms-blue-rgb), .18);
    --bs-sidebar-menu-item-active-color: var(--lms-blue);
    --bs-sidebar-menu-item-active-effact-color: rgba(var(--lms-blue-rgb), .2);
    --bs-sidebar-border-color: var(--lms-border);
    --bs-sidebar-menu-item-active-bg-color: var(--lms-pale-blue);
    --bs-sidebar-menu-item-active-bg-color-dark: rgba(var(--lms-blue-rgb), .18);
    --bs-sidebar-alert: rgba(var(--lms-blue-rgb), .1);
    --bs-topbar-search-bg: var(--lms-soft-bg);
    --bs-topbar-dark-search-bg: rgba(255, 255, 255, .08);
    --bs-search-border-color: var(--lms-border);
    --bs-topnav-bg: #FFFFFF;
    --bs-topnav-item-color: rgba(255, 255, 255, .78);
    --bs-topnav-item-color-active: #FFFFFF;
    --bs-menu-item-color: var(--lms-muted);
    --bs-menu-item-active-color: var(--lms-blue);
    --bs-footer-bg: #FFFFFF;
    --bs-footer-color: var(--lms-muted);
}

body[data-bs-theme=dark] {
    --bs-primary: var(--lms-blue);
    --bs-primary-rgb: var(--lms-blue-rgb);
    --bs-success: var(--lms-teal);
    --bs-success-rgb: var(--lms-teal-rgb);
    --bs-info: var(--lms-blue);
    --bs-info-rgb: var(--lms-blue-rgb);
    --bs-body-color: #DCEAF4;
    --bs-body-color-rgb: 220, 234, 244;
    --bs-body-bg: #08172D;
    --bs-body-bg-rgb: 8, 23, 45;
    --bs-secondary-bg: #0D1F3D;
    --bs-secondary-bg-rgb: var(--lms-navy-rgb);
    --bs-tertiary-bg: #132A4A;
    --bs-tertiary-bg-rgb: 19, 42, 74;
    --bs-border-color: rgba(230, 243, 251, .16);
    --bs-border-color-translucent: rgba(230, 243, 251, .18);
    --bs-link-color: #74C9ED;
    --bs-link-color-rgb: 116, 201, 237;
    --bs-link-hover-color: #9ADBF4;
    --bs-header-bg: #0D1F3D;
    --bs-header-item-color: #E6F3FB;
    --bs-header-item-sub-color: rgba(230, 243, 251, .68);
    --bs-sidebar-bg: #0D1F3D;
    --bs-sidebar-menu-item-color: rgba(230, 243, 251, .72);
    --bs-sidebar-menu-sub-item-color: rgba(230, 243, 251, .64);
    --bs-sidebar-menu-item-icon-color: rgba(230, 243, 251, .62);
    --bs-sidebar-menu-item-hover-color: #74C9ED;
    --bs-sidebar-menu-item-active-color: #74C9ED;
    --bs-sidebar-border-color: rgba(230, 243, 251, .14);
    --bs-sidebar-menu-item-active-bg-color: rgba(var(--lms-blue-rgb), .14);
    --bs-topbar-search-bg: rgba(255, 255, 255, .08);
    --bs-topbar-dark-search-bg: rgba(255, 255, 255, .08);
    --bs-topnav-bg: #0D1F3D;
    --bs-menu-item-color: rgba(230, 243, 251, .76);
    --bs-menu-item-active-color: #FFFFFF;
    --bs-footer-bg: #0D1F3D;
    --bs-footer-color: rgba(230, 243, 251, .68);
}

body {
    color: var(--lms-ink);
    background: var(--lms-soft-bg);
}

a {
    color: var(--lms-blue);
}

a:hover,
a:focus {
    color: var(--lms-blue-dark);
}
.dynamic-section.flex-column .section-inner{
    display: flex;
    flex-direction: column;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--lms-blue);
    --bs-btn-border-color: var(--lms-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--lms-blue-dark);
    --bs-btn-hover-border-color: var(--lms-blue-dark);
    --bs-btn-focus-shadow-rgb: var(--lms-blue-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--lms-blue-dark);
    --bs-btn-active-border-color: var(--lms-blue-dark);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--lms-blue);
    --bs-btn-disabled-border-color: var(--lms-blue);
    box-shadow: 0 2px 8px rgba(var(--lms-blue-rgb), .28);
}

.btn-outline-primary {
    --bs-btn-color: var(--lms-blue);
    --bs-btn-border-color: var(--lms-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--lms-blue);
    --bs-btn-hover-border-color: var(--lms-blue);
    --bs-btn-focus-shadow-rgb: var(--lms-blue-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--lms-blue-dark);
    --bs-btn-active-border-color: var(--lms-blue-dark);
    --bs-btn-disabled-color: var(--lms-blue);
    --bs-btn-disabled-border-color: var(--lms-blue);
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--lms-teal);
    --bs-btn-border-color: var(--lms-teal);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--lms-teal-dark);
    --bs-btn-hover-border-color: var(--lms-teal-dark);
    --bs-btn-focus-shadow-rgb: var(--lms-teal-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--lms-teal-dark);
    --bs-btn-active-border-color: var(--lms-teal-dark);
    box-shadow: 0 2px 8px rgba(var(--lms-teal-rgb), .28);
}

.btn-outline-success {
    --bs-btn-color: var(--lms-teal);
    --bs-btn-border-color: var(--lms-teal);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--lms-teal);
    --bs-btn-hover-border-color: var(--lms-teal);
    --bs-btn-focus-shadow-rgb: var(--lms-teal-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--lms-teal-dark);
    --bs-btn-active-border-color: var(--lms-teal-dark);
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--lms-blue);
    --bs-btn-border-color: var(--lms-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--lms-blue-dark);
    --bs-btn-hover-border-color: var(--lms-blue-dark);
    --bs-btn-focus-shadow-rgb: var(--lms-blue-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--lms-blue-dark);
    --bs-btn-active-border-color: var(--lms-blue-dark);
    box-shadow: 0 2px 8px rgba(var(--lms-blue-rgb), .24);
}

.btn-soft-primary,
.badge-soft-primary,
.btn-soft-info,
.badge-soft-info {
    color: var(--lms-blue);
    background-color: rgba(var(--lms-blue-rgb), .12);
    border-color: transparent;
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active {
    color: #fff;
    background-color: var(--lms-blue);
}

.btn-soft-success,
.badge-soft-success {
    color: var(--lms-teal);
    background-color: rgba(var(--lms-teal-rgb), .12);
    border-color: transparent;
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active {
    color: #fff;
    background-color: var(--lms-teal);
}

.btn-primary.dropdown-toggle-split,
.btn-info.dropdown-toggle-split {
    background-color: var(--lms-blue-dark);
}

.btn-success.dropdown-toggle-split {
    background-color: var(--lms-teal-dark);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: rgba(var(--lms-blue-rgb), .55);
    box-shadow: 0 0 0 .15rem rgba(var(--lms-blue-rgb), .18);
}

.form-control:not([type="color"]),
textarea.form-control,
.form-select,
.choices__inner,
.choices__input,
.choices[data-type*=select-one] .choices__input,
.choices[data-type*=select-one] .choices__inner {
    background-color: var(--bs-body-bg) !important;
}

.form-control:disabled,
.form-select:disabled,
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: var(--bs-secondary-bg) !important;
}

.form-check-input:checked {
    background-color: var(--lms-blue);
    border-color: var(--lms-blue);
}

.bg-primary,
.text-bg-primary,
.bg-info,
.text-bg-info {
    background-color: var(--lms-blue) !important;
}

.bg-success,
.text-bg-success {
    background-color: var(--lms-teal) !important;
}

.bg-primary-subtle,
.bg-info-subtle {
    background-color: var(--lms-pale-blue) !important;
}

.bg-success-subtle {
    background-color: #DDF8F6 !important;
}

.text-primary,
.link-primary,
.text-info,
.link-info {
    color: var(--lms-blue) !important;
}

.text-success,
.link-success {
    color: var(--lms-teal) !important;
}

.border-primary {
    border-color: var(--lms-blue) !important;
}

.border-success {
    border-color: var(--lms-teal) !important;
}

.alert-primary {
    --bs-alert-color: var(--lms-navy);
    --bs-alert-bg: var(--lms-pale-blue);
    --bs-alert-border-color: #B8E2F6;
    --bs-alert-link-color: var(--lms-blue-dark);
}

.alert-success {
    --bs-alert-color: #006A66;
    --bs-alert-bg: #DDF8F6;
    --bs-alert-border-color: #A8EAE5;
    --bs-alert-link-color: var(--lms-teal-dark);
}

.progress-bar,
.page-item.active .page-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--lms-blue);
}

.page-item.active .page-link {
    border-color: var(--lms-blue);
}

.page-link,
.nav-tabs-custom .nav-item .nav-link.active,
.dropdownmenu-primary .dropdown-item.active,
.dropdownmenu-primary .dropdown-item:focus,
.dropdownmenu-primary .dropdown-item:hover {
    color: var(--lms-blue);
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: var(--lms-blue);
}

.dropdownmenu-primary .dropdown-item.active,
.dropdownmenu-primary .dropdown-item:focus,
.dropdownmenu-primary .dropdown-item:hover {
    background-color: rgba(var(--lms-blue-rgb), .08) !important;
}

.pace .pace-progress {
    background: linear-gradient(to right, var(--lms-blue) 0 38%, var(--lms-teal) 38% 72%, var(--lms-navy) 72% 100%);
}

.pace .pace-activity {
    background: var(--lms-blue);
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1100;
    padding: 10px 14px;
    background: #fff;
    color: var(--lms-ink);
    border: 2px solid var(--lms-blue);
    border-radius: 6px;
}

.topnav-dark {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom:0px;
    background: var(--lms-ink);
    z-index: 1003;
}

.topnav-dark .navbar-nav .nav-link,
.topnav-dark .navbar-nav .nav-link i {
    color: rgba(255, 255, 255, .86);
}

.topnav-dark .navbar-nav .nav-link:hover,
.topnav-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.topnav-dark .dropdown-menu .dropdown-item {
    color: var(--lms-ink);
}

.topnav-dark .dropdown-menu .dropdown-item:hover,
.topnav-dark .dropdown-menu .dropdown-item:focus,
.topnav-dark .dropdown-menu .dropdown-item.active {
    color: var(--lms-blue);
}

.lms-secondary-topnav {
    top: 124px;
    margin-top: 0;
    z-index: 1002;
    padding: 0 calc(1.5rem / 2);
    border-top: 0;
    border-bottom: 1px solid var(--lms-border);
    background: #fff;
    box-shadow: 0 1px 0 rgba(var(--lms-navy-rgb), .04);
    overflow: visible;
}

.lms-secondary-topnav .topnav-menu {
    min-height: 44px;
    overflow: visible;
}

.lms-secondary-topnav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    min-width: 0;
    overflow: visible;
}

.lms-secondary-nav-toggle {
    display: none;
}

.lms-secondary-navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
    overflow: visible;
}

.lms-secondary-navbar-nav .nav-item {
    flex: 0 0 auto;
}

.lms-secondary-topnav .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: .62rem 1rem;
    color: var(--lms-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.lms-secondary-topnav .navbar-nav .nav-link svg {
    width: 15px;
    height: 15px;
    margin: 0;
    color: currentColor;
    fill: none;
}

.lms-secondary-topnav .navbar-nav .nav-link:hover,
.lms-secondary-topnav .navbar-nav .nav-link:focus,
.lms-secondary-topnav .navbar-nav .nav-link.active,
.lms-secondary-topnav .navbar-nav .dropdown.active > .nav-link {
    color: var(--lms-blue);
}

.lms-secondary-topnav .arrow-down::after {
    margin-right: 0;
}

.lms-secondary-topnav .dropdown-menu {
    z-index: 1100;
}

@media (min-width: 992px) {
    .lms-secondary-topnav .nav-item.dropdown {
        position: relative;
    }

    .lms-secondary-topnav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        min-width: 220px;
        margin-top: 0;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 12px 28px rgba(var(--lms-navy-rgb), .14);
    }

    .lms-secondary-topnav .nav-item.dropdown:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }
}

body[data-layout=horizontal] .lms-secondary-topnav + .main-content .page-content {
    padding-top: calc(76px + 1.5rem);
}

.lms-ticket-thread {
    background: #fff;
}

.lms-ticket-message {
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 14px;
}

.lms-ticket-message:last-child {
    margin-bottom: 0;
}

.lms-ticket-message-body p:last-child,
.lms-ticket-message-body ul:last-child,
.lms-ticket-message-body ol:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .topnav .nav-item.dropdown.active > .nav-link {
        color: var(--bs-menu-item-active-color);
    }

    .topnav-dark .nav-item.dropdown.active > .nav-link {
        color: #fff;
    }

    .topnav-dark .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, .82);
    }

    .topnav-dark .dropdown-menu .dropdown-item:hover,
    .topnav-dark .dropdown-menu .dropdown-item:focus,
    .topnav-dark .dropdown-menu .dropdown-item.active {
        color: #fff;
    }

    .lms-secondary-topnav {
        top: 70px;
        max-height: calc(100vh - 70px);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        overscroll-behavior: contain;
        scrollbar-width: none;
    }

    .lms-secondary-topnav::-webkit-scrollbar {
        display: none;
    }

    .lms-secondary-topnav .container-fluid,
    .lms-secondary-topnav .topnav-menu,
    .lms-secondary-topnav .navbar-collapse {
        min-width: 0;
        overflow: visible;
    }

    .lms-secondary-topnav .topnav-menu {
        display: block;
        overflow: visible;
        padding: 0 .75rem;
    }

    .lms-secondary-topnav .lms-secondary-nav-toggle {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: .65rem 0;
        border: 0;
        border-radius: 0;
        color: var(--lms-ink);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        background: transparent;
        box-shadow: none;
    }

    .lms-secondary-topnav .lms-secondary-nav-toggle span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .lms-secondary-topnav .lms-secondary-nav-toggle svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .lms-secondary-topnav .lms-secondary-nav-toggle-icon {
        transition: transform .18s ease;
    }

    .lms-secondary-topnav .lms-secondary-nav-toggle[aria-expanded="true"] .lms-secondary-nav-toggle-icon {
        transform: rotate(180deg);
    }

    .lms-secondary-topnav .lms-secondary-nav-collapse:not(.show):not(.collapsing) {
        display: none !important;
    }

    .lms-secondary-topnav .lms-secondary-nav-collapse.show,
    .lms-secondary-topnav .lms-secondary-nav-collapse.collapsing {
        display: block !important;
        width: 100%;
    }

    .lms-secondary-navbar-nav {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2px;
        padding: 4px 0 10px;
        overflow: visible;
    }

    .lms-secondary-navbar-nav .nav-item {
        width: 100%;
    }

    .lms-secondary-topnav .navbar-nav .nav-link {
        width: 100%;
        min-height: 42px;
        justify-content: flex-start;
        padding: .68rem .75rem;
        border-radius: 8px;
        white-space: normal;
    }

    .lms-secondary-topnav .navbar-nav .nav-link .arrow-down {
        margin-left: auto;
    }

    .lms-secondary-topnav .arrow-down::after {
        position: static;
        left: auto;
        margin: 0;
        transform: rotate(45deg) translateY(-35%);
    }

    .lms-secondary-topnav .dropdown.active > .nav-link .arrow-down::after {
        transform: rotate(-135deg) translateY(-15%);
    }

    .lms-secondary-topnav .dropdown .dropdown-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0 0 6px;
        padding: .25rem 0 .35rem 2rem;
        border: 0;
        border-radius: 8px;
        background: rgba(var(--lms-blue-rgb), .04);
        box-shadow: none;
    }

    .lms-secondary-topnav .dropdown .dropdown-menu.show {
        display: block;
    }

    .lms-secondary-topnav .dropdown .dropdown-item {
        color: var(--lms-muted);
    }

    .lms-secondary-topnav .dropdown .dropdown-item:hover,
    .lms-secondary-topnav .dropdown .dropdown-item:focus,
    .lms-secondary-topnav .dropdown .dropdown-item.active {
        color: var(--lms-blue);
    }

    body[data-layout=horizontal] .lms-secondary-topnav + .main-content .page-content {
        padding-top: calc(72px + 1.5rem);
    }
}

.card,
.modal-content,
.dropdown-menu {
    border-radius: 8px;
}

.page-content {
    padding-bottom: 36px;
    overflow-x: hidden;
}

body[data-layout=horizontal] .page-content.custom-page-view,
body[data-layout=horizontal] .page-content.course-detail-view {
    margin-top:3rem!important;
}

@media (max-width: 991.98px) {
    body[data-layout=horizontal] .page-content.custom-page-view,
    body[data-layout=horizontal] .page-content.course-detail-view {
        margin-top:-10px!important;
    }
}

.page-title-box {
    align-items: flex-start;
}

#page-topbar{
    z-index: 1010;
}

.page-title-box .btn,
.page-title-box form {
    align-self: flex-start;
    flex: 0 0 auto;
}

.lms-course-status-select {
    display: block !important;
}

.lms-back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1030;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--lms-blue);
    box-shadow: 0 12px 28px rgba(var(--lms-navy-rgb), .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease, background .18s ease;
}

.lms-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lms-back-to-top:hover,
.lms-back-to-top:focus {
    color: #fff;
    background: var(--lms-teal);
}

.lms-back-to-top svg {
    width: 20px;
    height: 20px;
}

.icon-xs {
    width: 14px;
    height: 14px;
}

.icon-sm {
    width: 18px;
    height: 18px;
}

.course-detail-head,
.course-detail-tabs {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.course-detail-head {
    margin-top: -5px;
    margin-bottom: 34px;
    overflow: hidden;
    background:
        linear-gradient(112deg, rgba(var(--lms-blue-rgb), .1) 0 52%, rgba(var(--lms-teal-rgb), .08) 52% 100%),
        var(--lms-pale-blue);
}

.course-detail-head-background {
    background-image:
        linear-gradient(90deg, rgba(242, 245, 248, .98) 0 46%, rgba(242, 245, 248, .08) 62%, rgba(242, 245, 248, .02) 100%),
        var(--course-detail-bg-image),
        linear-gradient(112deg, rgba(var(--lms-blue-rgb), .1) 0 52%, rgba(var(--lms-teal-rgb), .08) 52% 100%);
    background-position: center, right center, center;
    background-repeat: no-repeat;
    background-size: auto, contain, auto;
}

.course-detail-head-background .course-detail-head-inner {
    grid-template-columns: minmax(0, .78fr);
}

.course-detail-head::before {
    content: "";
    position: absolute;
    top: -16%;
    right: 9%;
    width: 44vw;
    height: 120%;
    min-width: 560px;
    border: 86px solid rgba(var(--lms-blue-rgb), .08);
    border-left-color: rgba(var(--lms-teal-rgb), .08);
    transform: rotate(-24deg);
    pointer-events: none;
}

.course-detail-head-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1760px);
    margin: 0 auto;
    padding: clamp(42px, 5vw, 72px) clamp(24px, 4vw, 64px) 112px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
    align-items: center;
    gap: clamp(32px, 5vw, 84px);
}

.course-detail-copy {
    max-width: 700px;
}

.course-detail-copy h1 {
    margin: 0 0 18px;
    color: var(--lms-ink);
    font-size: clamp(2.4rem, 4.4vw, 4.25rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.course-detail-subtitle {
    max-width: 900px;
    margin: 0 0 8px;
    color: var(--lms-ink);
    font-size: clamp(1rem, 1.45vw, 1.34rem);
    line-height: 1.55;
}

.course-detail-head-text {
    max-width: 900px;
    margin-top: 6px;
    color: var(--lms-ink);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    line-height: 1.55;
}

.course-detail-head-text > :last-child {
    margin-bottom: 0;
}

.course-detail-instructor-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-top: 16px;
    color: var(--lms-ink);
    font-size: 1.08rem;
}

.course-detail-instructor-line img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(var(--lms-navy-rgb), .12);
}

.course-detail-instructor-line a {
    color: var(--lms-ink);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.course-detail-instructor-main {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.course-detail-instructor-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.instructor-tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.instructor-tag-picker-selected {
    min-height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    padding: 7px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: var(--bs-body-bg);
}

.instructor-tag-picker-options {
    display: grid;
    gap: 8px;
}

.instructor-tag-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: var(--bs-body-bg);
    cursor: pointer;
}

.instructor-tag-option:hover {
    border-color: rgba(var(--lms-blue-rgb), .38);
    background: rgba(var(--lms-blue-rgb), .04);
}

.instructor-tag,
.instructor-verified-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: .6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

.instructor-tag {
    gap: 5px;
    padding: 3px 5px;
    border: 1px solid rgba(var(--lms-blue-rgb), .18);
    background: rgba(var(--lms-blue-rgb), .1);
    color: var(--lms-navy);
}

.profile-tag-choices .choices,
.choices.profile-tag-choices,
.choices[data-type*="select-multiple"] {
    margin-bottom: 0;
}

.profile-tag-choices .choices__inner,
.choices.profile-tag-choices .choices__inner,
.choices[data-type*="select-multiple"] .choices__inner {
    min-height: 38px;
    border-color: var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    padding: 5px 7px 2px;
}

.profile-tag-choices.is-focused .choices__inner,
.choices.profile-tag-choices.is-focused .choices__inner,
.profile-tag-choices.is-open .choices__inner,
.choices.profile-tag-choices.is-open .choices__inner,
.choices[data-type*="select-multiple"].is-focused .choices__inner,
.choices[data-type*="select-multiple"].is-open .choices__inner {
    border-color: var(--lms-blue);
    box-shadow: 0 0 0 .15rem rgba(var(--lms-blue-rgb), .16);
}

.profile-tag-choices .choices__list--multiple .choices__item,
.choices.profile-tag-choices .choices__list--multiple .choices__item,
.choices[data-type*="select-multiple"] .choices__list--multiple .choices__item {
    border-color: rgba(var(--lms-blue-rgb), .24);
    background: rgba(var(--lms-blue-rgb), .1);
    color: var(--lms-navy);
    border-radius: 999px;
    font-weight: 600;
}

.profile-tag-choices[data-type*="select-multiple"] .choices__button,
.choices.profile-tag-choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="select-multiple"] .choices__button {
    border-left-color: rgba(var(--lms-navy-rgb), .18);
    margin-left: 7px;
}

.instructor-verified-badge {
    position: relative;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    padding: 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    background: linear-gradient(145deg, #24C36B, #0F8F46);
    color: #fff;
    font-size: 0;
    box-shadow: 0 8px 18px rgba(15, 143, 70, .26);
    clip-path: polygon(50% 0, 60% 13%, 77% 7%, 83% 24%, 100% 30%, 91% 50%, 100% 70%, 83% 76%, 77% 93%, 60% 87%, 50% 100%, 40% 87%, 23% 93%, 17% 76%, 0 70%, 9% 50%, 0 30%, 17% 24%, 23% 7%, 40% 13%);
}

.instructor-verified-badge svg {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    stroke-width: 4.2;
}

.course-instructor-name,
.instructor-public-name {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.instructor-tag-on-hero {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .9);
    color: var(--lms-navy);
}

.instructor-verified-on-hero {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22), 0 0 0 3px rgba(255, 255, 255, .16);
}

.instructor-verified-on-hero svg {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}

.instructor-bio-content > :last-child {
    margin-bottom: 0;
}

.course-detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 42px;
}

.course-detail-actions form {
    margin: 0;
}

.course-detail-actions .btn {
    min-width: 220px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
}

.course-detail-media {
    position: relative;
    z-index: 1;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(var(--lms-navy-rgb), .18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-detail-media-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: clamp(280px, 31vw, 500px);
    object-fit: contain;
}

.course-detail-overview {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 1760px);
    margin: -70px auto 42px;
    padding: 30px 28px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(var(--lms-navy-rgb), .18);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 22px 45px rgba(var(--lms-navy-rgb), .14);
}

.course-detail-overview div {
    min-width: 0;
    padding: 4px clamp(18px, 2vw, 36px);
    border-left: 1px solid rgba(var(--lms-blue-rgb), .14);
}

.course-detail-overview div:first-child {
    border-left: 0;
}

.course-detail-overview strong,
.course-detail-overview span {
    display: block;
}

.course-detail-overview strong {
    color: var(--lms-ink);
    font-size: clamp(1.05rem, 1.5vw, 1.5rem);
    line-height: 1.25;
}

.course-detail-overview span {
    margin-top: 4px;
    color: var(--lms-muted);
    font-size: .95rem;
    line-height: 1.45;
}

.course-detail-overview .bxs-star {
    color: var(--lms-blue);
}

.lms-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--lms-ink);
    font-weight: 700;
    white-space: nowrap;
}

.lms-rating-stars {
    display: inline-flex;
    gap: 1px;
    color: var(--lms-amber);
}

.lms-rating-value,
.lms-rating-count {
    color: inherit;
}

.lms-rating-count {
    color: var(--lms-muted);
    font-weight: 600;
}

.course-detail-overview .lms-rating,
.public-counters .lms-rating {
    font-size: 1.25rem;
}

.course-detail-tabs {
    z-index: 4;
    margin-top: -34px;
    display: flex;
    justify-content: center;
    gap: clamp(6px, 2vw, 18px);
    padding: 0 clamp(16px, 4vw, 64px);
    border-bottom: 1px solid rgba(var(--lms-navy-rgb), .08);
    background: #fff;
}

.course-detail-tabs a {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(18px, 2vw, 30px);
    color: var(--lms-muted);
    border-bottom: 3px solid transparent;
    font-weight: 700;
}

.course-detail-tabs a:hover,
.course-detail-tabs a:focus,
.course-detail-tabs a.is-active,
.course-detail-tabs a[aria-selected="true"] {
    color: var(--lms-blue);
    border-bottom-color: var(--lms-blue);
}

.course-detail-tab-panel[hidden] {
    display: none !important;
}

.course-detail-anchor {
    scroll-margin-top: 86px;
}

.course-detail-panel {
    width: min(100%, 1320px);
    margin: 34px auto;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(var(--lms-navy-rgb), .06);
}

.course-detail-panel h2 {
    color: var(--lms-ink);
}

.course-rating-form-wrap {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.course-rating-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.course-rating-review-field,
.course-rating-submit {
    grid-column: 1 / -1;
}

.course-rating-submit {
    display: flex;
    justify-content: flex-end;
}

.course-review-list {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(var(--lms-navy-rgb), .08);
}

.course-review-item {
    height: 100%;
    padding: 16px;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    background: rgba(var(--lms-blue-rgb), .03);
}

.course-instructor-rating {
    color: var(--lms-ink);
}

.course-instructor-panel {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.course-instructor-avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 16px 32px rgba(var(--lms-navy-rgb), .14);
}

.course-instructor-panel h2 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.course-instructor-panel p {
    color: var(--lms-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.lms-stat-card .avatar-title {
    width: 42px;
    height: 42px;
}

.lms-stat-link {
    color: inherit;
    text-decoration: none;
    transition: box-shadow .18s ease, transform .18s ease;
}

.lms-stat-link:hover,
.lms-stat-link:focus {
    color: inherit;
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(var(--lms-navy-rgb), .1);
}

.lms-dashboard-band {
    background:
        linear-gradient(120deg, rgba(var(--lms-blue-rgb), .92), rgba(var(--lms-teal-rgb), .82)),
        url("../images/bg-3.jpg") center/cover no-repeat;
    border-radius: 8px;
    padding: clamp(22px, 4vw, 38px);
    color: #fff;
}

.lms-dashboard-band p {
    color: rgba(255, 255, 255, .78);
    max-width: 760px;
}

.lms-action-tile {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    padding: 18px;
    height: 100%;
    background: #fff;
    color: var(--lms-ink);
    text-decoration: none;
}

.lms-action-tile:hover {
    border-color: rgba(var(--lms-blue-rgb), .35);
    color: var(--lms-ink);
    box-shadow: 0 12px 30px rgba(var(--lms-navy-rgb), .08);
}

.lms-action-tile i,
.lms-action-tile svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: var(--lms-teal);
}

.lms-progress-ring {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: conic-gradient(var(--lms-teal) calc(var(--value) * 1%), var(--lms-border) 0);
}

.lms-progress-ring span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #fff;
    color: var(--lms-ink);
    font-weight: 700;
}

.lms-color-swatch {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid rgba(var(--lms-navy-rgb), .15);
}

.lms-chart {
    min-height: 300px;
}

.lms-chart-small {
    min-height: 260px;
}

.lms-chapter-list {
    max-height: 560px;
    overflow: auto;
}

.lms-chapter-link {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    color: var(--lms-ink);
    text-decoration: none;
    margin-bottom: 10px;
}

.lms-chapter-link.active,
.lms-chapter-link:hover {
    border-color: rgba(var(--lms-blue-rgb), .45);
    background: rgba(var(--lms-blue-rgb), .06);
    color: var(--lms-ink);
}

.lms-lesson-sortable {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.lms-lesson-sortable .lms-chapter-link {
    margin-bottom: 0;
}

.lms-lesson-row {
    grid-template-columns: 48px minmax(0, 1fr) auto;
}

.lms-lesson-row-dragging,
.lms-chapter-group-row-dragging {
    opacity: .55;
    border-color: rgba(var(--lms-blue-rgb), .55);
}

.lms-lesson-drag,
.lms-chapter-group-drag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--lms-muted);
    cursor: grab;
    user-select: none;
}

.lms-lesson-drag:active,
.lms-chapter-group-drag:active {
    cursor: grabbing;
}

.lms-chapter-group-sortable {
    display: grid;
    gap: 10px;
}

.lms-chapter-group-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.lms-chapter-group-row:hover {
    border-color: rgba(var(--lms-blue-rgb), .35);
    background: rgba(var(--lms-blue-rgb), .04);
}

.course-curriculum {
    display: grid;
    gap: 14px;
}

.course-curriculum-card {
    border: 1px solid rgba(var(--lms-navy-rgb), .1);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.course-curriculum-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(var(--lms-navy-rgb), .08);
}

.course-learn-sidebar .course-curriculum-head-toggle,
.course-curriculum[data-course-curriculum-accordion] .course-curriculum-head {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    appearance: none;
    text-align: left;
    cursor: pointer;
}

.course-learn-sidebar .course-curriculum-head[aria-disabled="true"] {
    cursor: default;
}

.course-curriculum-card.is-complete .course-curriculum-head-toggle:hover {
    background: rgba(var(--lms-blue-rgb), .05);
}

.course-curriculum-card.is-locked:not(.is-active) .course-curriculum-head {
    color: rgba(var(--lms-navy-rgb), .62);
}

.course-curriculum-state {
    margin-left: auto;
    white-space: nowrap;
    color: var(--lms-muted);
    font-size: .78rem;
    font-weight: 800;
}

.course-curriculum-card.is-complete .course-curriculum-state {
    color: #15955d;
}

.course-curriculum-card[data-learn-chapter-card] .course-curriculum-head svg,
.course-curriculum[data-course-curriculum-accordion] .course-curriculum-head svg {
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.course-curriculum-card[data-learn-chapter-card].is-complete.is-active .course-curriculum-head svg,
.course-curriculum[data-course-curriculum-accordion] .course-curriculum-card.is-active .course-curriculum-head svg {
    transform: rotate(180deg);
}

.course-curriculum[data-course-curriculum-accordion] .course-curriculum-card:not(.is-active) .course-curriculum-head {
    border-bottom-color: transparent;
}

.course-curriculum-head h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: var(--lms-ink);
}

.course-curriculum-head p {
    margin: 0;
    color: var(--lms-muted);
}

.course-lesson-list {
    display: grid;
}

.course-lesson-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(var(--lms-navy-rgb), .07);
    color: var(--lms-ink);
    text-decoration: none;
}

.course-lesson-row:last-child {
    border-bottom: 0;
}

.course-lesson-row:hover,
.course-lesson-row.active {
    background: rgba(var(--lms-blue-rgb), .06);
    color: var(--lms-ink);
}

.course-curriculum-exam-card {
    margin-top: 12px;
}

.course-lesson-row-exam {
    border-bottom: 0;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
}

.course-lesson-row-exam .course-lesson-title {
    grid-column: 2;
}

.course-lesson-exam-details {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    min-width: 0;
}

.course-lesson-title {
    font-weight: 600;
    min-width: 0;
}

.course-lesson-meta {
    color: var(--lms-muted);
    white-space: nowrap;
}

.course-lesson-access {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    white-space: nowrap;
}

.course-lesson-access.preview {
    color: var(--lms-blue);
}

.course-lesson-access.locked {
    color: var(--lms-ink);
}

.course-lesson-access.done {
    color: #15955d;
}

.course-lesson-access.warning {
    color: #b7791f;
}

.course-learn-layout {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.course-learn-mobile-nav {
    display: none;
}

.course-learn-sidebar {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 110px);
    overflow: auto;
}

.course-learn-content {
    position: sticky;
    top: 92px;
    overflow: auto;
    min-width: 0;
}

.course-lesson-surface,
.course-locked-panel {
    background: #fff;
    border: 1px solid rgba(var(--lms-navy-rgb), .1);
    border-radius: 8px;
}

.course-locked-panel {
    overflow: hidden;
}

.course-lesson-media {
    background: var(--lms-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.course-lesson-media iframe,
.course-lesson-iframe {
    display: block;
    border: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.course-lesson-body {
    padding: clamp(22px, 3vw, 34px);
}

.course-lesson-bottom-actions {
    position: sticky;
    bottom: 0;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 28px -12px -12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(var(--lms-navy-rgb), .1);
    border-radius: 8px;
    border-top: 1px solid rgba(var(--lms-navy-rgb), .1);
    box-shadow: 0 -14px 30px rgba(var(--lms-navy-rgb), .08);
    backdrop-filter: blur(10px);
}

.course-locked-panel {
    min-height: 420px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 36px;
    color: var(--lms-muted);
}

.course-locked-panel svg {
    width: 54px;
    height: 54px;
    color: var(--lms-blue);
    margin-bottom: 14px;
}

.course-locked-panel h2 {
    color: var(--lms-ink);
}

.course-unlock-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(var(--lms-navy-rgb), .28);
}

.course-unlock-modal .modal-body {
    position: relative;
    padding: clamp(28px, 5vw, 42px);
    text-align: center;
}

.course-unlock-modal .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
}

.course-unlock-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--lms-blue), var(--lms-teal));
}

.course-unlock-box {
    max-width: 560px;
    margin: 24px auto 0;
    padding: 24px;
    border: 1px solid rgba(var(--lms-blue-rgb), .22);
    border-radius: 8px;
    background: rgba(var(--lms-blue-rgb), .04);
}

.course-unlock-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    margin: 18px 0;
}

.course-unlock-price span {
    font-size: 32px;
    font-weight: 700;
    color: var(--lms-ink);
}

.course-unlock-price small {
    color: var(--lms-muted);
}

.course-unlock-box ul {
    display: grid;
    gap: 10px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.course-unlock-box li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-unlock-box li svg {
    width: 17px;
    height: 17px;
    color: var(--lms-teal);
}

.certificate-preview {
    border: 2px solid rgba(var(--lms-teal-rgb), .35);
    border-radius: 8px;
    padding: clamp(28px, 5vw, 54px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(240, 253, 250, .9)),
        url("../images/bg-2.jpg") center/cover no-repeat;
}

.auth-bg {
    min-height: 100%;
    background:
        linear-gradient(0deg, rgba(var(--lms-navy-rgb), .25), rgba(var(--lms-navy-rgb), .25)),
        url("../images/auth-bg.jpg") center/cover no-repeat;
    position: relative;
}

.auth-bg .bg-overlay {
    opacity: .58;
}

.auth-bg > .row,
.auth-bg > *:not(.bg-overlay) {
    position: relative;
    z-index: 1;
}

.authenticator-board {
    border: 1px solid rgba(var(--lms-blue-rgb), .16);
    border-radius: 8px;
    padding: 18px;
    background: var(--lms-pale-blue);
}

.otp-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.otp-segment {
    display: grid;
    grid-template-columns: repeat(3, 50px);
    overflow: hidden;
    border: 1px solid var(--lms-border);
    border-radius: 12px;
    background: #fff;
}

.otp-digit {
    width: 50px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: none;
}

.otp-segment .otp-digit:not(:last-child) {
    border-right: 1px solid var(--lms-border);
}

.otp-digit:focus {
    position: relative;
    z-index: 1;
    border-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(var(--lms-blue-rgb), .38);
}

.otp-separator {
    color: var(--lms-muted);
    font-size: 1.4rem;
    font-weight: 600;
}

.table-nowrap th,
.table-nowrap td {
    white-space: nowrap;
}

.form-control[type="color"] {
    min-height: 38px;
}

@media (max-width: 991.98px) {
    .course-learn-layout {
        grid-template-columns: 1fr;
    }

    .course-learn-content {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .course-learn-mobile-nav {
        display: block;
        padding: 16px;
        border: 1px solid rgba(var(--lms-navy-rgb), .1);
        border-radius: 8px;
        background: #fff;
    }

    .course-learn-sidebar {
        display: none;
    }

    .course-detail-head::before {
        right: -26%;
        min-width: 480px;
        opacity: .8;
    }

    .course-detail-head-inner {
        grid-template-columns: 1fr;
        padding-bottom: 96px;
    }

    .course-detail-copy {
        max-width: none;
    }

    .course-detail-media {
        width: min(100%, 740px);
    }

    .course-detail-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .course-detail-overview div {
        border-left: 0;
        border-top: 1px solid rgba(var(--lms-blue-rgb), .14);
    }

    .course-detail-overview div:nth-child(-n+2) {
        border-top: 0;
    }

    .course-detail-tabs {
        margin-top: -24px;
    }

    .course-rating-form-wrap {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 575.98px) {
    .course-detail-head {
        margin-bottom: 24px;
    }

    .course-detail-head::before {
        right: -78%;
        min-width: 420px;
        border-width: 56px;
    }

    .course-detail-head-inner {
        padding: 34px 18px 82px;
        gap: 24px;
    }

    .course-detail-copy h1 {
        font-size: 2.18rem;
    }

    .course-detail-subtitle,
    .course-detail-head-text {
        font-size: 1rem;
    }

    .course-detail-actions,
    .course-detail-actions form,
    .course-detail-actions .btn {
        width: 100%;
    }

    .course-detail-media-image {
        max-height: 320px;
    }

    .course-detail-overview {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        margin-top: -58px;
        padding: 18px;
    }

    .course-detail-overview div,
    .course-detail-overview div:nth-child(-n+2) {
        padding: 14px 0;
        border-left: 0;
        border-top: 1px solid rgba(var(--lms-blue-rgb), .14);
    }

    .course-detail-overview div:first-child {
        border-top: 0;
    }

    .course-detail-tabs {
        justify-content: flex-start;
        gap: 4px;
        margin-top: -20px;
        padding: 0 14px;
        overflow-x: auto;
    }

    .course-detail-tabs a {
        min-height: 52px;
        flex: 0 0 auto;
        padding: 0 16px;
    }

    .course-detail-panel {
        margin: 24px auto;
        padding: 20px;
    }

    .course-instructor-panel {
        grid-template-columns: 1fr;
    }

    .course-rating-form {
        grid-template-columns: 1fr;
    }

    .course-rating-submit,
    .course-rating-submit .btn {
        width: 100%;
    }

    .course-lesson-row {
        grid-template-columns: 22px minmax(0, 1fr);
        align-items: start;
    }

    .course-lesson-meta,
    .course-lesson-access {
        grid-column: 2;
    }

    .course-lesson-media {
        min-height: 0;
    }

    .course-lesson-bottom-actions .btn {
        width: 100%;
    }

    .course-lesson-bottom-actions .d-flex {
        width: 100%;
    }

    .course-unlock-box {
        padding: 18px;
    }

    .otp-input-group {
        gap: 6px;
    }

    .otp-segment {
        grid-template-columns: repeat(3, 42px);
    }

    .otp-digit {
        width: 42px;
        height: 46px;
        font-size: 1.1rem;
    }
}

.public-hero {
    margin-top: 70px;
    margin-left:-1px;
}

.public-hero-slide {
    position: relative;
    min-height: 620px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--lms-navy);
}

.public-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--hero-mask-color, rgba(var(--lms-navy-rgb), .86)), var(--hero-mask-color-soft, rgba(var(--lms-navy-rgb), .38)));
    pointer-events: none;
}

.public-hero-no-mask::before {
    display: none;
}

.public-hero-mask-sm-only::before {
    display: none;
}

.public-hero-slide > .container {
    position: relative;
    z-index: 1;
}

.public-hero-layout {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    padding: 96px 0;
}

.public-hero-design-background .public-hero-layout {
    grid-template-columns: minmax(0, 1fr);
}

.public-hero-copy {
    max-width: 760px;
    color: var(--hero-text-color, #fff);
}

.public-hero-position-center .public-hero-copy {
    margin: 0 auto;
    text-align: center;
}

.public-hero-position-center .public-hero-copy p {
    margin-left: auto;
    margin-right: auto;
}

.public-hero-position-right .public-hero-copy {
    margin-left: auto;
    text-align: right;
}

.public-hero-position-right .public-hero-copy p {
    margin-left: auto;
}

.public-hero-copy h1 {
    font-size: clamp(2rem, 5vw, 4.6rem);
    line-height: 1.02;
    margin-bottom: 18px;
    color: inherit;
}

.public-hero-copy p {
    max-width: 640px;
    color: inherit;
    opacity: .84;
    font-size: 1.08rem;
    margin-bottom: 28px;
}

.public-hero-side {
    position: relative;
    z-index: 1;
    margin: 0;
    align-self: end;
}

.public-hero-side img {
    display: block;
    width: min(100%, 520px);
    max-height: 540px;
    margin-left: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 42px rgba(var(--lms-navy-rgb), .28));
}

.home-slide-drag {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border: 1px solid rgba(var(--lms-navy-rgb), .12);
    border-radius: 6px;
    color: var(--lms-muted);
    cursor: grab;
}

.home-slide-row-dragging {
    opacity: .58;
}

.home-slide-color-field .form-control-color {
    flex: 0 0 3.25rem;
}

.home-slide-color-field .form-control:not(.form-control-color) {
    min-width: 0;
}

.home-slide-color-field .form-select {
    flex: 0 0 128px;
    max-width: 128px;
}

.home-slide-media-picker {
    display: grid;
    gap: 10px;
}

.home-slide-image-preview {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(var(--lms-navy-rgb), .14);
    border-radius: 8px;
    overflow: hidden;
    background: var(--lms-soft-bg);
}

.home-slide-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.public-section {
    padding: 72px 0;
}

.public-muted,
.section-features,
.section-checklist,
.section-faqs {
    background: var(--lms-soft-bg);
}

.public-title {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin-bottom: 8px;
}

.public-counters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    overflow: hidden;
}

.instructor-public-counters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-counters div {
    padding: 34px 28px;
    background: #fff;
    border-right: 1px solid rgba(var(--lms-navy-rgb), .08);
}

.public-counters div:last-child {
    border-right: 0;
}

.public-counters strong {
    display: block;
    font-size: 2.35rem;
    color: var(--lms-blue);
}

.public-counters span {
    color: var(--lms-muted);
}

.public-course {
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    overflow: hidden;
}

.public-course > img,
.public-course-picture-link {
    display: block;
    position: relative !important;
    width: calc(100% + 48px);
    max-width: none;
    aspect-ratio: 16 / 9;
    border-radius: 8px 8px 0 0;
    margin: -24px -24px 18px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.public-course > img,
.public-course-image {
    object-fit: cover;
}

.public-course-image {
    display: block;
    width: 100%;
    height: 100%;
}

.public-course h3 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 0 0 14px;
    min-height: 0;
}

.public-course-title-link {
    color: inherit;
    text-decoration: none;
}

.public-course-title-link:hover,
.public-course-title-link:focus {
    color: var(--lms-blue);
}

.public-course p {
    color: var(--lms-muted);
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.45;
    min-height: 54px;
}

.public-course-badge {
    position: absolute !important;
    top: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 6px;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    background: rgba(var(--lms-navy-rgb), .88);
}

.public-course-badge-left {
    left: 12px;
}

.public-course-badge-right {
    right: 12px;
    background: var(--lms-amber);
}

.public-course-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.public-course-price-old,
.course-detail-price-old {
    color: var(--lms-muted);
    font-size: .88rem;
    text-decoration-line: line-through !important;
    text-decoration-thickness: 1.5px;
}

.course-detail-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.course-detail-price h2 {
    flex-basis: 100%;
}

.public-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--lms-muted);
    font-size: .88rem;
}

.instructor-public-hero {
    --instructor-mask-start: .74;
    --instructor-mask-end: .42;
    position: relative;
    min-height: 560px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.instructor-public-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(var(--lms-navy-rgb), var(--instructor-mask-start)), rgba(var(--lms-teal-rgb), var(--instructor-mask-end)));
    pointer-events: none;
}

.instructor-public-hero > .container {
    position: relative;
    z-index: 1;
}

.instructor-public-mask-light {
    --instructor-mask-start: .52;
    --instructor-mask-end: .22;
}

.instructor-public-mask-medium {
    --instructor-mask-start: .74;
    --instructor-mask-end: .42;
}

.instructor-public-mask-dark {
    --instructor-mask-start: .9;
    --instructor-mask-end: .62;
}

.instructor-public-copy {
    max-width: 780px;
    padding: 96px 0;
}

.instructor-public-copy h1 {
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 1.04;
    margin-bottom: 18px;
    color: #fff;
}

.instructor-public-copy .lead {
    max-width: 680px;
    color: rgba(255, 255, 255, .84);
    margin-bottom: 28px;
}

.instructor-public-identity {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.instructor-public-logo,
.instructor-public-avatar {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, .82);
    background: #fff;
}

.instructor-public-logo {
    border-radius: 8px;
    padding: 4px;
}

.instructor-public-avatar {
    border-radius: 50%;
}

.instructor-contact-panel {
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    padding: 24px;
    background: #fff;
}

.instructor-contact-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: var(--lms-ink);
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--lms-navy-rgb), .08);
}

.instructor-contact-panel a:last-child {
    border-bottom: 0;
}

.instructor-contact-panel svg {
    width: 18px;
    height: 18px;
    color: var(--lms-teal);
    flex: 0 0 18px;
}

.blog-page {
    background:
        radial-gradient(circle at top left, rgba(var(--lms-blue-rgb), .08), transparent 320px),
        var(--lms-soft-bg);
}

.blog-home-head {
    margin-top: 0;
    padding: clamp(36px, 3vw, 38px) 0;
    background: var(--lms-pale-blue);
}

.blog-article {
    padding: 22px 0 72px;
}

.blog-article-head {
    margin: 0;
    padding: 0 0 26px;
    background: transparent;
}

.blog-home-head h1 {
    max-width: 1000px;
    margin: 0;
    color: var(--lms-ink);
    font-size: clamp(1.15rem, 3.35vw, 3rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.blog-article-head h1 {
    max-width: 980px;
    margin: 22px 0 0;
    color: var(--lms-ink);
    font-size: clamp(1.35rem, 3.5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 800;
}

.blog-home-head p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--lms-muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.blog-article-head p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--lms-muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 26px;
    color: var(--lms-muted);
    font-size: .94rem;
    font-weight: 700;
}

.blog-breadcrumb a {
    color: var(--lms-blue);
}

.blog-breadcrumb span {
    color: rgba(var(--lms-navy-rgb), .38);
}

.blog-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px auto;
    gap: 12px;
    max-width: 820px;
    margin-top: 30px;
}

.blog-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 28px 0;
}

.blog-category-nav a,
.blog-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    color: var(--lms-blue);
    background: rgba(var(--lms-blue-rgb), .1);
    font-size: .62rem;
    font-weight: 300;
}

.blog-category-nav a.is-active,
.blog-category-nav a:hover,
.blog-pill:hover {
    color: #fff;
    background: var(--lms-blue);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-bottom: 56px;
}

.blog-list-managed-ad {
    grid-column: 1 / -1;
}

.list-inline-managed-ad {
    width: 100%;
}

.blog-card {
    overflow: hidden;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(var(--lms-navy-rgb), .06);
}

.public-home-blog-card {
    display: flex;
    flex-direction: column;
}

.public-home-blog-card .blog-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.public-home-blog-card .blog-card-meta {
    margin-top: auto;
}

.blog-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    background: var(--lms-pale-blue);
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-card-body {
    padding: 22px;
}

.blog-card h2 {
    margin: 14px 0 10px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.blog-card h2 a {
    color: var(--lms-ink);
}

.blog-card p {
    color: var(--lms-muted);
    line-height: 1.62;
}

.blog-card-meta,
.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 18px;
    color: var(--lms-muted);
    font-size: .92rem;
}
.blog-card-meta span:nth-child(2),
.blog-article-meta span:nth-child(2){
    font-size: 80%;
}
.blog-article-meta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 24px;
}

.blog-article-meta {
    margin-top: 0;
    align-items: center;
    font-weight: 700;
}

.blog-author-dot {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lms-blue), var(--lms-teal));
    color: #fff;
    font-weight: 900;
}

.blog-article-cover {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    background: var(--lms-pale-blue);
}

.blog-article-cover img {
    width: 100%;
    max-height: 520px;
    display: block;
    object-fit: cover;
}

.blog-article-layout {
    width: min(100%, 1360px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 20px;
    padding-bottom: 0;
    align-items: start;
}

.blog-article-main {
    min-width: 0;
    padding: clamp(26px, 4vw, 56px);
    border: 1px solid rgba(var(--lms-navy-rgb), .06);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 70px rgba(var(--lms-navy-rgb), .08);
}

.blog-article-body {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--lms-ink);
    font-size: 1.08rem;
    line-height: 1.8;
}

.blog-article-body > *:first-child {
    margin-top: 0;
}

.blog-article-body h1,
.blog-article-body h2,
.blog-article-body h3,
.blog-article-body h4 {
    margin-top: 1.65em;
    margin-bottom: .65em;
    color: var(--lms-ink);
    line-height: 1.22;
    letter-spacing: 0;
}

.blog-article-body h2 {
    padding-left: 0;
    border-left: 0;
    font-size: 1.82rem;
    font-weight: 900;
}
.blog-article-body p{
    text-align: justify;
}
.blog-article-body p,
.blog-article-body li {
    color: rgba(var(--lms-navy-rgb), .84);
}

.blog-article-body blockquote {
    margin: 28px 0;
    padding: 20px 22px;
    border-left: 4px solid var(--lms-blue);
    border-radius: 0 8px 8px 0;
    background: rgba(var(--lms-blue-rgb), .08);
}

.blog-article-body img {
    max-width: 100%;
    border-radius: 8px;
}

.blog-article-body--sections .dynamic-sections {
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.blog-article-sidebar {
    position: sticky;
    top: 0px;
    align-self: start;
    display: grid;
    gap: 18px;
}

.blog-sidebar-card {
    padding: 16px;
    border: 1px solid rgba(var(--lms-navy-rgb), .06);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 54px rgba(var(--lms-navy-rgb), .07);
}
.blog-ad-panel {
    padding: 0px;
    border-radius: 16px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.blog-ad-panel img{
    border-radius: 16px;
}

.blog-article-body .dynamic-sections > .dynamic-section:first-of-type > .section-inner {
    padding-top: 10px !important;
}

.blog-sidebar-card h2 {
    margin: 0 0 16px;
    font-size: 1.12rem;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 900;
}

.blog-sidebar-categories a,
.blog-popular-link {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid rgba(var(--lms-navy-rgb), .08);
    color: var(--lms-blue);
    font-weight: 300;
}

.blog-popular-link--plain {
    grid-template-columns: 1fr;
}

.blog-sidebar-categories a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--lms-ink);
    border-top: 0;
    padding: 10px 0;
}

.blog-sidebar-categories a.is-active,
.blog-sidebar-categories a:hover {
    color: var(--lms-blue);
}

.blog-sidebar-categories strong {
    min-width: 34px;
    padding: 4px 9px;
    border-radius: 999px;
    color: var(--lms-blue);
    background: rgba(var(--lms-blue-rgb), .1);
    font-size: .86rem;
    text-align: center;
}

.blog-popular-link img {
    width: 64px;
    height: 54px;
    border-radius: 6px;
    object-fit: cover;
    background: var(--lms-pale-blue);
}

.blog-popular-link span {
    min-width: 0;
}

.blog-popular-link strong,
.blog-popular-link small {
    display: block;
}

.blog-popular-link strong {
    color: var(--lms-ink);
    line-height: 1.35;
}

.blog-popular-link:hover strong {
    color: var(--lms-blue);
}

.blog-popular-link small {
    margin-top: 5px;
    color: var(--lms-muted);
}

.lms-google-ad {
    width: 100%;
    min-height: 90px;
    overflow: hidden;
}

.blog-article-ad-top {
    width: min(100%, 970px);
    margin: 0 auto 34px;
}

.blog-article-ad-inline {
    margin: 34px 0;
}

.blog-article-ad-sidebar {
    min-height: 250px;
}

.lms-custom-ad {
    margin-top: 0px;
}

.blog-reaction-panel {
    margin-top: 24px;
    padding: 22px;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(var(--lms-navy-rgb), .05);
}

.blog-reaction-panel h2 {
    margin: 0;
    font-size: 1.12rem;
    letter-spacing: 0;
}

.blog-reaction-panel p {
    margin: 6px 0 0;
    color: var(--lms-muted);
}

.blog-reaction-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-reaction-button {
    min-width: 124px;
    min-height: 44px;
    border: 1px solid rgba(var(--lms-navy-rgb), .12);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: var(--lms-ink);
    font-weight: 800;
}

.blog-reaction-button i {
    color: var(--lms-blue);
    font-size: 1.1rem;
}

.blog-reaction-button strong {
    color: var(--lms-muted);
}

.blog-reaction-button:hover,
.blog-reaction-button.is-active {
    border-color: rgba(var(--lms-blue-rgb), .36);
    background: rgba(var(--lms-blue-rgb), .08);
}

.blog-reaction-button:disabled {
    opacity: .78;
    cursor: not-allowed;
}

.blog-article-sharebar {
    width: min(100%, 1180px);
    margin: 0 auto 28px;
    padding: 16px 18px;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    background: #fff;
}

.blog-article-sharebar strong {
    color: var(--lms-ink);
}

.blog-article-sharebar a {
    color: var(--lms-blue);
    font-weight: 700;
}

.dynamic-sections {
    --dynamic-section-content-width: 1320px;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.dynamic-section {
    /* margin-bottom: 30px; */
    color: var(--lms-ink);
    overflow: hidden;
}

.dynamic-section .section-inner {
    width: min(100%, var(--dynamic-section-content-width));
    margin: 0 auto;
    padding: 74px 24px;
}

.dynamic-section .section-heading {
    display: block;
    margin: 0 0 26px;
    color: var(--lms-ink);
    font-size: 40px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.dynamic-section .section-heading-center,
.dynamic-section .section-eyebrow {
    text-align: center;
}

.dynamic-section .section-lede {
    /* max-width: 720px; */
    margin: 0 0 34px;
    color: var(--lms-muted);
    font-size: 20px;
    line-height: 1.62;
}

.lms-section-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
}

.lms-section-buttons .btn {
    min-width: 176px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.section-media-heading-buttons {
    min-height: 560px;
    background: var(--lms-soft-bg);
}

.section-media-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
    align-items: center;
    gap: 72px;
}

.section-media-left .section-copy {
    order: 2;
}

.section-media-left .section-media-frame {
    order: 1;
}

.section-media-heading-buttons .section-copy {
    max-width: 620px;
}

.section-media-no-media .section-media-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 420px;
}

.section-media-no-media .section-copy {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.section-media-no-media .section-lede {
    margin-left: auto;
    margin-right: auto;
}

.section-media-no-media .lms-section-buttons {
    justify-content: center;
}

.section-media-frame {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-media-asset {
    display: block;
    max-width: 100%;
    max-height: 540px;
}

img.section-media-asset {
    object-fit: contain;
}

video.section-media-asset,
iframe.section-media-asset {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    background: var(--lms-navy);
}

.section-media-svg svg,
.section-icon-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section-features .section-inner {
    padding-top: 138px;
    padding-bottom: 118px;
}

.section-features .section-heading {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 78px;
}

.section-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 56px;
}

.section-feature-item {
    text-align: center;
}

.section-feature-icon {
    width: 74px;
    height: 74px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 30px;
    color: var(--lms-teal);
    font-size: 56px;
    object-fit: contain;
}

.section-feature-item h3 {
    margin: 0 0 16px;
    color: var(--lms-ink);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.section-feature-item p {
    max-width: 300px;
    margin: 0 auto;
    color: var(--lms-muted);
    font-size: 24px;
    line-height: 1.55;
}

.section-content-carousel .section-inner {
    padding-top: 68px;
    padding-bottom: 82px;
}

.section-carousel-head {
    max-width: 820px;
    margin-bottom: 30px;
}

.section-carousel-head-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-carousel-head .section-heading {
    margin-bottom: 10px;
}

.section-carousel-subtitle {
    margin: 0;
    color: var(--lms-muted);
    font-size: 18px;
    line-height: 1.6;
}

.section-content-swiper {
    position: relative;
    padding: 4px 4px 48px;
}

.section-content-swiper .swiper-slide {
    height: auto;
}

.section-carousel-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-content-swiper .section-carousel-prev,
.section-content-swiper .section-carousel-next {
    width: 38px;
    height: 38px;
    color: var(--lms-blue);
}

.section-content-swiper .section-carousel-prev::after,
.section-content-swiper .section-carousel-next::after {
    font-size: 18px;
    font-weight: 800;
}

.section-content-swiper .section-carousel-pagination {
    bottom: 8px;
}

.section-checklist .section-inner {
    padding-top: 34px;
    padding-bottom: 30px;
}

.section-checklist .section-heading {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.3;
}

.section-checklist-grid {
    display: grid;
    grid-template-columns: repeat(var(--section-columns, 2), minmax(0, 1fr));
    gap: 22px 58px;
}

.section-checklist-column h3 {
    margin: 0 0 18px;
    color: var(--lms-ink);
    font-size: 20px;
    font-weight: 800;
}

.section-checklist-column ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-checklist-column li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    color: var(--lms-muted);
    font-size: 22px;
    line-height: 1.42;
}

.section-checklist-icon {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    margin-top: 4px;
    color: var(--lms-muted);
    font-size: 20px;
    object-fit: contain;
}

.section-reviews {
    background: #fff;
}

.section-reviews .section-inner {
    padding-top: 66px;
    padding-bottom: 70px;
}

.section-reviews .section-eyebrow {
    margin: 0 0 12px;
    color: var(--lms-muted);
    font-size: 18px;
    font-weight: 700;
}

.section-reviews .section-heading {
    margin-bottom: 42px;
    font-size: 26px;
    line-height: 1.25;
    text-transform: uppercase;
}

.section-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.section-review-card {
    min-height: 334px;
    padding: 30px 38px;
    border: 1px solid var(--lms-border);
    border-radius: 0;
    text-align: center;
    background: #fff;
}

.section-review-quote {
    margin-bottom: 28px;
    color: color-mix(in srgb, var(--lms-blue) 24%, #ffffff);
    font-size: 36px;
}

.section-review-text {
    max-width: 330px;
    margin: 0 auto 18px;
    color: var(--lms-ink);
    font-size: 15px;
    line-height: 1.56;
}

.section-review-stars {
    display: inline-flex;
    gap: 3px;
    margin-bottom: 20px;
    color: var(--lms-blue);
    font-size: 14px;
}

.section-review-person {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.section-review-avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 50%;
    object-fit: cover;
    color: var(--lms-blue);
    background: var(--lms-pale-blue);
    display: inline-grid;
    place-items: center;
    font-size: 26px;
}

.section-review-person strong,
.section-review-person span {
    display: block;
}

.section-review-person strong {
    color: var(--lms-ink);
    font-size: 15px;
}

.section-review-person span {
    color: var(--lms-muted);
    font-size: 14px;
}

.section-cta {
    color: #fff;
    background: var(--lms-teal);
}

.section-cta .section-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
}

.section-cta .section-heading,
.section-cta .section-lede {
    color: #fff;
    max-width: 960px;
    width:98%;
}

.section-cta .section-heading {
    
    margin-bottom: 16px;
}

.section-cta .section-lede {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .86);
}

.section-cta .btn-outline-primary,
.section-cta .btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .88);
}

.section-faqs .section-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
}

.section-faq-list {
    display: grid;
    gap: 14px;
    width: min(100%, 920px);
    margin: 0 auto;
}

.section-faq-item {
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(var(--lms-navy-rgb), .04);
}

.section-faq-item summary {
    position: relative;
    min-height: 64px;
    padding: 20px 56px 20px 24px;
    color: var(--lms-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.section-faq-item summary::-webkit-details-marker {
    display: none;
}

.section-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 24px;
    color: var(--lms-blue);
    font-size: 24px;
    line-height: 1;
}

.section-faq-item[open] summary::after {
    content: "-";
}

.section-faq-answer {
    padding: 0 24px 22px;
    color: var(--lms-muted);
    font-size: 17px;
    line-height: 1.65;
}

.section-content-blocks {
    background: #fff;
}

.section-content-blocks .section-inner {
    width: min(100%, var(--dynamic-section-content-width));
}

.section-content-flow {
    display: grid;
    gap: 16px;
}

.section-content-flow h1,
.section-content-flow h2,
.section-content-flow h3,
.section-content-flow h4,
.section-content-flow h5,
.section-content-flow h6 {
    margin: 12px 0 0;
    color: var(--lms-ink);
    line-height: 1.2;
    letter-spacing: 0;
}

.section-content-flow h1 {
    font-size: 40px;
}

.section-content-flow h2 {
    font-size: 34px;
}

.section-content-flow h3 {
    font-size: 28px;
}

.section-content-flow h4,
.section-content-flow h5,
.section-content-flow h6 {
    font-size: 22px;
}

.section-content-flow p,
.section-content-flow li,
.section-content-flow span {
    color: var(--lms-muted);
    font-size: 18px;
    line-height: 1.72;
}

.section-content-flow p,
.section-content-flow ul {
    margin: 0;
}

.section-content-flow ul {
    display: grid;
    gap: 10px;
    padding-left: 24px;
}

.section-content-flow > span {
    display: block;
}

.section-richtext-block {
    background: #fff;
}

.section-richtext-block .section-inner {
    width: min(100%, var(--dynamic-section-content-width));
}

.section-richtext-body {
    color: var(--lms-ink);
    font-size: 18px;
    line-height: 1.75;
}

.section-richtext-body h1,
.section-richtext-body h2,
.section-richtext-body h3,
.section-richtext-body h4,
.section-richtext-body h5,
.section-richtext-body h6 {
    margin: 1.25em 0 .45em;
    color: var(--lms-ink);
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0;
}

.section-richtext-body p,
.section-richtext-body ul,
.section-richtext-body ol,
.section-richtext-body blockquote {
    margin: 0 0 18px;
}

.section-richtext-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.section-full-media {
    margin-bottom: 0;
    background: var(--lms-navy);
}

.section-full-media-asset {
    display: block;
    width: 100%;
    min-height: clamp(260px, 48vw, 680px);
    border: 0;
    object-fit: cover;
}

iframe.section-full-media-asset {
    aspect-ratio: 16 / 9;
    min-height: 0;
}

video.section-full-media-asset {
    background: var(--lms-navy);
}

.dynamic-section-row-dragging {
    opacity: .55;
}

.dynamic-section-drag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 6px;
    color: var(--lms-muted);
    cursor: grab;
}

.section-builder-repeat {
    display: grid;
    gap: 12px;
}

.section-builder-item {
    padding: 14px;
    border: 1px solid rgba(var(--lms-navy-rgb), .08);
    border-radius: 8px;
    background: var(--lms-soft-bg);
}

.section-builder-item-dragging {
    opacity: .55;
}

.section-builder-drag {
    width: 36px;
    min-height: 38px;
    display: inline-grid;
    place-items: center;
    color: var(--lms-muted);
    cursor: grab;
}

.dynamic-section-actions {
    white-space: nowrap;
}

.dynamic-section-actions .btn {
    width: 32px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    padding: 0;
}

.lms-media-picker-field .input-group .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lms-media-picker-preview {
    margin-top: 10px;
    border: 1px solid var(--lms-border);
    border-radius: 6px;
    background: var(--lms-soft-bg);
    padding: 8px;
    max-width: 280px;
}

.lms-media-picker-preview img,
img[data-media-picker-preview] {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.signature-generator-preview {
    border: 1px solid var(--lms-border);
    border-radius: 6px;
    background: #fff;
    padding: 10px;
}

.signature-generator-preview img {
    display: block;
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.lms-media-picker-sidebar {
    border: 1px solid var(--lms-border);
    border-radius: 8px;
    background: var(--lms-soft-bg);
    padding: 16px;
}

.lms-media-picker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 12px;
}

.lms-media-picker-card {
    border: 1px solid var(--lms-border);
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lms-media-picker-card:hover,
.lms-media-picker-card:focus {
    border-color: var(--lms-blue);
    box-shadow: 0 8px 20px rgba(var(--lms-blue-rgb), .14);
    transform: translateY(-1px);
}

.lms-media-picker-thumb,
.admin-media-thumb {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    background:
        linear-gradient(45deg, rgba(var(--lms-navy-rgb), .04) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--lms-navy-rgb), .04) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--lms-navy-rgb), .04) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--lms-navy-rgb), .04) 75%),
        #fff;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    background-size: 16px 16px;
    overflow: hidden;
}

.lms-media-picker-thumb img,
.admin-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.lms-media-picker-name {
    display: block;
    margin-top: 7px;
    color: var(--lms-muted);
    font-size: 12px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lms-media-picker-variation-badge {
    display: inline-flex;
    margin-top: 6px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(var(--lms-blue-rgb), .1);
    color: var(--lms-blue-dark);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.admin-media-library-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
}

.admin-media-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--lms-border);
    border-radius: 8px;
    background: #fff;
}

.admin-media-body {
    min-width: 0;
}

.admin-media-body h3 {
    overflow: hidden;
    margin: 0 0 4px;
    color: var(--lms-navy);
    font-size: 15px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-media-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.media-usage-list {
    display: grid;
    gap: 10px;
}

.media-usage-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff7f7;
}

.video-testing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 18px;
}

.video-testing-card {
    overflow: hidden;
    border: 1px solid var(--lms-border);
    border-radius: 8px;
    background: #fff;
}

.video-testing-player {
    aspect-ratio: 16 / 9;
    background: var(--lms-navy);
}

.video-testing-player video,
.video-testing-placeholder {
    width: 100%;
    height: 100%;
}

.video-testing-player video {
    display: block;
    background: #000;
}

.video-testing-placeholder {
    display: grid;
    place-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .84);
    text-align: center;
}

.video-testing-placeholder svg {
    width: 34px;
    height: 34px;
}

.video-testing-body {
    padding: 16px;
}

.video-testing-body h3 {
    margin: 0 0 4px;
    color: var(--lms-navy);
    font-size: 17px;
    line-height: 1.3;
}

.video-testing-meta,
.video-testing-quality-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.video-testing-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--lms-muted);
    font-size: 12px;
}

.video-testing-quality-list span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    color: var(--lms-blue);
    font-size: 12px;
    font-weight: 700;
    background: rgba(var(--lms-blue-rgb), .1);
}

@media (max-width: 767.98px) {
    .public-hero-mask-sm-only::before {
        display: block;
    }

    .public-hero-slide {
        min-height: 0px;

    }
    /* .public-hero-copy h1, .public-hero-copy p{
        font-size: 60%;
    } */

    .public-hero-layout {
        min-height: 0px;
        grid-template-columns: 1fr;
        padding: 20px 0;

    }

    .public-hero-position-right .public-hero-copy,
    .public-hero-position-center .public-hero-copy {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .public-hero-copy{
        text-align: center !important;
    }
    .public-hero-side {
        display: none;
    }

    .instructor-public-hero {
        min-height: 520px;
    }

    .instructor-public-copy {
        padding: 72px 0;
    }

    .public-counters {
        grid-template-columns: 1fr;
    }

    .blog-search,
    .blog-grid,
    .blog-article-layout {
        grid-template-columns: 1fr;
    }

    .blog-article-cover {
        width: 100%;
        margin-top: 0;
    }

    .blog-article-head {
        padding: 0 0 24px;
    }

    .blog-article-head h1 {
        font-size: 2.2rem;
    }

    .blog-article-main {
        padding: 24px;
        border-radius: 14px;
    }

    .blog-article-sidebar {
        position: static;
    }

    .blog-reaction-panel {
        align-items: flex-start;
    }

    .public-counters div {
        border-right: 0;
        border-bottom: 1px solid rgba(var(--lms-navy-rgb), .08);
    }

    .public-counters div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 1199.98px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-feature-grid,
    .section-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-feature-item p {
        font-size: 21px;
    }
}

@media (max-width: 991.98px) {
    .dynamic-section .section-heading {
        font-size: 32px;
    }

    .section-media-grid,
    .section-cta-inner {
        grid-template-columns: 1fr;
    }

    .section-media-frame {
        min-height: 280px;
    }

    .section-checklist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dynamic-section .section-inner,
    .section-features .section-inner,
    .section-reviews .section-inner,
    .section-cta .section-inner,
    .section-content-carousel .section-inner {
        padding: 48px 18px;
    }

    .dynamic-section .section-heading {
        font-size: 28px;
    }

    .dynamic-section .section-lede {
        font-size: 17px;
    }

    .section-feature-grid,
    .section-review-grid,
    .section-checklist-grid {
        grid-template-columns: 1fr;
    }

    .section-features .section-heading {
        margin-bottom: 42px;
    }

    .section-feature-item h3 {
        font-size: 25px;
    }

    .section-feature-item p {
        font-size: 18px;
    }

    .section-checklist-column li {
        font-size: 18px;
    }

    .lms-section-buttons .btn {
        width: 100%;
    }

    .section-faq-item summary {
        padding: 18px 48px 18px 18px;
        font-size: 16px;
    }

    .section-faq-item summary::after {
        right: 18px;
    }

    .section-faq-answer {
        padding: 0 18px 20px;
        font-size: 16px;
    }

    .section-content-flow h1,
    .section-content-flow h2,
    .section-content-flow h3 {
        font-size: 26px;
    }

    .section-content-flow p,
    .section-content-flow li,
    .section-content-flow span,
    .section-richtext-body {
        font-size: 16px;
    }

    .section-richtext-body h1,
    .section-richtext-body h2,
    .section-richtext-body h3,
    .section-richtext-body h4,
    .section-richtext-body h5,
    .section-richtext-body h6 {
        font-size: 24px;
    }

    .section-full-media-asset {
        min-height: 240px;
    }
}
.swiper-button-next, .swiper-button-prev{
    border:none;
    background: none;
}
body[data-layout=horizontal] .page-content{
    padding: calc(32px + 1.5rem) 0px 60px 0px;
}
body[data-layout=horizontal] .page-content .container-fluid{
    padding-top:25px;
}

.footer{
    position: relative;
}

.footer.public-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto !important;
    width: 100%;
    height: auto;
    padding: 0;
    color: rgba(230, 243, 251, .86);
    background: var(--lms-navy);
    overflow: hidden;
}

body[data-layout=horizontal] .footer.public-footer {
    left: auto;
}

.public-footer a {
    color: inherit;
    text-decoration: none;
}

.public-footer a:hover,
.public-footer a:focus {
    color: #fff;
}

.public-footer-container {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding-right: clamp(20px, 4vw, 64px);
    padding-left: clamp(20px, 4vw, 64px);
}

.public-footer-main {
    /* padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 5vw, 74px); */
    padding: 32px 0px 10px;
}

.public-footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.15fr) minmax(170px, .8fr) minmax(230px, 1fr) minmax(300px, 1.05fr);
    /* gap: clamp(32px, 5vw, 78px); */
    gap: clamp(20px, 2vw, 58px);
    align-items: start;
}

.public-footer-brand {
    display: grid;
    gap: 22px;
}

.public-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    filter: brightness(0) saturate(100%) invert(63%) sepia(68%) saturate(1717%) hue-rotate(168deg) brightness(89%) contrast(97%);
}

.public-footer-logo img {
    display: block;
    max-width: min(220px, 100%);
    max-height: 64px;
    object-fit: contain;
}

.public-footer-logo span {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.public-footer-brand p,
.public-footer-updates p {
    margin: 0;
    color: rgba(230, 243, 251, .84);
    font-size: 15px;
    line-height: 1.65;
}

.public-footer-brand .public-footer-tagline {
    margin-top: -8px;
    color: rgba(116, 201, 237, .95);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.public-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}

.public-footer-social:empty {
    display: none;
}

.public-footer-social a {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(230, 243, 251, .09);
    border-radius: 50%;
    color: #fff;
    background: rgba(230, 243, 251, .09);
    font-size: 21px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.public-footer-social a:hover,
.public-footer-social a:focus {
    border-color: rgba(var(--lms-blue-rgb), .65);
    background: var(--lms-blue);
    transform: translateY(-2px);
}

.public-footer-column,
.public-footer-updates {
    min-width: 0;
}

.public-footer-column h2,
.public-footer-updates h2 {
    position: relative;
    margin: 0 0 16px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0;
}

.public-footer-column h2::after,
.public-footer-updates h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lms-blue), var(--lms-teal));
}

.public-footer-column ul {
    display: grid;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.public-footer-column a {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.35;
}

.public-footer-column a i {
    color: var(--lms-blue);
    font-size: 18px;
    line-height: 1;
}

.public-footer-column a span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.public-footer-updates {
    display: grid;
    gap: 20px;
}

.public-footer-subscribe {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    max-width: 410px;
    border: 1px solid rgba(230, 243, 251, .22);
    border-radius: 8px;
    background: rgba(7, 24, 49, .48);
    overflow: hidden;
}

.public-footer-subscribe input {
    min-width: 0;
    height: 52px;
    padding: 0 14px;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
    outline: 0;
}

.public-footer-subscribe input::placeholder {
    color: rgba(230, 243, 251, .62);
}

.public-footer-subscribe button {
    min-width: 106px;
    padding: 0 14px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--lms-blue), var(--lms-teal));
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.public-footer-subscribe button:hover,
.public-footer-subscribe button:focus {
    background: var(--lms-blue-dark);
}

.public-footer-privacy {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: rgba(230, 243, 251, .78);
    font-size: 14px;
    line-height: 1.45;
}

.public-footer-privacy i {
    color: var(--lms-blue);
    font-size: 30px;
    line-height: 1;
}

.public-footer-bottom {
    border-top: 1px solid rgba(230, 243, 251, .18);
}

.public-footer-bottom-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 10px 0px;
}

.public-footer-copy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
}

.public-footer-copy i {
    flex: 0 0 auto;
    color: var(--lms-blue);
    font-size: 30px;
}

.public-footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.public-footer-legal a {
    position: relative;
    padding: 0 24px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    white-space: nowrap;
}

.public-footer-legal a:last-child {
    padding-right: 0;
}

.public-footer-legal a + a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 28px;
    background: rgba(230, 243, 251, .24);
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .public-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-footer-bottom-inner {
        grid-template-columns: 1fr;
        padding: 28px 0;
    }

    .public-footer-legal {
        justify-content: flex-start;
    }

    .public-footer-legal a:first-child {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .public-footer-main {
        padding: 46px 0 38px;
    }

    .public-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .public-footer-brand p,
    .public-footer-updates p,
    .public-footer-column a {
        font-size: 14px;
    }

    .public-footer-column h2,
    .public-footer-updates h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .public-footer-subscribe {
        grid-template-columns: 1fr;
    }

    .public-footer-subscribe input {
        height: 50px;
    }

    .public-footer-subscribe button {
        min-height: 50px;
    }

    .public-footer-copy {
        align-items: flex-start;
        font-size: 13px;
        line-height: 1.45;
    }

    .public-footer-legal {
        display: grid;
        gap: 12px;
    }

    .public-footer-legal a {
        padding: 0;
        white-space: normal;
    }

    .public-footer-legal a + a::before {
        display: none;
    }
}

.blog-share-panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    padding: 16px;
    border: 1px solid rgba(var(--lms-navy-rgb), .09);
    border-radius: 8px;
    background: #fff;
}

.blog-share-panel--inline {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.blog-share-panel span {
    font-weight: 700;
    color: var(--lms-navy);
    margin-right: 4px;
}

.blog-share-panel a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(var(--lms-blue-rgb), .18);
    color: var(--lms-blue);
    background: rgba(var(--lms-blue-rgb), .06);
    font-size: 18px;
}

.blog-share-panel a:hover {
    background: var(--lms-blue);
    color: #fff;
}

.iti {
    width: 100%;
}

.iti .form-control,
.iti input.form-control {
    width: 100%;
}

.input-group > .iti {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-floating > .iti {
    display: block;
}

.form-floating > .iti > .form-control {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.iti__country-list,
.iti--inline-dropdown .iti__dropdown-content {
    z-index: 1065 !important;
}

.lms-managed-placement,
.lms-managed-ad {
    width: 100%;
    max-width: var(--placement-width, var(--ad-width, 100%));
    min-height: var(--placement-height, var(--ad-height, auto));
    margin: 18px auto;
    text-align: center;
    position: relative;
}

.lms-managed-placement-label,
.lms-managed-ad-label {
    font-size: 11px;
    line-height: 1;
    color: rgba(var(--lms-navy-rgb), .48);
    letter-spacing: .08em;
    margin-bottom: 8px;
    position: absolute;
    top:0px;
    left:0px;
}

.lms-managed-placement-body,
.lms-managed-ad-body {
    display: grid;
    place-items: center;
    min-height: var(--placement-height, var(--ad-height, 0));
    overflow: hidden;
    border: 0px solid rgba(var(--lms-navy-rgb), .09);
    border-radius: 8px;
    background: transparent;
}

.lms-managed-placement-body a,
.lms-managed-ad-body a {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: inherit;
    color: var(--lms-navy);
}

.lms-managed-placement-body img,
.lms-managed-ad-body img {
    display: block;
    width: 100%;
    max-width: var(--placement-width, var(--ad-width, 100%));
    max-height: var(--placement-height, var(--ad-height, none));
    height: auto;
    object-fit: contain;
}

.lms-managed-placement-body span,
.lms-managed-ad-body span {
    display: block;
    padding: 18px;
    font-weight: 700;
}

.lms-placement-shortcode {
    display: block;
    width: 100%;
    margin: 16px 0;
    text-align: center;
}

.lms-placement-shortcode a,
.lms-placement-shortcode img {
    display: block;
    width: 100%;
}

.lms-placement-shortcode img {
    height: auto;
    object-fit: contain;
}

.lms-placement-shortcode span {
    display: block;
    padding: 16px;
    border: 1px solid rgba(var(--lms-navy-rgb), .09);
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
}

.section-ad-placement .section-inner {
    width: min(100%, var(--dynamic-section-content-width));
    padding-top: 28px;
    padding-bottom: 28px;
}

.section-ad-placement .lms-managed-placement {
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.header-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 0 12px;
    line-height: 1;
}

.header-icon-button svg,
.header-icon-button i {
    display: block;
}

.header-icon-button.noti-icon .badge {
    top: 12px;
    right: 6px;
    line-height: 1;
}

.shop-price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.shop-price-current {
    font-weight: 700;
}

.shop-price-regular {
    color: var(--bs-secondary-color);
    font-size: 0.82em;
    font-weight: 400;
}

.product-gallery-main {
    --zoom-x: 50%;
    --zoom-y: 50%;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: var(--bs-tertiary-bg);
}

.product-gallery-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: var(--zoom-x) var(--zoom-y);
    transition: transform 160ms ease;
}

.product-gallery-main.is-zoomable {
    cursor: zoom-in;
}

.product-gallery-main.is-zoomable:hover img {
    transform: scale(1.85);
}

.product-gallery-thumbs {
    display: flex;
    gap: 0.5rem;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.product-gallery-thumb {
    flex: 0 0 auto;
    width: 82px;
    height: 64px;
    padding: 2px;
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    background: var(--bs-card-bg);
    scroll-snap-align: start;
}

.product-gallery-thumb.active {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.16);
}

.product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
