    :root {

        --brand: #d69b8c;
        --brand-600: #d69b8c;
        --brand-50: #e9f7f7;
        --ink: #1e1e1e;
        --muted: #6b7280;
        --paper: #ffffff;
        --shell: #f6efe9;
        --footer: #313131;
        --footer-ink: #d8d8d8;
        --ring: #ffeebc;
        --shadow: 0 10px 30px rgba(0, 0, 0, .08);
        --primary-color: #d69b8c;
        --secondary-color: #0b1e1e;
        --text-color: #333;
        --bg-color: #f8f8f8;
        --hover-color: #d69b8c;
        --shadow-color: rgba(0, 0, 0, 0.1);
    }

    p,
    span,
    strong {
        font-family: "Figtree", sans-serif !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Figtree", sans-serif !important;
    }

    html,
    body {
        font-family: "Figtree", sans-serif !important;
        color: var(--ink);
        background: #fff
    }

    .owl-theme .owl-nav {
        font-family: "Figtree", sans-serif !important;
        display: none;
    }

    a {
        color: inherit;
        font-family: "Figtree", sans-serif !important;
        text-decoration: none;
    }

    /* ===== NAVBAR ===== */
    .site-navbar {
        background: var(--shell);
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        transition: box-shadow .2s ease, border-color .2s ease, background .2s ease
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #d69b8c !important;
    }

    .dropdown-menu li {
        border-bottom: 1px solid #e5e5e5;

    }


    .dropdown-menu li .dropdown-item {
        padding: 10px 30px;
    }

    .nav-item .nav-link {}

    .site-navbar.is-scrolled {
        box-shadow: var(--shadow);
        border-color: transparent
    }

    .navbar-brand img {
        height: 58px
    }

    @media (max-width:991.98px) {
        .navbar-brand img {
            height: 50px
        }
    }

    .navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none !important
    }

    .navbar-toggler-icon {
        width: 1.75rem;
        height: 1.75rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 16 16'%3e%3cpath stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.7' d='M2 4h12M2 8h12M2 12h12'/%3e%3c/svg%3e")
    }

    .nav-link {
        color: var(--ink) !important;
        padding: .8rem 1rem !important;
        font-weight: 600;
        letter-spacing: .2px;
        border-radius: .5rem
    }

    .nav-link:hover {
        color: var(--brand) !important
    }

    .nav-link.active {
        color: var(--brand) !important
    }

    .menu-caret {
        font-size: .9rem;
        margin-left: .25rem;
        transition: .15s transform
    }

    .dropdown.show .menu-caret {
        transform: rotate(180deg)
    }

    .dropdown-menu {
        --bs-dropdown-padding-y: .5rem;
        --bs-dropdown-border-radius: .75rem;
        --bs-dropdown-min-width: 16rem;
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: var(--shadow)
    }

    .dropdown-item {
        display: flex;
        align-items: center;
        gap: .6rem;
        padding: .6rem .9rem;
        border-radius: .5rem;
        font-weight: 500
    }

    .dropdown-item:hover {
        background: rgba(0, 0, 0, .05)
    }

    .shop-btn {
        background: var(--brand);
        color: #fff;
        border: none;
        padding: .8rem 1.1rem;
        font-weight: 500;
        border-radius: .75rem;
        display: inline-flex;
        align-items: center;
        gap: .55rem;
        box-shadow: 0 6px 14px rgba(0, 116, 116, .28);
        text-decoration: none
    }

    .shop-btn:hover {
        background: var(--brand-600);
        color: #fff;
        transform: translateY(-1px)
    }

    /* ===== HERO / BANNER ===== */
    .hero {
        position: relative
    }

    .hero .carousel-item {
        height: 56svh
    }

    .hero img {
        object-fit: cover;
        height: 100%;
        filter: brightness(.75)
    }

    .hero .caption {
        position: absolute;
        inset: auto auto 10% 6%;
        max-width: min(760px, 80%);
        background: rgba(0, 0, 0, .45);
        border: 1px solid rgba(255, 255, 255, .15);
        backdrop-filter: saturate(120%) blur(6px);
        border-radius: 1rem;
        padding: 1.25rem 1.25rem
    }

    .hero .caption h1 {
        color: #fff;
        font-weight: 800;
        letter-spacing: .2px;
        margin: 0 0 .35rem
    }

    .hero .caption p {
        color: #f1f1f1;
        margin: 0 0 .9rem
    }

    .hero .tag {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        background: rgba(0, 116, 116, .85);
        color: #fff;
        padding: .325rem .6rem;
        border-radius: .5rem;
        font-weight: 700;
        font-size: .85rem
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(100%)
    }

    /* ===== SEARCH + FILTERS ===== */
    .section-pad {
        padding: clamp(18px, 2.5vw, 28px) 0
    }

    .search-card {
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: var(--shadow);
        border-radius: 1rem;
        padding: 1rem;
        background: var(--paper)
    }

    .search-bar input {
        width: 100%;
        padding: .75rem .9rem;
        border-radius: .75rem;
        border: 1px solid #e5e7eb
    }

    .btn-filter {
        background: var(--brand);
        color: #fff;
        border: none;
        padding: .75rem 1rem;
        border-radius: .75rem;
        font-weight: 700
    }

    .btn-filter:hover {
        background: var(--brand-600)
    }

    .filter-panel {
        display: none;
        background: var(--brand-50);
        border: 1px solid #d7ecec;
        border-radius: 1rem;
        padding: 1rem
    }

    .filter-panel label {
        font-weight: 700;
        color: var(--brand)
    }

    .filter-panel select {
        width: 100%;
        padding: .65rem .75rem;
        border-radius: .6rem;
        border: 1px solid #d9d9d9;
        background: #fff
    }

    /* ===== CAROUSEL STRIPS ===== */
    .strip h2 {
        color: var(--brand);
        font-weight: 900;
        letter-spacing: .2px
    }

    .owl-theme .owl-stage-outer {
        padding: .35rem 0
    }

    .card-tile {
        border-radius: 1rem;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: var(--shadow);
        background: #fff;
        position: relative;
        display: inline-block;
    }

    .card-tile img {
        aspect-ratio: 4/3;
        width: 100%;
        object-fit: cover;
        display: block
    }

    .academy-courses a.h4 {
        transition: all 0.2s ease-in-out;
    }

    .academy-courses a.h4:hover {
        color: #d69b8c !important;
        text-decoration: underline;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #d69b8c;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: #7a7a7a;
    }

    .academy-courses .btn.btn-primary:hover {
        background: #d69b8c !important;
        transform: translateY(-2px);
    }

    .card-tile .title {
        padding: .7rem .75rem;
        text-align: center;
        font-weight: 700;
        background: var(--brand);
        color: #fff
    }

    .card-image {
        width: 100%;
        height: auto;
        display: block;
    }


    .badge {
        position: absolute;
        bottom: 55px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 10px;
        border-radius: 15px;
        display: flex;
        align-items: center;
    }

    .badge-item {
        margin-left: 5px;
        color: white;
    }

    .badge-item.collection-icon,
    .badge-item.content-watched-icon {
        width: 16px;
        height: 16px;
    }

    .owl-nav button {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background: #000 !important;
        opacity: .4;
        width: 36px;
        height: 36px;
        border-radius: 999px
    }

    .owl-nav button:hover {
        opacity: .7
    }

    .owl-nav .owl-prev {
        left: -10px
    }

    .owl-nav .owl-next {
        right: -10px
    }

    /* ===== FOOTER ===== */
    footer {
        background: var(--footer);
        color: var(--footer-ink);
        padding-top: 52px
    }

    .footer-brand img {
        height: 56px
    }

    .ftr-title {
        color: #fff;
        font-weight: 800;
        margin-bottom: 1rem;
        font-size: 1.1rem
    }

    .ftr-list {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .ftr-list li {
        margin: .55rem 0
    }

    .ftr-list a {
        color: #ededed;
        text-decoration: none
    }

    .ftr-list a:hover {
        text-decoration: underline
    }

    .social a {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #000000;
        color: #fff;
        border-radius: 50%;
        margin-right: .5rem;
        font-size: 1.05rem;
        text-decoration: none
    }

    .social a:hover {
        background: #3a3a3a
    }

    .ftr-sep {
        border-top: 1px solid #313131;
        margin-top: 2.25rem
    }

    .copyright {
        border-top: 1px solid #2a2a2a;
        color: #d8d8d8;
        text-align: center;
        padding: 18px 0;
        font-weight: 600
    }

    .copyright a {
        color: #d69b8c;
        text-decoration: none
    }

    /* Utilities */
    .container-wide {
        max-width: 1280px
    }

    .to-top {
        position: fixed;
        right: 22px;
        bottom: 22px;
        width: 54px;
        height: 54px;
        border: 2px solid #000000;
        background: transparent;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1030
    }

    .to-top i {
        color: #000000;
        font-size: 1.25rem
    }


    @media (prefers-reduced-motion: reduce) {

        .carousel,
        .carousel * {
            animation: none !important;
            transition: none !important
        }
    }

    /* DETILS PAGE CSS START HERE */
    /* DETILS PAGE CSS START HERE */


    /* Main Section */
    .main-section {
        padding: 30px;
        text-align: center;
        background-color: #f7f7f7;
        color: #333;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-top: 40px;
        transition: all 0.3s ease;
    }

    .main-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .main-section h1 {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 20px;
        color: #2C3E50;
        letter-spacing: 2px;
    }

    .main-section p {
        font-size: 1.2rem;
        line-height: 1.6;
        max-width: 900px;
        margin: 0 auto;
        color: #7F8C8D;
    }

    .main-section img {
        max-height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
        transition: all 0.3s ease-in-out;
    }

    .main-section img:hover {
        transform: scale(1.05);
    }

    /* Responsive design */
    @media (max-width: 768px) {
        .main-section {
            padding: 60px 20px;
        }

        .main-section h1 {
            font-size: 2rem;
        }

        .main-section p {
            font-size: 1rem;
        }

        .main-section img {
            max-height: 300px;
        }
    }

    /* Video Grid */
    .video-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        gap: 20px;
        margin-top: 40px;
        padding: 20px;
    }

    .video-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        overflow: hidden;
        position: relative;
    }


    .video-card .poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 61%;
        background-size: cover;
        background-position: center;
        z-index: 1;
        opacity: 1;
        filter: blur(1px);
        background-color: rgb(0 0 0 / 67%);
        background-blend-mode: overlay;
    }


    .video-card .lock-icon {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* background-color: rgba(0, 0, 0, 0.6); */
        color: #fff;
        padding: 3px 12px;
        border-radius: 5px;
        font-size: 20px;
        z-index: 2;
        display: block;
    }

    .video-card iframe {
        width: 100%;
        height: 220px;
        border: none;
    }


    .video-card h5 {
        padding: 15px;
        font-size: 18px;
        color: var(--primary-color);
        z-index: 3;
        font-family: "Figtree", sans-serif;
    }

    .video-card p {
        padding: 0 15px 20px;
        color: var(--text-color);
        font-size: 1rem;
    }

    .basics-footer {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-radius: 0 0 15px 15px;
        margin-bottom: 15px;
    }

    .time {
        font-size: 0.9rem;
        color: var(--primary-color);
    }

    .button {
        background-color: var(--primary-color);
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-family: "Figtree", sans-serif;
    }

    .button:hover {
        background-color: var(--hover-color);
    }

    .video-card.locked {
        background-color: #e0e0e0;
    }

    .education-title {
        font-size: 22px;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .video-grid {
            display: flex;
            overflow-x: scroll;
            gap: 20px;
            padding: 20px 10px;
            scroll-snap-type: x mandatory;
        }

        .video-card .poster {
            height: 58%;
        }

        .video-card {
            flex: 0 0 auto;
            width: 280px;
            scroll-snap-align: start;
        }

        .video-grid::-webkit-scrollbar {
            height: 8px;
        }

        .video-grid::-webkit-scrollbar-thumb {
            background-color: #ddd;
            border-radius: 4px;
        }

        .video-grid::-webkit-scrollbar-track {
            background-color: #f5f5f5;
        }
    }