/* [project]/src/app/course/Course.module.css [app-client] (css) */
.Course-module__B02HuW__courseBreadcrumbActive {
  color: #bc9654;
  font-weight: 600;
}

.Course-module__B02HuW__topToolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  display: flex;
}

.Course-module__B02HuW__topToolbarLeft {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: auto;
  display: flex;
}

.Course-module__B02HuW__mobileFilterBtn, .Course-module__B02HuW__sidebarColClose {
  display: none;
}

.Course-module__B02HuW__resultsCount {
  color: #1c2e46;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.Course-module__B02HuW__downloadSchedule {
  color: #1c2e46;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.Course-module__B02HuW__goldArrow {
  margin-left: 2px;
}

.Course-module__B02HuW__downloadBtnExcel, .Course-module__B02HuW__downloadBtnPdf {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.Course-module__B02HuW__downloadBtnExcel:hover, .Course-module__B02HuW__downloadBtnPdf:hover {
  border-color: #94a3b8;
  box-shadow: 0 2px 6px #0000000d;
}

.Course-module__B02HuW__sidebarFilterCard {
  background-color: #e5e8f3;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 24px;
  box-sizing: border-box !important;
}

.Course-module__B02HuW__sidebarFilterCard *, .Course-module__B02HuW__mainLayout * {
  box-sizing: border-box !important;
}

.Course-module__B02HuW__filterForm {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Course-module__B02HuW__filterSection {
  width: 100%;
  position: relative;
}

.Course-module__B02HuW__filterLabel {
  color: #7988a2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
}

.Course-module__B02HuW__courseDropdownWrap {
  width: 100%;
  position: relative;
}

.Course-module__B02HuW__filterSelectTrigger {
  color: #fff;
  cursor: pointer;
  text-align: left;
  background-color: #48546c;
  border: none;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.Course-module__B02HuW__filterSelectTrigger:hover {
  background-color: #3c485e;
}

.Course-module__B02HuW__filterSelectTriggerOpen {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.Course-module__B02HuW__chevronIcon {
  color: #fff;
  flex-shrink: 0;
}

.Course-module__B02HuW__filterDropdownMenu {
  z-index: 100;
  background-color: #567;
  border: none;
  border-radius: 0 0 6px 6px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 10px 25px #0003;
}

.Course-module__B02HuW__filterDropdownMenu::-webkit-scrollbar {
  width: 8px;
}

.Course-module__B02HuW__filterDropdownMenu::-webkit-scrollbar-track {
  background: #0000001a;
}

.Course-module__B02HuW__filterDropdownMenu::-webkit-scrollbar-thumb {
  background: #f89b29;
  border-radius: 4px;
}

.Course-module__B02HuW__filterDropdownMenuCategory {
  max-height: 280px;
}

.Course-module__B02HuW__filterDropdownMenuLocation {
  max-height: 200px;
}

.Course-module__B02HuW__filterDropdownList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Course-module__B02HuW__filterDropdownItem {
  padding: 0;
  list-style: none;
}

.Course-module__B02HuW__filterDropdownItemCheckbox {
  border-bottom: 1px solid #ffffff1a;
  padding: 0;
  list-style: none;
}

.Course-module__B02HuW__filterOptionBtn {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 8px 12px;
  font-size: .85rem;
  font-weight: 500;
  transition: background-color .15s, color .15s;
}

.Course-module__B02HuW__filterOptionBtn:hover {
  color: #fff;
  background-color: #2563eb;
}

.Course-module__B02HuW__filterCheckboxLabel {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 12px;
  font-size: .85rem;
  font-weight: 500;
  transition: background-color .15s;
  display: flex;
}

.Course-module__B02HuW__filterCheckboxLabel:hover {
  background-color: #ffffff0d;
}

.Course-module__B02HuW__filterCheckboxLabel input {
  appearance: none;
  cursor: pointer;
  background-color: #d3dbe2;
  border-radius: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
}

.Course-module__B02HuW__filterCheckboxLabel input:checked {
  background-color: #d3dbe2;
}

.Course-module__B02HuW__filterCheckboxLabel input:checked:after {
  content: "";
  border: 2px solid #1c2e46;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(45deg);
}

.Course-module__B02HuW__filterSearchInput {
  color: #fff;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #ffffff26;
  outline: none;
  width: 100%;
  padding: 10px 12px;
  font-size: .85rem;
}

.Course-module__B02HuW__filterSearchInput::placeholder {
  color: #fff9;
}

.Course-module__B02HuW__filterSelectAll {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff26;
  padding: 10px 12px;
  font-size: .85rem;
  font-weight: 600;
  transition: background-color .15s;
}

.Course-module__B02HuW__filterSelectAll:hover {
  background-color: #ffffff0d;
}

.Course-module__B02HuW__filterResetLink {
  color: #7988a2;
  cursor: pointer;
  text-align: center;
  background: none;
  border: none;
  align-self: center;
  margin-top: 5px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.Course-module__B02HuW__filterResetLink:hover {
  color: #1c2e46;
}

.Course-module__B02HuW__mainLayout {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.Course-module__B02HuW__sidebarCol {
  width: 100%;
}

.Course-module__B02HuW__cardsCol {
  grid-column: span 3;
  width: 100%;
}

.Course-module__B02HuW__courseCardsRow {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  display: grid;
}

.Course-module__B02HuW__courseCardCol {
  width: 100%;
}

.Course-module__B02HuW__courseCard {
  background-color: #e5e8f3;
  border-radius: 15px;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 10px #00000005;
}

.Course-module__B02HuW__courseCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0000000f;
}

.Course-module__B02HuW__cardHeader {
  background-color: #a82424;
  border-radius: 15px;
  height: 160px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.Course-module__B02HuW__cardHeaderImage {
  object-fit: cover;
  transition: transform .6s;
}

.Course-module__B02HuW__courseCard:hover .Course-module__B02HuW__cardHeaderImage {
  transform: scale(1.04);
}

.Course-module__B02HuW__cardHeaderOverlay {
  mix-blend-mode: multiply;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Course-module__B02HuW__cardHeaderContent {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.Course-module__B02HuW__cardHeaderTitle {
  color: #fff;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.Course-module__B02HuW__cardHeaderRating {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  font-size: .85rem;
  font-weight: 700;
  display: flex;
}

.Course-module__B02HuW__stars {
  color: #fff;
  letter-spacing: 2px;
  font-size: .95rem;
}

.Course-module__B02HuW__cardContent {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 8px 6px 4px;
  display: flex;
}

.Course-module__B02HuW__courseCardDetails {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  display: flex;
}

.Course-module__B02HuW__courseCardDetailRow {
  align-items: baseline;
  display: flex;
}

.Course-module__B02HuW__courseCardDetailLabel {
  color: #5c6b84;
  flex-shrink: 0;
  width: 80px;
  font-size: .88rem;
  font-weight: 600;
}

.Course-module__B02HuW__courseCardDetailValue {
  color: #1d2439;
  font-size: .88rem;
  font-weight: 700;
}

.Course-module__B02HuW__courseCardActions {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.Course-module__B02HuW__btnAddToCart {
  color: #fff;
  cursor: pointer;
  background-color: #1c2e46;
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.Course-module__B02HuW__btnAddToCart:hover {
  color: #fff;
  background-color: #30496b;
}

.Course-module__B02HuW__btnAddToCart:active {
  transform: scale(.98);
}

.Course-module__B02HuW__cartIcon {
  stroke: #fff;
  flex-shrink: 0;
}

.Course-module__B02HuW__btnDetails {
  color: #1c2e46;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #1c2e46;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.Course-module__B02HuW__btnDetails:hover {
  color: #fff;
  background-color: #1c2e46;
}

.Course-module__B02HuW__btnDetails:active {
  transform: scale(.98);
}

.Course-module__B02HuW__arrowIcon {
  stroke: currentColor;
  flex-shrink: 0;
}

.Course-module__B02HuW__courseNoResultsContainer {
  text-align: center;
  width: 100%;
  padding: 60px 0;
}

.Course-module__B02HuW__courseNoResultsText {
  color: #7988a2;
  font-size: 1.15rem;
  font-weight: 500;
}

.Course-module__B02HuW__coursePartnershipSection {
  padding-top: 30px;
}

.Course-module__B02HuW__courseLogoSeparator {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.Course-module__B02HuW__courseClientsTitle {
  color: #1d2439;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
}

.Course-module__B02HuW__courseClientsCarousel {
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 15% 85%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 15% 85%, #0000);
}

.Course-module__B02HuW__marqueeTrack {
  gap: 20px;
  width: max-content;
  animation: 35s linear infinite Course-module__B02HuW__scrollMarquee;
  display: flex;
}

.Course-module__B02HuW__marqueeTrack:hover {
  animation-play-state: paused;
}

@keyframes Course-module__B02HuW__scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.Course-module__B02HuW__courseClientLogoBox {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 80px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 8px #00000005;
}

.Course-module__B02HuW__courseClientLogoImg {
  object-fit: contain;
}

.Course-module__B02HuW__filterApplyBtn {
  display: none;
}

@media (max-width: 1200px) {
  .Course-module__B02HuW__filterApplyBtn {
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #1c2e46;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: .95rem;
    font-weight: 700;
    transition: background-color .2s;
    display: block !important;
  }

  .Course-module__B02HuW__filterApplyBtn:hover {
    background-color: #30496b;
  }

  .Course-module__B02HuW__topToolbarLeft {
    justify-content: space-between;
    width: 100%;
  }

  .Course-module__B02HuW__downloadSchedule {
    justify-content: center;
    width: 100%;
  }

  .Course-module__B02HuW__mobileFilterBtn {
    color: #1c2e46;
    cursor: pointer;
    background: none;
    border: 1px solid #1c2e46;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
  }

  .Course-module__B02HuW__sidebarCol {
    display: none;
  }

  .Course-module__B02HuW__sidebarColOpen {
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 60px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: block !important;
  }

  .Course-module__B02HuW__sidebarColClose {
    cursor: pointer;
    color: #1c2e46;
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block !important;
  }

  .Course-module__B02HuW__mainLayout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .Course-module__B02HuW__cardsCol {
    grid-column: span 1;
  }

  .Course-module__B02HuW__courseCardsRow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .Course-module__B02HuW__courseCardsRow {
    grid-template-columns: 1fr;
  }
}

.Course-module__B02HuW__customCategoryContainer {
  width: 100%;
  margin-top: 30px;
}

.Course-module__B02HuW__summaryBox {
  background-color: #f4f6fa;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 4px 10px #00000003;
}

.Course-module__B02HuW__summaryBox h1, .Course-module__B02HuW__summaryBox h2 {
  color: #1c2e46;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.Course-module__B02HuW__summaryBox h2 {
  margin-top: 32px;
  font-size: 20px;
}

.Course-module__B02HuW__summaryBox p {
  color: #62687a;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.Course-module__B02HuW__summaryBox ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.Course-module__B02HuW__summaryBox li {
  color: #62687a;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  list-style-type: disc;
}

.Course-module__B02HuW__faqBorderBox {
  background-color: #fff;
  border: 1.5px dashed #e2b674;
  border-radius: 16px;
  margin-top: 40px;
  padding: 30px;
}

.Course-module__B02HuW__faqTitle {
  color: #1c2e46;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.Course-module__B02HuW__faqAccordionContainer {
  background-color: #f4f6fa;
  border-radius: 12px;
  padding: 24px 30px;
}

.Course-module__B02HuW__faqItem {
  border-bottom: 1.5px solid #e2e8f0;
  padding: 18px 0;
}

.Course-module__B02HuW__faqItem:last-child {
  border-bottom: none;
}

.Course-module__B02HuW__faqItemHeader {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.Course-module__B02HuW__faqItemQuestion {
  color: #1c2e46;
  margin: 0;
  padding-right: 20px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: color .2s;
}

.Course-module__B02HuW__faqItemHeader:hover .Course-module__B02HuW__faqItemQuestion {
  color: #bc9654;
}

.Course-module__B02HuW__faqItemIcon {
  color: #1c2e46;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.Course-module__B02HuW__faqItemHeader:hover .Course-module__B02HuW__faqItemIcon {
  color: #bc9654;
}

.Course-module__B02HuW__faqItemAnswerWrapper {
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease-out;
  display: grid;
}

.Course-module__B02HuW__faqItemAnswerWrapperOpen {
  grid-template-rows: 1fr;
}

.Course-module__B02HuW__faqItemAnswerContent {
  overflow: hidden;
}

.Course-module__B02HuW__faqItemAnswerText {
  color: #62687a;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 4px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.Course-module__B02HuW__discountBadge {
  color: #fff;
  z-index: 10;
  background-color: #1c2e46;
  border-bottom-left-radius: 12px;
  padding: 8px 14px;
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

/*# sourceMappingURL=src_app_course_Course_module_01ibvo..css.map*/