.lw-ba-hero {
  background:
    linear-gradient(0deg, #15171a, #15171a),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.lw-ba-hero::after {
  content: "";
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 300px;
  height: 150px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at left,
    #f7ef9c 0%,
    #f5e58a 25%,
    #e6c768 55%,
    #c99832 80%,
    #000000 100%
  );
  filter: blur(150px);
  z-index: -1;
}

.lw-ba-hero__bg-wrap::after {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 218px;
  height: 50px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at left,
    #f7ef9c 0%,
    #f5e58a 25%,
    #e6c768 55%,
    #c99832 80%,
    #000000 100%
  );
  filter: blur(87px);
  z-index: -1;
}

.lw-ba-hero__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 183px 0px 85px 0px;
}

.lw-ba-hero__content {
  max-width: 577px;
}

.lw-ba-hero__kicker {
  position: relative;
  font: 400 14px/110% var(--global-font);
  letter-spacing: -0.056px;
  padding: 8px 16px;
  display: inline-block;
  margin: 0 0 16px 0;
  border-radius: 200px;
  background: radial-gradient(
    circle,
    #ffe48a 0%,
    #f3ec98 20%,
    #f3ec98 50%,
    #f3ec98 80%,
    #8a6d29 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lw-ba-hero__kicker::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #795429 0%, #f3ec98 50%, #795429 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

 html body main .lw-ba-hero__title {
  font: 600 42px/106% var(--global-font);
  letter-spacing: -0.336px;
  color: #f5f5f5;
  margin: 0 0 24px 0;
}

.lw-ba-hero__desc {
  font: 400 16px/154% var(--global-font);
  letter-spacing: -0.064px;
  color: #f5f5f5;
  margin: 0px 0px 40px 0px;
}

.lw-ba-hero__cta {
  display: inline-block;
  padding: 16px 32px;
  font: 700 18px/100% var(--global-font);
  letter-spacing: -0.288px;
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .lw-ba-hero::after {
    content: "";
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 300px;
    height: 150px;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left,
      #f7ef9c 0%,
      #f5e58a 25%,
      #e6c768 55%,
      #c99832 80%,
      #000000 100%
    );
    filter: blur(150px);
    z-index: -1;
  }

  .lw-ba-hero__bg-wrap::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 218px;
    height: 50px;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left,
      #f7ef9c 0%,
      #f5e58a 25%,
      #e6c768 55%,
      #c99832 80%,
      #000000 100%
    );
    filter: blur(87px);
    z-index: -1;
  }

  .lw-ba-hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 110px 0px 32px 0px;
  }

  .lw-ba-hero__content {
    max-width: 100%;
    margin: 0px;
    text-align: left;
  }

  .lw-ba-hero__kicker {
    font: 400 12px/110% var(--global-font);
    margin: 0px 0px 14px 0px;
  }

  html body main .lw-ba-hero__title {
    font: 700 33px/110% var(--global-font);
    letter-spacing: -0.264px;
    margin: 0px 0px 20px 0px;
  }

  .lw-ba-hero__desc {
    font: 400 14px/154% var(--global-font);
    letter-spacing: -0.064px;
    margin: 0px 0px 24px 0px;
  }

  .lw-ba-hero__cta {
    padding: 14px 24px;
    font: 700 16px/100% var(--global-font);
    letter-spacing: -0.288px;
  }
}

@media (max-width: 767px) {
  .lw-ba-hero::after {
    content: "";
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 300px;
    height: 150px;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left,
      #f7ef9c 0%,
      #f5e58a 25%,
      #e6c768 55%,
      #c99832 80%,
      #000000 100%
    );
    filter: blur(150px);
    z-index: -1;
  }

  .lw-ba-hero__bg-wrap::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 218px;
    height: 50px;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left,
      #f7ef9c 0%,
      #f5e58a 25%,
      #e6c768 55%,
      #c99832 80%,
      #000000 100%
    );
    filter: blur(87px);
    z-index: -1;
  }

  .lw-ba-hero__inner {
    flex-direction: column;
    gap: 32px;
    padding: 110px 0px 32px 0px;
  }

  .lw-ba-hero__content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .lw-ba-hero__kicker {
    font: 400 12px/110% var(--global-font);
    margin: 0px 0px 14px 0px;
  }

   html body main .lw-ba-hero__title {
    font: 700 33px/110% var(--global-font);
    letter-spacing: -0.264px;
    margin: 0px 0px 20px 0px;
  }

  .lw-ba-hero__desc {
    font: 400 14px/154% var(--global-font);
    letter-spacing: -0.064px;
    margin: 0px 0px 24px 0px;
  }

  .lw-ba-hero__cta {
    padding: 14px 24px;
    font: 700 16px/100% var(--global-font);
    letter-spacing: -0.288px;
  }
}

@media (max-width: 575px) {
  .lw-ba-hero::after {
    content: "";
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 300px;
    height: 150px;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left,
      #f7ef9c 0%,
      #f5e58a 25%,
      #e6c768 55%,
      #c99832 80%,
      #000000 100%
    );
    filter: blur(150px);
    z-index: -1;
  }

  .lw-ba-hero__bg-wrap::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 218px;
    height: 50px;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left,
      #f7ef9c 0%,
      #f5e58a 25%,
      #e6c768 55%,
      #c99832 80%,
      #000000 100%
    );
    filter: blur(87px);
    z-index: -1;
  }

  .lw-ba-hero__inner {
    flex-direction: column;
    gap: 32px;
    padding: 110px 0px 32px 0px;
  }

  .lw-ba-hero__content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .lw-ba-hero__kicker {
    font: 400 12px/110% var(--global-font);
    margin: 0px 0px 14px 0px;
  }

  html body main .lw-ba-hero__title {
    font: 700 33px/110% var(--global-font);
    letter-spacing: -0.264px;
    margin: 0px 0px 20px 0px;
  }

  .lw-ba-hero__desc {
    font: 400 14px/154% var(--global-font);
    letter-spacing: -0.064px;
    margin: 0px 0px 24px 0px;
  }

  .lw-ba-hero__cta {
    padding: 14px 24px;
    font: 700 16px/100% var(--global-font);
    letter-spacing: -0.288px;
  }
}

.lw-credit__copyright {
  font: 400 16px/100% var(--global-font);
  color: #f5f5f5;
  letter-spacing: -0.4%;
  margin: 0px 0px 16px 0px;
}
.lw-credit {
  font: 400 16px/100% var(--global-font);
  color: #f5f5f5;
  letter-spacing: -0.4%;
  margin: 0px;
}
.lw-credit__agency {
  background: radial-gradient(
    circle,
    #ffe48a 0%,
    #f3ec98 20%,
    #f3ec98 50%,
    #f3ec98 80%,
    #8a6d29 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
}
html body .lw-gradient-shape div.lw-gradient-circle-wrap--alt {
  padding: 60px 0px;
  padding-bottom: 32px;
}

@media (max-width: 991px) {
  .lw-gradient-shape {
    padding-top: 100px !important;
  }
  .lw-credit__copyright {
    font: 400 14px/100% var(--global-font);
    margin: 0px 0px 8px 0px;
  }
  .lw-credit {
    font: 400 14px/100% var(--global-font);
  }
  .lw-gradient-circle-wrap--alt {
    padding: 50px 0px !important;
  }
}
.lw-fancy-card--top-left--custom {
  transform: translate3d(-74.9796%, -159.5px, 0px) rotate(348deg);
}
.lw-fancy-card--center--custom {
  margin: 0px;
  position: relative;
  background-color: transparent !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
.lw-fancy-card--bottom-right {
  transform: translate(-20%, -15%) rotate(4deg);
}
.lw-fancy-cards__image--custom {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
}
.lw-fancy-card__image--custom {
  transform: translate3d(10%, 0px, 0px) rotate(-5deg) scale(.9);
  position: relative;
}
.lw-fancy__recommended-logo {
  position: absolute;
  top: 0;
  right: -100px;
  width: 172px;
  z-index: 10;
}
.lw-fancy-cards--style-04 .lw-fancy-card--left--custom::after {
  content: "";
  height: 100%;
  width: 100%;
  left: -70px;
  top: 20px;
  border-radius: 30px;
  transform: rotate(
264deg) translate(5%, 140px) scale(.9, .8);
  background: linear-gradient(rgb(231, 233, 234) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  fill: blur(24px);
  z-index: -1;
}
@media (max-width: 991px) {
  .lw-fancy__recommended-logo {
    width: 134px;
  }
}
.lw-cta--alt {
  background-color: black;
  padding: 120px 0px 60px 0px;
  color: white;
}
.lw-cta__inner {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
html body main .lw-cta__title {
  font: 700 69px/108% var(--global-font);
  letter-spacing: -0.552px;
  margin: 0px 0px 16px 0px;
}
.lw-cta__desc {
  font: 400 16px/154% var(--global-font);
  letter-spacing: -0.144px;
  margin: 0px 0px 24px 0px;
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
  .lw-cta--alt {
    background-color: black;
    padding: 100px 0px 60px 0px;
    color: white;
  }
  .lw-cta__inner {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }
  html body main .lw-cta__title {
    font: 700 50px/108% var(--global-font);
    letter-spacing: -0.552px;
    margin: 0px 0px 16px 0px;
  }
  .lw-cta__desc {
    font: 400 16px/154% var(--global-font);
    letter-spacing: -0.144px;
    margin: 0px 0px 24px 0px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .lw-cta--alt {
    background-color: black;
    padding: 48px 0px 60px 0px;
    color: white;
  }
  .lw-cta__inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  html body main .lw-cta__title {
    font: 700 33px/110% var(--global-font);
    letter-spacing: -0.26px;
    margin: 0 0 16px 0;
  }
  .lw-cta__desc {
    font: 400 14px/148% var(--global-font);
    letter-spacing: -0.144px;
    margin: 0px 0px 24px 0px;
  }
}

  /* offcanvas */
.lw-offcanvas {
  position: fixed;
  top: 0;
  right: 0px;
  padding: 64px 16px 0px 16px;
  min-height: 100vh;
  width: 100%;
  max-width: 361px;
  background-color: #111215;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow: auto;
  z-index: 999;
}

/* .lw-header {
  height: 64px;
} */

.lw-offcanvas--open {
  transform: translateX(0%);
}

.lw-nav__item {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ffffff1a;
}

.lw-nav__item:last-child {
  border-bottom: none;
}

.lw-nav__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.lw-nav__sub-list {
  display: none;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
}

.lw-nav__sub-item {
  margin: 0px 0px 8px 0px;
}

.lw-nav__sub-item:last-child {
  margin: 0px;
}

.lw-nav__link {
  font: 500 16px/154% var(----global-font);
  color: #ffffff;
  display: block;
}

.lw-nav__sub-link {
  font: 400 14px/148% var(----global-font);
  color: #ffffff;
  display: block;
}
html body a.lw-nav__link:hover,
html body a.lw-nav__sub-link:hover,
html body a.lw-nav__link:focus,
html body a.lw-nav__sub-link:focus {
  color: #ffe48a;
}
/* course page */
	.lw-courses {
		background: #f6f8fa;
		padding: 40px 0 120px;
	}

	.lw-courses .lw-courses__heading {
		font-size: 26px;
		font-weight: 600;
		color: #000;
		margin: 0 0 20px;
	}

	.lw-courses .lw-courses__inner {
		display: flex;
		align-items: flex-start;
		gap: 24px;
	}

	.lw-courses .lw-courses__main {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	/* Video Player Component */
	.lw-courses .lw-player {
		background: #000;
		border-radius: 12px;
		overflow: hidden;
		position: relative;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
		margin-bottom: 32px;
	}

	.lw-courses .lw-player__media {
		width: 100%;
		aspect-ratio: 16/9;
		background-image: url("/images/image.png");
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.lw-courses .lw-player__play-overlay {
		width: 80px;
		height: 80px;
		background: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(8px);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: transform 0.2s ease;
	}

	.lw-courses .lw-player__play-overlay:hover {
		transform: scale(1.1);
	}

	/*
      .lw-player__controls {
        background: rgba(43, 30, 22, 0.9);
        padding: 12px 24px;
        display: flex;
        align-items: center;
        gap: 20px;
        color: #fff;
      }

      .lw-player__btn {
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        opacity: 0.8;
        transition: opacity 0.2s;
      }

      .lw-player__btn:hover {
        opacity: 1;
      }

      .lw-player__progress-container {
        flex-grow: 1;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        position: relative;
        cursor: pointer;
      }

      .lw-player__progress-bar {
        width: 35%;
        height: 100%;
        background: #fff;
        border-radius: 2px;
        position: relative;
      }

      .lw-player__progress-handle {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        right: -5px;
        top: -3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      }

      .lw-player__time {
        font-size: 0.8125rem;
        min-width: 80px;
      } */

	/* Sidebar Playlist */
	.lw-courses .lw-courses__sidebar {
		width: 300px;
		position: sticky;
		top: 0;
	}

	.lw-courses .lw-courses__sidebar__title {
		font-size: 26px;
		font-weight: 600;
		margin: 0 0 20px;
		color: #15171a;
	}

	.lw-courses .lw-playlist {
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin: 0;
		padding: 0;
	}

	.lw-courses .lw-playlist-item {
		display: flex;
		border-radius: 8px;
		cursor: pointer;
		transition: 0.2s;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.lw-courses .lw-playlist-item__link {
		position: absolute;
		inset: 0;
		display: block;
		z-index: 9;
	}

	.lw-courses .lw-playlist-item::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		opacity: 0;
		transition: 0.3s;
		background: linear-gradient(117.54deg,
				rgba(255, 255, 255, 0.5) 17.45%,
				rgba(251, 251, 251, 0.475) 20.43%,
				rgba(247, 247, 247, 0.447) 23.4%,
				rgba(243, 243, 243, 0.42) 26.38%,
				rgba(239, 239, 239, 0.392) 29.35%,
				rgba(235, 235, 235, 0.37) 32.33%,
				rgba(233, 233, 233, 0.353) 33.53%,
				rgba(231, 231, 231, 0.337) 34.72%,
				rgba(228, 228, 228, 0.318) 35.92%,
				rgba(226, 226, 226, 0.3) 37.12%,
				rgba(224, 224, 224, 0.286) 38.31%,
				rgba(221, 221, 221, 0.27) 40.06%,
				rgba(219, 219, 219, 0.26) 41.8%,
				rgba(217, 217, 217, 0.243) 43.55%,
				rgba(215, 215, 215, 0.227) 45.29%,
				rgba(212, 212, 212, 0.21) 47.03%,
				rgba(211, 211, 211, 0.204) 48.25%,
				rgba(210, 210, 210, 0.196) 49.46%,
				rgba(209, 209, 209, 0.19) 50.68%,
				rgba(208, 208, 208, 0.184) 51.89%,
				rgba(207, 207, 207, 0.176) 53.1%,
				rgba(206, 206, 206, 0.17) 53.92%,
				rgba(205, 205, 205, 0.16) 54.73%,
				rgba(204, 204, 204, 0.157) 55.55%,
				rgba(203, 203, 203, 0.15) 56.36%,
				rgba(202, 202, 202, 0.145) 57.18%,
				rgba(202, 202, 202, 0.14) 57.94%,
				rgba(201, 201, 201, 0.137) 58.7%,
				rgba(201, 201, 201, 0.133) 59.46%,
				rgba(200, 200, 200, 0.13) 60.22%,
				rgba(200, 200, 200, 0.125) 60.99%,
				rgba(199, 199, 199, 0.12) 62.18%,
				rgba(198, 198, 198, 0.118) 63.38%,
				rgba(198, 198, 198, 0.11) 64.58%,
				rgba(197, 197, 197, 0.106) 65.77%,
				rgba(196, 196, 196, 0.1) 66.97%);
	}

	.lw-courses .lw-playlist-item--active::after {
		opacity: 1;
	}

	.lw-courses .lw-playlist-item__thumb {
		width: 80px;
		height: 60px;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.lw-courses .lw-playlist-item__thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.lw-courses .lw-playlist-item__play {
		width: 24px;
		height: 24px;
		background: linear-gradient(117.54deg,
				rgba(255, 255, 255, 0.5) 17.45%,
				rgba(251, 251, 251, 0.475) 20.43%,
				rgba(247, 247, 247, 0.447) 23.4%,
				rgba(243, 243, 243, 0.42) 26.38%,
				rgba(239, 239, 239, 0.392) 29.35%,
				rgba(235, 235, 235, 0.37) 32.33%,
				rgba(233, 233, 233, 0.353) 33.53%,
				rgba(231, 231, 231, 0.337) 34.72%,
				rgba(228, 228, 228, 0.318) 35.92%,
				rgba(226, 226, 226, 0.3) 37.12%,
				rgba(224, 224, 224, 0.286) 38.31%,
				rgba(221, 221, 221, 0.27) 40.06%,
				rgba(219, 219, 219, 0.26) 41.8%,
				rgba(217, 217, 217, 0.243) 43.55%,
				rgba(215, 215, 215, 0.227) 45.29%,
				rgba(212, 212, 212, 0.21) 47.03%,
				rgba(211, 211, 211, 0.204) 48.25%,
				rgba(210, 210, 210, 0.196) 49.46%,
				rgba(209, 209, 209, 0.19) 50.68%,
				rgba(208, 208, 208, 0.184) 51.89%,
				rgba(207, 207, 207, 0.176) 53.1%,
				rgba(206, 206, 206, 0.17) 53.92%,
				rgba(205, 205, 205, 0.16) 54.73%,
				rgba(204, 204, 204, 0.157) 55.55%,
				rgba(203, 203, 203, 0.15) 56.36%,
				rgba(202, 202, 202, 0.145) 57.18%,
				rgba(202, 202, 202, 0.14) 57.94%,
				rgba(201, 201, 201, 0.137) 58.7%,
				rgba(201, 201, 201, 0.133) 59.46%,
				rgba(200, 200, 200, 0.13) 60.22%,
				rgba(200, 200, 200, 0.125) 60.99%,
				rgba(199, 199, 199, 0.12) 62.18%,
				rgba(198, 198, 198, 0.118) 63.38%,
				rgba(198, 198, 198, 0.11) 64.58%,
				rgba(197, 197, 197, 0.106) 65.77%,
				rgba(196, 196, 196, 0.1) 66.97%);
		border-radius: 50%;
		backdrop-filter: blur(150px);
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.lw-courses .lw-playlist-item--active .lw-playlist-item__play {
		display: none;
	}

	.lw-courses .lw-playlist-item__content {
		flex: 1;
		padding: 5px 10px;
	}

	.lw-courses .lw-playlist-item__title {
		font-size: 16px;
		font-weight: 600;
		color: #15171a;
		margin: 0 0 4px;
		line-height: 1.3;
	}

	.lw-courses .lw-playlist-item--active .lw-playlist-item__title {
		color: rgba(0, 81, 173, 0.979);
	}

	.lw-courses .lw-playlist-item__meta {
		font-size: 14px;
		font-weight: 400;
		color: #15171a;
		margin: 0;
	}

	/* Tabs Navigation */
	.lw-courses .lw-tabs-nav-wrap {
		display: grid;
	}

	.lw-courses .lw-tabs-nav {
		display: flex;
		gap: 32px;
		border-bottom: 1px solid rgba(222, 226, 230, 0.5);
		margin-bottom: 24px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.lw-courses .lw-tabs-nav__item {
		background: none;
		border: none;
		padding: 0 0 12px;
		font-size: 20px;
		font-weight: 600;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent !important;
		background-color: #000;
		cursor: pointer;
		position: relative;
		transition: 0.3s;
		white-space: nowrap;
	}
	.lw-courses .lw-tabs-nav__item:hover {
			background-color: #000 !important;
		}

	.lw-courses .lw-tabs-nav__item--active {
		background-color: rgba(0, 81, 173, 0.979);
		text-shadow: 0px 0px 1px rgba(0, 81, 173, 0.979);
	}

	.lw-courses .lw-tabs-nav__item--active::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(90deg,
				rgba(4, 50, 102, 0.7),
				rgba(6, 74, 153, 0.8),
				rgba(8, 99, 204, 0.9),
				rgb(10, 124, 255),
				rgba(8, 99, 204, 0.9),
				rgba(6, 74, 153, 0.8),
				rgba(4, 50, 102, 0.7));
	}

	.lw-courses .lw-tab-content {
		display: none;
	}

	.lw-courses .lw-tab-content--active {
		display: block;
	}

	/* Overview Content */
	.lw-courses .lw-tab-content__title {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 16px;
		color: #000;
	}

	.lw-courses .lw-overview__text {
		color: #151715;
		font-size: 16px;
		font-weight: 400;
		margin: 0 0 24px;
	}

	.lw-courses .lw-overview__text ul li {
		list-style: none;
		margin-bottom: 16px;
	}
	.lw-courses .lw-overview__text ul li:last-child{
		margin-bottom: 0;
	}

	.lw-courses .lw-overview__text ul li svg {
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}

	.lw-courses .lw-overview__checklist {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.lw-courses .lw-overview__check-item {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 16px;
		font-weight: 500;
	}

	.lw-courses .lw-overview__check-icon {
		color: #000;
		height: 36px;
		width: 36px;
		flex-shrink: 0;
		line-height: 0;
		border-radius: 50%;
		box-shadow: 5px 5px 19px #d0d0d054, -5px -5px 19px #c5c5c542;
	}

	/* Assignment Content */
	.lw-courses .lw-assignment-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 32px;
	}

	.lw-courses .lw-assignment-card {
		background: linear-gradient(-180deg,
				rgb(255, 255, 255) 0%,
				rgba(255, 255, 255, 0.8) 100%);
		padding: 16px;
		border-radius: 24px;
		gap: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); */
	}

	.lw-courses .lw-assignment-card__title {
		font-weight: 600;
		font-size: 20px;
		color: #15171a;
		flex: 1;
	}

	/* Upload Area */
	.lw-courses .lw-upload {
		border: 1px dashed #dee2e6;
		border-radius: 16px;
		padding: 30px;
		text-align: center;
		margin-bottom: 24px;
		background: #fff;
		transition: border-color 0.2s;
		cursor: pointer;
		position: relative;
		z-index: 1;
	}

	.lw-courses .lw-upload__field {
		position: absolute;
		inset: 0;
		opacity: 0;
		z-index: 9;
		cursor: pointer;
	}

	.lw-courses .lw-upload:hover {
		border-color: #3b5bdb;
	}

	.lw-courses .lw-upload__icon {
		margin-bottom: 18px;
	}

	.lw-courses .lw-upload__text {
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 8px;
	}

	.lw-courses .lw-upload__hint {
		font-size: 14px;
		font-weight: 400;
		color: #888888;
		margin: 0;
	}

	/* File List */
	.lw-courses .lw-file-list {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 24px;
	}

	.lw-courses .lw-file-card {
		background: linear-gradient(-180deg,
				rgb(255, 255, 255) 0%,
				rgba(255, 255, 255, 0.8) 100%);
		padding: 20px;
		border-radius: 12px;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.lw-courses .lw-file-card__icon {
		width: 44px;
		height: 44px;
		background: #f6f8fa;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.lw-courses .lw-file-card__info {
		flex-grow: 1;
	}

	.lw-courses .lw-file-card__name {
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 4px;
	}

	.lw-courses .lw-file-card__status {
		font-size: 14px;
		color: #939393;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.lw-courses .lw-file-card__status__size {
		margin: 0;
	}

	.lw-courses .lw-file-card__status__text {
		color: #15171a;
	}

	.lw-courses .lw-progress {
		height: 6px;
		background: #e9ecef;
		border-radius: 3px;
		margin-top: 8px;
		overflow: hidden;
	}

	.lw-courses .lw-progress__fill {
		height: 100%;
		background: #000;
		width: 0%;
		transition: width 0.3s;
	}

	.lw-courses .lw-file-card__btn {
		background-color: transparent;
		padding: 0;
		border: none;
		cursor: pointer;
	}

	/* Quiz Styles */
	.lw-courses .lw-quiz-summary {
		background: linear-gradient(145deg, #e6e6e62c, #ffffff);
		box-shadow: inset 1px 1px 5px #e6e6e68a, inset -1px -1px 5px #ffffff8c;
		padding: 16px;
		border-radius: 24px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 40px;
		border: 1px solid #ffffff79;
		flex-wrap: wrap;
	}

	.lw-courses .lw-quiz-stats {
		display: flex;
		gap: 60px;
	}

	.lw-courses .lw-stat-item {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.lw-courses .lw-stat-item__icon {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #ffffff6b;
		box-shadow: inset 5px 5px 19px #d0d0d038, 5px 5px 19px #c5c5c531;
	}

	.lw-courses .lw-stat-item__label {
		font-size: 14px;
		color: #15171a;
		margin: 0 0 4px;
	}

	.lw-courses .lw-stat-item__value {
		font-weight: 600;
		font-size: 20px;
		margin: 0;
		color: #15171a;
	}

	/* Question View */
	.lw-courses .lw-quiz-header {
		background: linear-gradient(145deg, #e6e6e62c, #ffffff);
		box-shadow: inset 2px 2px 5px #e6e6e68a, inset -2px -2px 5px #ffffff8c;
		border: 1px solid #ffffff79;
		padding: 20px;
		margin-bottom: 24px;
		border-radius: 24px;
	}

	.lw-courses .lw-quiz-header__row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 16px;
	}

	.lw-courses .lw-quiz-title {
		font-weight: 600;
		font-size: 20px;
		margin: 0;
		color: #15171a;
	}

	.lw-courses .lw-quiz-timer {
		color: #939393;
		font-weight: 500;
		font-size: 14px;
		margin: 0;
	}

	.lw-courses .lw-quiz-timer__current {
		color: #15171a;
	}

	.lw-courses .lw-quiz-progress-bar {
		height: 10px;
		background: rgba(233, 236, 239, 0.8);
		border-radius: 8px;
		overflow: hidden;
	}

	.lw-courses .lw-quiz-progress-fill {
		height: 100%;
		background: #0827a3;
		width: 0%;
		border-radius: 8px;
		transition: width 0.3s;
	}

	.lw-courses .lw-question-card {
		background: linear-gradient(-180deg,
				rgb(255, 255, 255) 0%,
				rgba(255, 255, 255, 0.8) 100%);
		padding: 32px;
		border-radius: 24px;
		margin-bottom: 16px;
	}

	.lw-courses .lw-question-card__text {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 16px;
	}

	.lw-courses .lw-options-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.lw-courses .lw-option {
		border-radius: 24px;
		padding: 8px;
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 16px;
		cursor: pointer;
		transition: all 0.2s;
		font-weight: 600;
		box-shadow: inset 2px 2px 5px #e6e6e68a, inset -2px -2px 5px #ffffff8c;
	}

	.lw-courses .lw-option input {
		display: none;
	}

	/* .lw-option:hover {
        background: #f1f3f5;
      } */

	.lw-courses .lw-option--selected {
		color: #15171a;
		background: radial-gradient(ellipse at center,
				#f7ef9c 0%,
				#f5e58a 25%,
				#e6c768 55%,
				#c99832 80%,
				#a56e26 100%);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1),
          inset 0 1px 0 rgba(255, 255, 255, 0.4); */
	}

	.lw-courses .lw-option__label {
		width: 36px;
		height: 36px;
		background: linear-gradient(117.54deg,
				rgba(255, 255, 255, 0.5) 17.45%,
				rgba(251, 251, 251, 0.475) 20.43%,
				rgba(247, 247, 247, 0.447) 23.4%,
				rgba(243, 243, 243, 0.42) 26.38%,
				rgba(239, 239, 239, 0.392) 29.35%,
				rgba(235, 235, 235, 0.37) 32.33%,
				rgba(233, 233, 233, 0.353) 33.53%,
				rgba(231, 231, 231, 0.337) 34.72%,
				rgba(228, 228, 228, 0.318) 35.92%,
				rgba(226, 226, 226, 0.3) 37.12%,
				rgba(224, 224, 224, 0.286) 38.31%,
				rgba(221, 221, 221, 0.27) 40.06%,
				rgba(219, 219, 219, 0.26) 41.8%,
				rgba(217, 217, 217, 0.243) 43.55%,
				rgba(215, 215, 215, 0.227) 45.29%,
				rgba(212, 212, 212, 0.21) 47.03%,
				rgba(211, 211, 211, 0.204) 48.25%,
				rgba(210, 210, 210, 0.196) 49.46%,
				rgba(209, 209, 209, 0.19) 50.68%,
				rgba(208, 208, 208, 0.184) 51.89%,
				rgba(207, 207, 207, 0.176) 53.1%,
				rgba(206, 206, 206, 0.17) 53.92%,
				rgba(205, 205, 205, 0.16) 54.73%,
				rgba(204, 204, 204, 0.157) 55.55%,
				rgba(203, 203, 203, 0.15) 56.36%,
				rgba(202, 202, 202, 0.145) 57.18%,
				rgba(202, 202, 202, 0.14) 57.94%,
				rgba(201, 201, 201, 0.137) 58.7%,
				rgba(201, 201, 201, 0.133) 59.46%,
				rgba(200, 200, 200, 0.13) 60.22%,
				rgba(200, 200, 200, 0.125) 60.99%,
				rgba(199, 199, 199, 0.12) 62.18%,
				rgba(198, 198, 198, 0.118) 63.38%,
				rgba(198, 198, 198, 0.11) 64.58%,
				rgba(197, 197, 197, 0.106) 65.77%,
				rgba(196, 196, 196, 0.1) 66.97%);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: 500;
		flex-shrink: 0;
	}

	.lw-courses .lw-option--selected .lw-option__label {
		color: #fff;
		background: #15171a;
	}

	.lw-courses .lw-question-submit {
		margin-top: 24px;
	}

	/* Buttons */
	.lw-courses .lw-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 16px 24px;
		border-radius: 100px;
		font-weight: 700;
		font-size: 18px;
		cursor: pointer;
		transition: all 0.3s;
		border: none;
		gap: 6px;
		text-decoration: none;
	}

	.lw-courses .lw-btn--primary {
		background: #343a40;
		color: #fff;
	}

	.lw-courses .lw-btn--primary:hover {
		background: #212529;
		transform: translateY(-2px);
	}

	.lw-courses .lw-btn--gold {
		color: #15171a;
		background: radial-gradient(ellipse at center,
				#f7ef9c 0%,
				#f5e58a 25%,
				#e6c768 55%,
				#c99832 80%,
				#a56e26 100%);
		border-radius: 100px;
		text-decoration: none;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1),
			inset 0 1px 0 rgba(255, 255, 255, 0.4);
		position: relative;
		cursor: pointer;
		transition: 0.3s;
	}

	.lw-courses .lw-btn--gold:hover {
		box-shadow: 0 6px 18px rgba(251, 191, 36, 0.4);
	}

	.lw-courses .lw-btn--outline {
		background: #fff;
		border: 1px solid #dee2e6;
		color: #1a1a1a;
	}

	.lw-courses .lw-btn--outline:hover {
		background: #f8f9fa;
	}

	.lw-courses .lw-btn__icon-circle {
		width: 24px;
		height: 24px;
		background: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
		font-size: 0.75rem;
	}

	/* Helper Utilities */
	.lw-courses .lw-hidden {
		display: none !important;
	}

	/* Responsive Playlist Additions */
	.lw-courses .lw-playlist-tab-only,
	.lw-courses .tab-playlist,
	.lw-courses #tab-playlist.lw-tab-content--active {
		display: none !important;
	}

	@media (max-width: 1023px) {
		.lw-courses {
			padding: 40px 0 80px;
		}

		.lw-courses .lw-quiz-summary {
			gap: 24px;
		}

		.lw-courses .lw-quiz-stats {
			gap: 30px;
		}

		.lw-courses .lw-courses__sidebar {
			width: 250px;
		}

		.lw-courses .lw-playlist-item__thumb {
			width: 70px;
			height: 55px;
		}

		.lw-courses .lw-tabs-nav {
			gap: 24px;
		}

		.lw-courses .lw-question-card {
			padding: 24px;
		}
	}

	@media (max-width: 991px) {
		.lw-courses {
			padding: 0 0 60px;
		}

		.lw-courses .lw-courses__sidebar {
			display: none !important;
		}

		.lw-courses .lw-playlist-tab-only {
			display: inline-block !important;
		}

		.lw-courses #tab-playlist.lw-tab-content--active {
			display: block !important;
		}

		.lw-courses .lw-player {
			border-radius: 0;
			order: -1;
			margin: 0 -15px 24px;
		}
	}

	@media (max-width: 767px) {
		.lw-courses .lw-courses {
			padding: 0 0 48px;
		}

		.lw-courses .lw-overview__checklist,
		.lw-courses .lw-options-grid {
			grid-template-columns: 1fr;
		}

		.lw-courses .lw-overview__checklist {
			gap: 8px;
		}

		.lw-courses .lw-quiz-summary {
			flex-direction: column;
			align-items: stretch;
		}

		.lw-courses .lw-quiz-stats {
			flex-direction: column;
			gap: 20px;
		}

		.lw-courses .lw-assignment-card {
			padding: 12px 16px;
			border-radius: 16px;
		}

		.lw-courses .lw-assignment-card .lw-btn--outline {
			padding: 5px;
			height: 46px;
			width: 46px;
			border-radius: 50%;
		}

		.lw-courses .lw-assignment-card .lw-btn__text {
			display: none;
		}

		.lw-courses .lw-upload__icon {
			margin-bottom: 16px;
		}

		.lw-courses .lw-upload__icon svg {
			height: 32px;
			width: 32px;
		}

		.lw-courses .lw-upload__text,
		.lw-courses .lw-file-card__name {
			font-size: 14px;
		}

		.lw-courses .lw-upload__hint,
		.lw-courses .lw-file-card__status {
			font-size: 12px;
		}

		.lw-courses .lw-courses__heading {
			font-size: 20px;
			margin: 0 0 16px;
		}

		.lw-courses .lw-file-card,
		.lw-courses .lw-question-card {
			padding: 16px;
		}

		.lw-courses .lw-progress {
			height: 4px;
		}

		.lw-courses .lw-file-card__icon,
		.lw-courses .lw-file-card__icon svg {
			height: 40px;
			width: 40px;
		}

		.lw-courses .lw-tabs-nav__item {
			font-size: 16px;
			font-weight: 400;
			padding-bottom: 8px;
		}

		.lw-courses .lw-tab-content__title {
			font-size: 18px;
			margin-bottom: 8px;
		}

		.lw-courses .lw-upload {
			padding: 20px;
		}

		.lw-courses .lw-upload-area .lw-tab-content__title {
			text-align: center;
			margin-bottom: 16px;
		}

		.lw-courses .lw-overview__text {
			font-size: 14px;
			margin-bottom: 20px;
		}

		.lw-courses .lw-tabs-nav-wrap {
			position: relative;
			margin: 0 -15px;
			z-index: 1;
		}

		.lw-courses .lw-tabs-nav-wrap::before,
		.lw-courses .lw-tabs-nav-wrap::after {
			content: "";
			position: absolute;
			height: 100%;
			width: 50px;
			top: 0;
			z-index: 9;
			pointer-events: none;
		}

		.lw-courses .lw-tabs-nav-wrap::before {
			background: linear-gradient(to right, white, transparent);
			left: 0;
		}

		.lw-courses .lw-tabs-nav-wrap::after {
			background: linear-gradient(to left, white, transparent);
			right: 0;
		}

		.lw-courses .lw-tabs-nav {
			gap: 16px;
			margin-bottom: 20px;
			padding: 0 15px;
		}

		.lw-courses .lw-overview__check-item {
			font-size: 14px;
		}

		.lw-courses .lw-overview__check-icon,
		.lw-courses .lw-overview__check-icon svg {
			height: 28px;
			width: 28px;
		}

		.lw-courses .lw-assignment-card__title {
			font-size: 16px;
		}

		.lw-courses .lw-stat-item__value,
		.lw-courses .lw-quiz-title,
		.lw-courses .lw-question-card__text {
			font-size: 18px;
		}

		.lw-courses .lw-quiz-progress-bar {
			height: 8px;
		}

		.lw-courses .lw-options-grid {
			gap: 12px;
		}

		.lw-courses .lw-option {
			font-size: 14px;
		}

		.lw-courses .lw-quiz-timer {
			font-size: 12px;
		}

		.lw-courses .lw-quiz-header {
			padding: 16px;
		}

		.lw-courses .lw-btn--gold {
			display: block;
			width: max-content;
			margin: 0 auto;
			font-size: 16px;
			padding: 13px 24px;
		}

		.lw-courses .lw-quiz-start-btn {
			width: max-content;
			margin-left: 0;
		}
	}

	/* Quiz Results Styles */
	.lw-quiz-results {
		/* padding: 24px; */
		background: #f9f9f9;
		border-radius: 12px;
		margin-top: 20px;
	}

	.lw-quiz-results h3 {
		margin: 0 0 20px 0;
		color: #000;
		font-size: 24px;
		font-weight: 600;
	}

	.lw-result-summary {
		background: white;
		padding: 20px;
		border-radius: 8px;
		margin-bottom: 24px;
		border: 1px solid #e0e0e0;
	}

	.lw-result-summary p {
		margin: 8px 0;
		font-size: 16px;
	}

	.lw-result-summary .passed {
		color: #28a745;
		font-weight: bold;
	}

	.lw-result-summary .failed {
		color: #dc3545;
		font-weight: bold;
	}

	.lw-result-details {
		background: white;
		padding: 20px;
		border-radius: 8px;
		border: 1px solid #e0e0e0;
	}

	.lw-result-details h4 {
		margin: 0 0 16px 0;
		color: #000;
		font-size: 18px;
		font-weight: 600;
	}

	.lw-result-item {
		padding: 16px;
		margin-bottom: 12px;
		border-radius: 8px;
		border-left: 4px solid;
	}

	.lw-result-item.correct {
		background: #d4edda;
		border-left-color: #28a745;
	}

	.lw-result-item.incorrect {
		background: #f8d7da;
		border-left-color: #dc3545;
	}

	.lw-result-item h5 {
		margin: 0 0 8px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.lw-result-item p {
		margin: 4px 0;
		font-size: 14px;
	}

	.lw-result-item .result-status {
		font-weight: bold;
		margin-top: 8px;
	}