:root {
    --lime: #6C5CE7;
    --purple: #6C5CE7;
    --dark: #0A0A0B;
    --soft-gray: #F4F7FA;
    --glass: rgba(255, 255, 255, 0.8);
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    --primary: #6366f1;
    --primary-dark: #4f46e5;
    --secondary: #f43f5e;
    --text-main: #1e293b;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --light-gray: #F8F9FA;
    --accent-glow: rgba(108, 92, 231, 0.3);
    --bg-gradient: radial-gradient(circle at top right, #f8f7ff, #ffffff, #f0f4ff);
    --bg-body: #FDFDFD;
    --purple: #6C5CE7;
    --dark: #0a0a0a;
    --soft-purple: #f3f0ff;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.02em;
}

input, textarea, select {
    font-size: 16px;
}

::-webkit-scrollbar {
    display: none;
}

.section-padding {
    padding: 100px 0;
}

.fw-800 {
    font-weight: 800;
}

.text-purple {
    color: var(--purple);
}

.text-purple-light {
    color: #a594f9;
}

.text-lime {
    color: var(--lime) !important;
}

.bg-purple {
    background-color: var(--purple);
}

.bg-lime {
    background-color: var(--lime);
    color: white !important;
}

.bg-lime-highlight {
    background-color: var(--lime);
    padding: 0 4px;
    border-radius: 4px;
}

.btn-main {
    background: var(--dark);
    color: white;
    padding: 14px 32px;
    border-radius: 100px;
    font-weight: 700;
    border: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-main:hover {
    background: var(--purple);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(108, 92, 231, 0.3);
}

.btn-lime {
    background-color: var(--lime);
    color: var(--dark);
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 25px;
    border: none;
    transition: all 0.3s ease;
}

.btn-lime:hover {
    background-color: var(--primary);
    transform: scale(1.05);
}

.btn-lime-cta {
    background-color: var(--lime);
    color: white;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 15px;
    border: none;
    transition: all 0.3s ease;
}

.btn-get-started {
    padding: 18px 40px;
    background: var(--text-main);
    color: white;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
}

.btn-get-started:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.btn-signup {
    background: var(--primary);
    color: white;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
}

.btn-signup:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-enroll {
    background: #1a1a1a;
    color: white;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    border: none;
    font-size: 14px;
}

.btn-explore {
    border: 1px solid #e2e5ed;
    background: white;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.bento-card {
    background: var(--soft-gray);
    border-radius: 40px;
    padding: 40px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.bento-card:hover {
    background: white;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
    transform: scale(1.02);
}

.feature-card {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 30px rgba(108, 92, 231, 0.1);
}

.course-card {
    background: #ffffff;
    border-radius: 45px;
    padding: 24px;
    border: none;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
}

.instructor-card {
    background: #fff;
    border-radius: 28px;
    padding: 30px 15px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0 !important;
    text-align: center;
    height: 100%;

}

.path-card {
    border-radius: 40px;
    padding: 50px;
    color: white;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.path-card:hover {
    transform: scale(1.02);
}

.path-pill {
    background: white;
    border-radius: 40px;
    padding: 30px;
    border: 1px solid #eee;
    transition: var(--transition);
    cursor: pointer;
}

.path-pill:hover {
    background: var(--dark);
}

.path-pill:hover * {
    color: white !important;
}

.path-pill:hover .circle-btn {
    background: var(--lime);
    color: var(--dark) !important;
    transform: rotate(45deg);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.circle-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.about-visual {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
}

.floating-badge {
    position: absolute;
    background: var(--glass);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 25px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.video-player-wrap {
    position: relative;
    border-radius: 50px;
    padding: 15px;
    background: linear-gradient(135deg, var(--purple), var(--lime));
}

.video-inner {
    border-radius: 35px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: var(--dark);
}

.mesh-gradient {
    background: radial-gradient(at 0% 0%, rgba(108, 92, 231, 0.1) 0%, transparent 50%),
        radial-gradient(at 100% 100%, rgba(212, 255, 0, 0.1) 0%, transparent 50%);
}

.hero-section {
    background-color: var(--dark);
    color: white;
    padding: 120px 0 160px 0;
    border-radius: 0 0 80px 80px;
    text-align: center;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.course-img-wrapper {
    height: 230px;
    border-radius: 35px;
    background-size: cover;
    background-position: center;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    background-color: var(--lime);
}

.course-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-wrapper {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}



.circle-wrapper {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}




@media screen and (max-width: 1200px) {
    .circle-wrapper {
        width: 155px;
        height: 155px;
    }
}

@media screen and (max-width: 768px) {
    .circle-wrapper {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }
    .instructor-name {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    .circle-wrapper {
        width: 150px;
        height: 150px;
    }
    .instructor-name {
        font-size: 1.1rem;
    }
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 20px !important;
    overflow: hidden;
    background: #f8f9fa;
}

.accordion-button {
    padding: 20px 25px;
    font-weight: 700;
    color: var(--dark);
    background: #f8f9fa;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--lime);
    color: white;
}

.floating-card.card-students p  ,.floating-card.card-course p{
    padding: 0 !important;
    margin: 0;
}

.form-control-custom {
    background-color: #f3f4f6;
    border: 2px solid transparent;
    padding: 15px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.form-control-custom:focus {
    background-color: #fff;
    border-color: var(--purple);
    box-shadow: none;
}

.star-svg {
    width: 18px;
    height: 18px;
}

.star-filled {
    fill: #ffc107;
}

.star-empty {
    fill: #e4e5e9;
}

.star-icon {
    width: 24px;
    height: 24px;
    fill: #9747FF;
}

.star-icon.empty {
    fill: #f0f0f0;
}

.section-lime {
    background-color: var(--lime);
    padding: 30px 60px;
    border-radius: 25px;
}

h2.display-5.fw-800.mb-4 {
    margin: 10px 0 !important;
}

.col-lg-7.text-center.text-lg-start {
    color: white;
}

.cta-card {
    background-color: #2c2f38;
    border-radius: 30px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 50px 0;
}

.about-img-stack {
    position: relative;
    height: 450px;
}

.about-img-1 {
      width: 60%;
    height: 360px;

    background-image: url('../img//boy.jpeg');
    background-size: cover;
    background-position: top;
    
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-img-2 {
    width: 60%;
    height: 370px;
    background-image: url('../img/about.jpeg');
    background-size: cover;
    background-position: top;
    
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    border: 10px solid #fff;
}
footer {
    background: var(--dark);
    color: white;
    padding-top: 50px;
}

footer a {
    color: #aaa;
    transition: 0.2s;
}

footer a:hover {
    color: var(--lime);
}

.blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(99, 102, 241, 0.1);
    filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
    top: -100px;
}



.logo {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: -1px;
}

.logo span {
    color: var(--primary);
}


.nav-links a {
    color: var(--text-main);
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-btns .btn-login {
    color: var(--text-main);
    font-weight: 700;
    margin-right: 25px;
}

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 8%;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.hero-text .badge {
    display: inline-block;
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-text h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.hero-text h1 span {
    background: linear-gradient(to right, #6366f1, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text p {
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 500px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.watch-demo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-main);
    font-weight: 700;
}

.play-icon {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.hero-image {
    position: relative;
}

.main-img-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to right, #6366f1, #a855f7), rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.main-img-wrapper img {
    display: block;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: float 4s ease-in-out infinite;
}

.card-students {
    top: -30px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-course {
    bottom: 40px;
    left: -40px;
    animation-delay: 2s;
}

.hero-stats {
    display: flex;
    gap: 50px;
    margin-top: 50px;
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
}

.stat-box h3 {
    font-size: 28px;
    font-weight: 800;
}

.stat-box p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

.filter-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.badge-timer {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff0018;
    backdrop-filter: blur(8px);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    color: white;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.course-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instructor-area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.instructor-area .instructor-avatar{
        width: 45px;
    height: 45px;
    border-radius: 50%;
}
.instructor-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #f0f2f5;
    border: 2px solid #6d5ce7;
}

.instructor-name {
    font-size: 1rem;
    font-weight: 600;
    color: #b0b8c1;
    margin: 0;
}

.stats-row {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #edf2f7;
}

.rating-val {
    font-weight: 800;
    color: #8a94a6;
    font-size: 1.2rem;
    margin-right: 12px;
}

.stars-group {
    display: flex;
    gap: 2px;
}

.students-count {
    margin-left: auto;
    color: #d1d9e2;
    font-size: 1.15rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.sessions-text {
    color: #2D3436;
    font-weight: 800;
    font-size: 1.15rem;
    margin: 0;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.old-price {
    font-size: 0.9rem;
    color: #b0b8c1;
    text-decoration: line-through;
    font-weight: 600;
    margin-bottom: -4px;
}

.price-text {
    font-size: 1.7rem;
    font-weight: 900;
    color: #1a1a1a;
}

.course-header {
    background-color: var(--dark);
    color: white;
    padding: 60px 0 100px;
    border-radius: 0 0 40px 40px;
}

@media (min-width: 992px) {
    .course-header {
        border-radius: 0 0 80px 80px;
    }
}

.meta-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
    z-index: 10;
}

.pricing-card {
    border-radius: 30px;
    border: 1px solid #eee;
    background: white;
    padding: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

@media (min-width: 992px) {
    .pricing-card {
        margin-top: -150px;
    }
}

.course-series-item {
    border-left: 2px solid #eee;
    padding-left: 25px;
    position: relative;
    padding-bottom: 40px;
}

.curriculum-dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 16px;
    height: 16px;
    background: var(--purple);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 2px var(--purple);
}

.course-number {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--purple);
    letter-spacing: 1px;
}

.project-card {
    background-color: var(--light-gray);
    border-radius: 20px;
    padding: 30px;
}

.skill-tag {
    background: #eee;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 0 8px 8px 0;
}
.role-card.text-center span.btn.btn-custom {
    color: black;
}

.instructor-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 25px;
}

@media (min-width: 576px) {
    .instructor-box {
        flex-direction: row;
        align-items: center;
        padding: 25px;
    }
}

.instructor-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--purple);
}

.duration-badge {
    background: #eef2ff;
    color: var(--purple);
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-20px) rotate(0deg);
    }
}

@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 100px;
    }

    .hero-text h1 {
        font-size: 48px;
    }

    /*.hero-text p {*/
    /*    margin: 25px auto;*/
    /*}*/

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-image {
        display: none;
    }

    nav .nav-links {
        display: none;
    }
}






        .stats-grid {
            margin-top: -60px;
            position: relative;
            z-index: 10;
        }

        .stat-card {
            background: #fff;
            padding: 40px;
            border-radius: 32px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.04);
            border: 1px solid rgba(0,0,0,0.02);
            transition: var(--transition);
        }

        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(108, 92, 231, 0.1);
        }

        .stat-val {
            font-size: 3rem;
            font-weight: 800;
            color: var(--dark);
            display: block;
            margin-bottom: 5px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: var(--lime);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
  
            font-size: 20px;
        }

        h2.fw-800.display-5.mb-3 {
    font-size: xx-large;
}

        .vision-img-wrapper {
            position: relative;
            border-radius: 40px;
            overflow: hidden;
            height: 500px;
            background: var(--gray);

            background-image: url('../img/vision-bg.jpg');
            background-size: cover;
            background-position: center top;
        }

             .vision-img-wrapper  .floating-card {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
            background: rgba(255, 255, 255, 0);
            backdrop-filter: blur(20px);
            padding: 25px;
            border-radius: 24px;
            color: white;
            border: 1px solid rgba(255,255,255,0.3);
        }





        .cta-banner {
            background: var(--dark);
            border-radius: 45px;
            padding: 80px 60px;
            margin: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .cta-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: var(--purple);
            filter: blur(120px);
            opacity: 0.2;
        }

        .btn-custom {
            padding: 16px 36px;
            border-radius: 16px;
            font-weight: 700;
            transition: var(--transition);
            text-decoration: none;
            display: inline-block;
        }

        .btn-lime {
            background: var(--lime);
            color: var(--dark);
        }

      

       
        .footer-link:hover {
            color: var(--purple);
            padding-left: 5px;
        }

        @media (max-width: 768px) {
            .cta-banner { padding: 40px 30px; border-radius: 30px; }
            .display-title { font-size: 2.5rem; }
        }

        

.blog-header {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.time-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    color: var(--dark);
}

.blog-category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: var(--purple);
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    color: var(--dark);
    text-decoration: none;
}

.blog-title:hover {
    color: var(--purple);
}

.blog-meta {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-article-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.content-body {
    font-size: 1.25rem;
    color: #2d3436;
    line-height: 1.8;
}

.block-heading {
    font-weight: 800;
    margin-top: 40px;
    color: #111;
}

.block-text {
    margin-bottom: 25px;
    color: #444;
    white-space: pre-wrap;
}

.block-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 35px 0;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sidebar-card {
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    padding: 25px;
    position: sticky;
    top: 20px;
    background: #fff;
}

.view-count {
    background: #f8f9fa;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #6c757d;
    border: 1px solid #eee;
}

.breadcrumb-item a {
    color: #6C5CE7;
    text-decoration: none;
}

.meta-info {
    color: #6c757d;
    font-size: 0.95rem;
}

.instructor-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.instructor-link:hover {
    transform: translateY(-10px);
}

.bg-lime-circle {
    background-color: var(--lime);
}

.profile-pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 4px solid var(--lime);
}



.search-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-box:focus-within {
    box-shadow: 0 20px 50px rgba(108, 92, 231, 0.15);
    transform: translateY(-2px);
    border-color: rgba(108, 92, 231, 0.3);
}

.search-input-group {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 15px;
}

.search-main-icon {
    font-size: 20px;
    color: #6C5CE7;
    margin-right: 12px;
}

.premium-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #1A1A1A;
}

.search-confirm-btn {
    background: #6C5CE7;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.search-tag {
    display: inline-block;
    padding: 6px 18px;
    background: #f3f4f6;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    margin-right: 8px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.search-tag.active {
    background: #6C5CE7;
    color: white;
}

.search-tag:hover:not(.active) {
    background: #6C5CE7;
    color: #1A1A1A;
}

.profile-hero {
    background: var(--dark);
    border-radius: 40px;
    padding: 60px;
    margin-top: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.profile-hero::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: var(--purple);
    filter: blur(150px);
    opacity: 0.3;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.col-md-auto.mb-4.mb-md-0 .instructor-avatar {
    width: 150px;
    height: 150px;
    border-radius: 35px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.stat-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.inst-mini-img , .instructor-name img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.instructor-name img ,i.bi.bi-calendar3{
    margin-right: 10px;
}
.processing-badge {
    background: rgba(212, 255, 0, 0.1);
    color: var(--lime);
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background: var(--lime);
    border-radius: 10px;
}

.instructor-card-premium {
    background: #fff;
    border: 1px solid #f0f0f0 !important;
    border-radius: 30px;
    padding: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
}

.instructor-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: var(--purple);
}

.inst-avatar-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.inst-avatar-main {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.verify-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: var(--purple);
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 2px solid #fff;
}

.inst-stat-pill {
    background: #f8f9fa;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.enroll-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
}

.glass-card {
    background: #fff;
    border-radius: 35px;
    padding: 40px;
    border: 1px solid #eee;
}

.course-preview-box {
    background: var(--dark);
    color: white;
    border-radius: 25px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.course-preview-box::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: var(--purple);
    filter: blur(70px);
    opacity: 0.4;
}

.method-item {
    background: #f9f8ff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}

.form-control {
    border-radius: 15px;
    padding: 14px 20px;
    border: 2px solid #f0f0f0;
    background: var(--light-gray);
    font-weight: 500;
}

.btn-enroll {
    background: var(--lime);
    color: var(--dark);
    border-radius: 50px;
    font-weight: 800;
    padding: 18px 40px;
    border: none;
    width: 100%;
    font-size: 1.1rem;
    transition: 0.3s;
}

.btn-enroll:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(212, 255, 0, 0.3);
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.method-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 10px;
}

.copy-badge {
    cursor: pointer;
    background: #f0f0f0;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.2s;
}

.copy-badge:hover {
    background: var(--purple);
    color: white;
}

.dashboard-hero {
    background: var(--dark);
    color: white;
    border-radius: 35px;
    padding: 60px 40px;
    margin: 20px 0 40px;
    position: relative;
    z-index: 1;
}

.hero-avatar {
width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
}

.stat-group {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.hero-stat {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stat i {
    color: var(--lime);
    margin-right: 8px;
}

.sidebar-nav {
    position: sticky;
    top: 110px;
}

.nav-card {
    background: white;
    border-radius: 28px;
    padding: 25px;
    border: 1px solid #eee;
}

.nav-link-custom {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 18px;
    color: #666;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 8px;
    transition: var(--transition);
}

.nav-link-custom i {
    font-size: 1.2rem;
    margin-right: 15px;
}

.nav-link-custom:hover {
    background: #f1f3f5;
    color: var(--purple);
}

.nav-link-custom.active {
    background: var(--purple);
    color: white;
    box-shadow: 0 12px 24px rgba(108, 92, 231, 0.25);
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.level-tag {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 12px;
}

.course-info-row {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    color: #777;
    font-size: 0.85rem;
    font-weight: 600;
}

.info-item i {
    color: var(--purple);
    margin-right: 5px;
}

.progress-ui {
    margin: 20px 0;
}

.progress-bar-bg {
    height: 8px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: var(--purple);
    border-radius: 20px;
}

.modern-table-card {
    background: white;
    border-radius: 32px;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 20px;
}

.table thead th {
    border: none;
    color: #999;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 20px;
}

.table tbody td {
    padding: 20px;
    font-weight: 600;
    border-top: 1px solid #f8f9fa;
}

.form-input-group {
    margin-bottom: 25px;
}

.form-label-custom {
    font-weight: 800;
    font-size: 0.85rem;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.form-control-modern {
    border-radius: 20px;
    padding: 16px 24px;
    background: #f1f3f5;
    border: 2px solid transparent;
    font-weight: 600;
    transition: var(--transition);
}

.form-control-modern:focus {
    border-color: var(--purple);
    background: white;
    box-shadow: none;
    outline: none;
}

.app-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    height: 100vh;
}

.main-content {
    overflow-y: auto;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    background: #000;
    aspect-ratio: 16/9;
    margin-bottom: 30px;
}

.video-guard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.course-info-card {
    background: var(--glass);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 40px;
    border: 1px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
}

.sidebar-nav {

    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.02);
    z-index: 20;
}

.progress-header {
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid #f8f9fa;
}

.progress-bar-custom {
    height: 8px;
    background: #eee;
    border-radius: 10px;
    margin-top: 10px;
}

.progress-fill {
    height: 100%;
    background: var(--accent);
    width: 0%;
    border-radius: 10px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 15px var(--accent-glow);
}

.lesson-list {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.section-header {
    padding: 15px 25px;
    background: #fcfcfc;
    font-weight: 800;
    font-size: 0.85rem;
    color: #a0aec0;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
}

.lesson-btn {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    margin: 2px 15px;
    border-radius: 12px;
    text-decoration: none;
    color: #4a5568;
    font-weight: 600;
    transition: all 0.2s;
}

.lesson-btn:hover {
    background: #f8f9ff;
    color: var(--accent);
}

.lesson-btn.active {
    background: #f0eeff;
    color: var(--accent);
}

.quiz-view {
    display: none;
}

.btn-premium {
    background: var(--accent);
    color: white;
    padding: 16px 32px;
    border-radius: 18px;
    border: none;
    font-weight: 800;
    transition: 0.3s;
}

.layout-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    min-height: calc(100vh - 70px);
}

.video-player-container {
    width: 100%;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: default;
}

.progress-container {
    height: 8px;
    background: #eee;
    border-radius: 10px;
    margin: 15px 0;
}

.curriculum-item {
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 8px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.curriculum-item.active {
    background: var(--purple);
    color: #fff !important;
    border-color: var(--purple);
}

.curriculum-item.completed {
    background: #e8f5e9;
    border-color: #4caf50;
}

.curriculum-item.locked {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f5f5f5;
}

.btn-lime-main {
    background: var(--lime);
    color: var(--dark);
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}

.checkmark {
    color: #4caf50;
    font-size: 1.2em;
}

.quiz-step {
    display: none;
}

.quiz-step.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.option-card {
    cursor: pointer;
    transition: 0.2s;
}

.option-card:hover {
    background-color: #f0f0f0;
}

input[type="radio"]:checked+label {
    color: var(--purple);
    font-weight: 700;
}

.mobile-menu-toggle {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: var(--purple);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.sidebar-overlay.active {
    display: block;
}

.curriculum-sidebar.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 400px;
    height: 100%;
    z-index: 1000;
    transition: right 0.3s ease;
    padding-top: 60px;
}

.curriculum-sidebar.mobile-sidebar.active {
    right: 0;
}

.close-sidebar {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--dark);
}

@media (min-width: 768px) {
    .main-content {
        padding: 40px;
    }

    .video-player-container {
        border-radius: 30px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .instructor-box {
        padding: 20px;
        border-radius: 20px;
        margin-top: 25px;
    }

    .instructor-img {
        width: 55px;
        height: 55px;
        border-radius: 15px;
    }

    .curriculum-item {
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 10px;
    }

    .btn-lime-main {
        padding: 15px;
        border-radius: 15px;
    }
}


@media (min-width: 992px) {
    .layout-wrapper {
        grid-template-columns: 1fr 380px;
    }

    .curriculum-sidebar {
        border-top: none;
        border-left: 1px solid #eee;
        padding: 30px;
    }

    .mobile-menu-toggle {
        display: none;
    }
}

@media (max-width: 576px) {
    .search-confirm-btn span {
        display: none;
    }

    .search-confirm-btn {
        padding: 12px;
    }
}




.bg-gradient-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(108, 92, 231, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(212, 255, 0, 0.05) 0%, transparent 40%);
    z-index: -1;
}

.navbar-brand {
    font-weight: 800;
    letter-spacing: -1.5px;
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    text-decoration: none;
    color: var(--dark);
}

.hero-title {
    font-weight: 800;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    letter-spacing: -2px;
    line-height: 1.1;
}

.role-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    padding: clamp(30px, 5vw, 50px) 30px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.role-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--purple), #a29bfe);
    opacity: 0;
    transition: var(--transition);
    z-index: -1;
}

.role-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(108, 92, 231, 0.15);
}

.role-card:hover::before {
    opacity: 1;
}

.role-card:hover * {
    color: #fff !important;
}

.icon-circle {
    width: clamp(80px, 10vw, 100px);
    height: clamp(80px, 10vw, 100px);
    background: var(--soft-purple);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.5rem, 5vw, 3.2rem);
    margin: 0 auto 30px;
    transition: var(--transition);
}

.role-card:hover .icon-circle {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(15deg) scale(1.1);
}

.btn-custom {
    border-radius: 20px;
    padding: 12px 30px;
    font-weight: 700;
    transition: var(--transition);
    border: 2px solid var(--dark);
    background: transparent;
color: white;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    display: block;
}

.role-card:hover .btn-custom {
    background: var(--lime);
    border-color: var(--lime);
    color: white !important;
}



.premium-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--lime);
    color: var(--dark);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
}

.cta-section {
    background: var(--dark);
    border-radius: clamp(30px, 10vw, 60px);
    padding: clamp(50px, 10vw, 100px) clamp(20px, 5vw, 40px);
    margin: 80px 0;
    position: relative;
    overflow: hidden;
}

.glow-orb {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--purple);
    filter: blur(150px);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}


@media (max-width: 768px) {
    .navbar-brand {
        text-align: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    .nav-container {
        flex-direction: column;
        text-align: center;
    }

}


.icon-box.bg-lime.text-dark {
    background: #6d5ce7;
}

.icon-box.bg-purple.text-white {
    background: #6d5ce7 !important;
}

.icon-box.mx-auto {
    background: #6d5ce7;
    color: white;
}
p.lead.mb-5.text-dark{
       color: white !important; 
}


a.btn-get-started {
    background: #6d5ce7;
}

@media screen and (max-width: 992px) {
    .cta-card {
        padding: 20px;
    }

footer.mt-5 {
    margin: 0 !important;
    padding-top: 10px;
}

.card.border-0.p-4.p-md-5.rounded-4.bg-white {
    padding: 0 !important;
}

section#contact {
    padding: 0 !important;
}

.path-pill.d-flex.align-items-center.justify-content-between.flex-wrap.gap-4 {
    padding: 20px;
    border-radius: 10px;
}


.section-lime {
    padding: 25px 10px;
}


.hero-container {
    display: block;
    text-align: left;
  
}
section.hero {
    padding: 30px 10px;
}

.hero-actions {
    flex-direction: column;
}

.hero-actions a {
    width: 100%;
}

.hero-stats {
    gap: 20px;
    text-align: center;
}

.stat-box h3 {
    font-size: 25px;
}

.row.align-items-center.flex_colom{
    flex-direction: column-reverse;
}


.vision-img-wrapper{
    border-radius: 10px;
}

button.search-confirm-btn {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

}



/*  */


        .fw-800 { font-weight: 800; }
        .text-purple { color: var(--purple); }
        .bg-purple { background-color: var(--purple); }
        .navbar {
            padding: 20px 0;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid #eee;
        }
        .navbar-brand { font-weight: 800; letter-spacing: -1px; font-size: 24px; text-decoration: none; color: var(--dark); }
        .profile-hero {
            background: var(--dark);
            border-radius: 40px;
            padding: 60px;
            margin-top: 20px;
            color: white;
            position: relative;
            overflow: hidden;
        }
        .profile-hero::after {
            content: "";
            position: absolute;
            top: -20%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: var(--purple);
            filter: blur(150px);
            opacity: 0.3;
            z-index: 0;
        }
        .hero-content { position: relative; z-index: 1; }
        .instructor-avatar {
            width: 150px;
            height: 150px;
            border-radius: 35px;
    

        }
        .btn-lime { 
            background-color: var(--lime); 
            color: var(--dark); 
            border-radius: 50px; 
            font-weight: 700; 
            padding: 12px 30px; 
            border: none;
            transition: var(--transition);
            text-decoration: none;
            display: inline-block;
        }
        .btn-lime:hover { 
            background-color: #bee600; 
            transform: scale(1.05); 
            color: var(--dark);
        }
        .btn-lime.disabled {
            background-color: #444;
            color: #888;
            cursor: not-allowed;
            pointer-events: none;
        }
        .stat-badge {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 10px 20px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center; gap: 10px; font-weight: 600;
        }
        .course-card { 
            border: 1px solid #eee; 
            border-radius: 30px; 
            transition: var(--transition); 
            padding: 20px; 
            background: #fff; 
            height: 100%; 
            display: flex;
            flex-direction: column;
        }
        .course-card:hover { 
            transform: translateY(-12px); 
            box-shadow: 0 25px 50px rgba(0,0,0,0.08); 
            border-color: var(--purple);
        }
        .course-img-wrapper { 
            height: 220px; 
            border-radius: 20px; 
            margin-bottom: 20px; 
            overflow: hidden;
            position: relative;
        }
        .course-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
        .delete-btn-top {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 71, 87, 0.9);
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }
        .management-pill {
            background: var(--light-gray);
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 20px;
        }
        .form-control {
            border-radius: 15px;
            padding: 14px 20px;
            border: 2px solid #f0f0f0;
            transition: var(--transition);
        }
        #edit-profile-section { display: none; }


        @media screen and (max-width: 992px) {
      
.profile-hero {
padding: 25px;
    margin-top: 15vh;
    overflow: visible;
}

img.instructor-avatar {
    border-radius: 50% !important;
}
.hero-content .row.align-items-center .col-md-auto.mb-4.mb-md-0 {

    align-items: center;
    justify-content: center;
    margin-top: -15vh;
}    
.col-md.ps-md-4 .d-flex.gap-3.flex-wrap {
    display: none !important;
} 


        }
        
        
        
        .swiper-slide.swiper-slide a.text-decoration-none {
    justify-content: center !important;
    display: flex;
    align-items: center;
}

        
        .swiper-slide.swiper-slide-active {}

a.instructor-link.text-center.d-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide.swiper-slide-active {
    display: flex;
    align-items: center;
    justify-content: center;
}
        
        
        
            .courses-slider {
        padding: 15px 5px 40px 5px;
        overflow: hidden;
    }
    .courses-slider .swiper-slide {
        height: auto;
        display: flex;
    }
    .courses-slider .course-card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    
    .swiper-pagination.mt-4.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 5vh !important;
    position: relative;
}


       .search-tags { 
            display: flex; 
            align-items: center; 
            overflow-x: auto; 
            white-space: nowrap; 
            gap: 10px; 
            padding: 5px 0 15px 0; 
            scrollbar-width: none; 
            -ms-overflow-style: none;
        }
        .search-tags::-webkit-scrollbar { display: none; }
        
        .search-tag {
            flex: 0 0 auto;
            padding: 8px 20px;
            border-radius: 50px;
            border: 1px solid #eee;
            background: #fff;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .search-tag.active {
            background: #6C5CE7;
            color: #fff;
            border-color: #6C5CE7;
        }

        .row-cols-custom-5 > * { flex: 0 0 auto; width: 20%; }
        @media (max-width: 1200px) { .row-cols-custom-5 > * { width: 33.3333%; } }
        @media (max-width: 768px) { .row-cols-custom-5 > * { width: 50%; } }
        
        .instructor-card { transition: transform 0.3s ease; height: 100%; }
        .instructor-card:hover { transform: translateY(-5px); }
        
        .pagination-container { display: flex; justify-content: center; margin-top: 50px; gap: 10px; }
        .pagination-container a {
            width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;
            border-radius: 50%; background: #fff; color: #333; text-decoration: none;
            font-weight: 600; transition: all 0.3s ease; border: 1px solid #ddd;
        }
        .pagination-container a.active { background: #6C5CE7; color: #fff; border-color: #6C5CE7; }
        .pagination-container a.nav-btn { color: #6C5CE7; background: #f8f9fa; border-color: #6C5CE7; }
        .pagination-container a:hover:not(.active) { background: #6C5CE7; color: #fff; }
        
             .verified-badge {
            color: #0d6efd;
            font-size: 0.9rem;
            vertical-align: middle;
            margin-left: 4px;
        }
        
        

    .course-card { 
        border-radius: 20px; 
        transition: all 0.3s ease; 
        border: 1px solid #f0f0f0; 
    }
  
    .old-price { 
        text-decoration: line-through; 
        color: #adb5bd; 
        font-size: 0.9rem; 
        margin-right: 5px; 
    }
    .discount-badge { 
        background: #ff4757; 
        color: white; 
        padding: 4px 12px; 
        border-radius: 50px; 
        font-size: 0.7rem; 
        font-weight: 800; 
        display: inline-flex; 
        align-items: center; 
        gap: 4px; 
    }

    .avatar-initials {
        width: 128px;
        height: 128px;
        background: #6C5CE7;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        font-weight: 800;
        border-radius: 50%;
        border: 5px solid white;
    }

    .social-links-profile {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .social-links-profile a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
        border-radius: 50%;
        color: #333;
        text-decoration: none;
        border: 1px solid #eee;
        transition: all 0.3s ease;
        font-size: 1.1rem;
    }
    .social-links-profile a:hover {
        background: #6C5CE7;
        color: #fff;
        transform: translateY(-3px);
    }

    .modern-table-card {
        background: white;
        border-radius: 20px;
        padding: 30px;
        border: 1px solid #f0f0f0;
    }

    @media (max-width: 991px) {
        img.hero-avatar, .avatar-initials { 
            margin: -12vh auto 0; 
            border-radius: 50%; 
            border: 5px solid white; 
        }
        section.dashboard-hero { 
            padding: 20px; 
            margin-top: 15vh !important; 
        }
        .hero-stat span { display: none; }
        .stat-group { 
            justify-content: center !important; 
            display: flex !important; 
            gap: 10px !important; 
        }
        .hero-stat { 
            padding: 8px 15px !important; 
            font-weight: 800 !important; 
        }

    }

.col-12.text-center.py-5 {
    background: #6d5ce7;
    color: white !important;
    border-radius: 25px;
    width: 100%;
}




.col-12.text-center.py-5 .py-5 i , .col-12.text-center.py-5 .py-5 p {
    color: white !important;
}


a.btn.btn-outline-dark.rounded-circle.px-2.py-2 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.scroll-top-btn {
    position: fixed;
    right: 30px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}



.scroll-top-btn {
    bottom: 105px;
    background-color: #333;
    color: white;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-top-btn svg {
    fill: white;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn:hover {
    background-color: #000;
    transform: translateY(-5px);
}




#slider-img {
    transition: opacity 0.5s ease-in-out;
       width: 90%;
    padding: 20px;
}



 
        :root { 
            --bg-color: #020617; 
            --card-bg: rgba(255, 255, 255, 0.02); 
            --accent-glow: #6366f1; 
            --duration: 25s; 
            --gap: 40px; 
        }
        .slider-wrapper { 
            width: 100%; 
            overflow: hidden; 
            position: relative; 

            mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
        }
        .slider-track { display: flex; gap: var(--gap); width: max-content; animation: infinite-loop var(--duration) linear infinite;padding-top: 10px; }
        .logo-item { 
            width: 200px; height: 85px; background: var(--card-bg); 
            border: 1px solid rgb(109 92 231); border-radius: 120px; 
            display: flex; align-items: center; justify-content: center; 
            transition: 0.4s; flex-shrink: 0; 
        }
        .logo-item img { max-width: 120px; transition: 0.4s; max-height: 100%; }
        .logo-item:hover { background: rgba(255, 255, 255, 0.07); transform: translateY(-5px); border-color: var(--accent-glow); box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15); }
        .logo-item:hover img { filter: grayscale(0) brightness(1) opacity(1); }
        @keyframes infinite-loop { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .slider-wrapper:hover .slider-track { animation-play-state: paused; }
  
  
  
  
  
    @media screen and (max-width: 991px) {
        section.container.py-5.logo {
    margin-top: 5vh;
    padding-bottom: 0 !important;
}

.logo-item {
    height: 65px;
}

    }



        .scroll-container {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            gap: 10px;
            padding: 10px 0;
            scrollbar-width: none; 
            -ms-overflow-style: none;
        }
        .scroll-container::-webkit-scrollbar {
            display: none; 
        }
        .search-tag {
            flex: 0 0 auto;
            padding: 8px 20px;
            border-radius: 50px;
            border: 1px solid #eee;
            background: #fff;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
            font-size: 0.9rem;
            font-weight: 500;
        }
        .search-tag:hover {
            border-color: #6C5CE7;
            color: #6C5CE7;
        }
        .search-tag.active {
            background: #6C5CE7;
            color: #fff;
            border-color: #6C5CE7;
            box-shadow: 0 4px 15px rgba(108, 92, 231, 0.2);
        }


        .scroll-container {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            gap: 10px;
            padding: 10px 0;
            scrollbar-width: none; 
            -ms-overflow-style: none;
        }
        .scroll-container::-webkit-scrollbar {
            display: none; 
        }
        .search-tag {
            flex: 0 0 auto;
            padding: 8px 20px;
            border-radius: 50px;
            border: 1px solid #eee;
            background: #fff;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
            font-size: 0.9rem;
            font-weight: 500;
        }
        .search-tag:hover {
            border-color: #6C5CE7;
            color: #6C5CE7;
        }
        .search-tag.active {
            background: #6C5CE7;
            color: #fff;
            border-color: #6C5CE7;
            box-shadow: 0 4px 15px rgba(108, 92, 231, 0.2);
        }
   
   
   
   
   @media screen and (max-width: 992px) {
    .course-img-wrapper {
        height: 190px;
    }

    h2.course-title ,h4.h5.fw-bold.text-dark.mb-3.post-title {
        font-size: 1.2rem;
    }
section.container.my-5.py-5 {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

section.container.my-5.py-5 {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

.stat-card .d-flex.align-items-center.mb-2 {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px !important;
}

.d-flex.align-items-center.mb-2 p {
    font-size: medium !important;
}

.d-flex.align-items-center.mb-2 p.text-muted.fw-bold.mb-0 {
    color: red !important;
}

.d-flex.align-items-center.mb-2 span.stat-val {
    font-size: x-large;
    color: #6366f1;
    margin: 0;
}



.stat-card{
    padding: 20px;
}
.cta-banner {
    margin: 40px 0;
}

.nav-card {
    display: flex;

    gap: 8px;
    padding: 15px;

  background:none;
    border:none;
}





.nav-link-custom i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .sidebar-nav {
        padding: 10px;
    }

    .nav-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 5px;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 5px;
    }

    .nav-card::-webkit-scrollbar {
        display: none;
    }

    .nav-card hr {
        display: none;
    }

    .nav-link-custom {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 18px;
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        color: #6c757d;
        white-space: nowrap;
        gap: 8px;
        transition: all 0.3s ease;
        margin: 0;
    }

    .nav-link-custom i {
        font-size: 1.2rem;
        margin: 0;
    }

    .nav-link-custom.active {
        background: #635bff;
        color: #fff !important;
    }

    .text-danger {
        color: #dc3545 !important;
    }
    
    section.dashboard-hero {
    margin-bottom: 3vh !important;
}

@media (max-width: 768px) {
    .sidebar-nav {
        padding: 15px;
    }

    .nav-card.p-4 {
        background: #ffffff;
        border-radius: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border: none;
        margin-bottom: 20px;
        display: block; 
    }

    .nav-card h6 {
        font-size: 16px;
        color: #333;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .nav-card small.text-muted {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 2px;
    }

    .nav-card .fw-bold {
        font-size: 14px;
        color: #000;
        display: block;
        line-height: 1.4;
    }

    .social-links-profile {
        display: flex;
        gap: 15px;
        margin-top: 10px;
    }

    .social-links-profile a {
        font-size: 20px;
        color: #555;
        transition: color 0.3s;
    }

    .social-links-profile a:hover {
        color: white;
    }

    .btn-dark.rounded-pill {
        background-color: #000;
        border: none;
        font-size: 14px;
    }

    .btn-outline-dark.rounded-pill {
        border: 2px solid #eee;
        color: #000;
        font-size: 14px;
    }

    hr {
        margin: 20px 0;
        border-top: 1px solid #eee;
        opacity: 1 !important;
    }
}

.sidebar-nav {padding: 15px 0 !important;box-shadow: none !important;border: none;}
section.section-padding.pt-5 {
    padding: 10px 0;
}

.bento-card.align-items-center.justify-content-between {
    padding: 20px 40px;
}

section.section-padding.pt-5 {padding: 0}

.bento-card.align-items-center.justify-content-between {
    padding: 20px 40px;
}

h2.display-5.fw-800.mb-4 {
    font-size: x-large;
}

p.lead.mb-5.text-dark {
    font-size: small;
    margin: 10px !important;
}

button.btn.btn-dark.btn-lg.px-5.rounded-pill.fw-bold {
    padding: 15px;
}

}

.btn:hover {
    background-color: var(--lime);
    color: white;
}

   