*,
*::before,
*::after {
  box-sizing: border-box;
}

#theme_3 {
  margin: 0;
  padding: 0;
  background: #f8f9fb;
  font-family: "Montserrat", sans-serif;
  color: #002147;
  min-height: 100vh;
}

#theme_3 .enm-t3-header {
  background: #0b1c31;
  width: 100%;
}

#theme_3 .enm-t3-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
}

#theme_3 .enm-t3-header__logo {
  flex-shrink: 0;
  max-width: 45%;
}

#theme_3 .enm-t3-header__logo img {
  max-height: 48px;
  width: auto;
  display: block;
}

#theme_3 .enm-t3-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

#theme_3 .enm-t3-header__search-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px !important;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

#theme_3 .enm-t3-header__search-mini i {
  font-size: 17px;
}

#theme_3 .enm-t3-header__student {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 22px;
  background: #1a4a9e;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

#theme_3 .enm-t3-header__student i {
  font-size: 15px;
  flex-shrink: 0;
}

#theme_3 .enm-t3-header__student-label {
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

#theme_3 .enm-t3-header__student:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.92;
}

#theme_3 .enm-t3-header__student:hover .enm-t3-header__student-label {
  color: #fff !important;
}

#theme_3 .enm-t3-banner-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 40px 0;
}

#theme_3 .enm-t3-banner {
  position: relative;
  height: 400px;
  border-radius: 20px !important;
  overflow: hidden;
  background: #1a1a1a;
}

#theme_3 .enm-t3-banner__slide {
  position: absolute;
  inset: 0;
  display: none;
  background-size: cover;
  background-position: center right;
}

#theme_3 .enm-t3-banner__slide.is-active {
  display: block;
}

#theme_3 .enm-t3-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.12) 100%);
}

#theme_3 .enm-t3-banner__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin-left: 7%;
  padding: 48px 0 32px;
  color: #fff;
}

#theme_3 .enm-t3-banner__content h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.06;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

#theme_3 .enm-t3-banner__content p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
  font-weight: 400;
  max-width: 480px;
}

#theme_3 .enm-t3-banner__btn {
  display: inline-block;
  border-radius: 999px !important;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

#theme_3 .enm-t3-banner__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  cursor: pointer;
  line-height: 0;
}

#theme_3 .enm-t3-banner__nav i {
  display: block;
  font-size: 28px;
  line-height: 1;
}

#theme_3 .enm-t3-banner__nav--prev {
  left: 14px;
}

#theme_3 .enm-t3-banner__nav--next {
  right: 14px;
}

#theme_3 .enm-t3-banner__dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#theme_3 .enm-t3-banner__dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50% !important;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

#theme_3 .enm-t3-banner__dot.is-active {
  background: #fff;
}

#theme_3 .enm-t3-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 56px;
}

#theme_3 .enm-t3-vitrine {
  width: 100%;
}

#theme_3 .enm-t3-search-wrap {
  padding: 32px 0 20px;
}

#theme_3 .enm-t3-search {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 12px !important;
  padding: 0 22px;
  height: 58px;
  box-shadow: 0 1px 2px rgba(11, 28, 49, 0.03);
}

#theme_3 .enm-t3-search i {
  font-size: 22px;
  color: #9aa3b0;
  flex-shrink: 0;
}

#theme_3 .enm-t3-search__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: #002147;
  background: transparent;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

#theme_3 .enm-t3-search__input::-moz-placeholder {
  color: #9aa3b0;
}

#theme_3 .enm-t3-search__input::placeholder {
  color: #9aa3b0;
}

#theme_3 .enm-t3-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  padding: 2px 0;
}

#theme_3 .enm-t3-filters__item {
  position: relative;
}

#theme_3 .enm-t3-filters__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 24px;
  border-radius: 999px !important;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

#theme_3 .enm-t3-filters__pill i {
  font-size: 18px;
  line-height: 1;
}

#theme_3 .enm-t3-filters__pill--all {
  background: #eef1f5;
  border-color: #eef1f5;
  color: #002147;
}

#theme_3 .enm-t3-filters__pill--all.is-active {
  background: #0b1c31;
  border-color: #0b1c31;
  color: #fff;
  font-weight: 600;
}

#theme_3 .enm-t3-filters__pill--field {
  background: #eef1f5;
  border-color: #eef1f5;
  color: #4a5568;
}

#theme_3 .enm-t3-filters__pill--field.is-open,
#theme_3 .enm-t3-filters__pill--field.is-active {
  background: #e4e9f0;
  border-color: #d5dbe3;
  color: #002147;
}

#theme_3 .enm-t3-filters__clear {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-width: 148px;
  padding: 0 28px;
  background: #0b1c31;
  color: #fff;
  border: none;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(11, 28, 49, 0.12);
}

#theme_3 .enm-t3-filters__clear:hover {
  background: #0f2642;
}

#theme_3 .enm-t3-filters__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 250px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(11, 28, 49, 0.14);
  z-index: 200;
  padding: 6px 0;
}

#theme_3 .enm-t3-filters__dropdown-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #b09478;
  padding: 8px 16px 4px;
  margin: 0;
}

#theme_3 .enm-t3-filters__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 16px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
}

#theme_3 .enm-t3-filters__option:hover {
  background: #f3f6f9;
}

#theme_3 .enm-t3-filters__option input {
  margin-top: 3px;
}

#theme_3 .enm-t3-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e6ec;
}

#theme_3 .enm-t3-chips__label {
  font-size: 13px;
  font-weight: 600;
  color: #5a6472;
}

#theme_3 .enm-t3-chips__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #e2e6ec;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

#theme_3 .enm-t3-courses {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

#theme_3 .enm-t3-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(11, 28, 49, 0.04);
}

#theme_3 .enm-t3-card__media {
  flex: 0 0 320px;
  width: 320px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#theme_3 .enm-t3-card__media img,
#theme_3 .enm-t3-card__media-placeholder {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#theme_3 .enm-t3-card__media-placeholder {
  background: linear-gradient(135deg, #e8ecf0, #d4dae2);
}

#theme_3 .enm-t3-card__content {
  flex: 1;
  min-width: 0;
  padding: 28px 32px 28px 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}

#theme_3 .enm-t3-card__badge {
  position: absolute;
  top: 26px;
  right: 28px;
  background: #2eb67d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  line-height: 1.3;
  max-width: 180px;
  text-align: center;
}

#theme_3 .enm-t3-card__category {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b09478;
  margin: 0 0 12px;
  padding-right: 170px;
  line-height: 1.3;
}

#theme_3 .enm-t3-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #002147;
  margin: 0 0 14px;
  padding-right: 16px;
}

#theme_3 .enm-t3-card__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #5a6472;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

#theme_3 .enm-t3-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#theme_3 .enm-t3-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #002147;
}

#theme_3 .enm-t3-card__meta li i {
  font-size: 17px;
  color: #b09478;
}

#theme_3 .enm-t3-card__price {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #002147;
}

#theme_3 .enm-t3-card__price strong {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 8px;
}

#theme_3 .enm-t3-card__price span {
  font-weight: 600;
}

#theme_3 .enm-t3-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

#theme_3 .enm-t3-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  min-width: 177px;
  padding: 0 24px;
  border-radius: 9px !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  border: 1px solid transparent;
  white-space: nowrap;
}

#theme_3 .enm-t3-card__btn-text {
  display: inline-block;
  line-height: 1.2;
}

#theme_3 .enm-t3-card__btn-arrow {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

#theme_3 .enm-t3-card__btn--primary {
  background: #002147;
  color: #fff;
  border-color: #002147;
}

#theme_3 .enm-t3-card__btn--primary:hover {
  background: #0b1c31;
  border-color: #0b1c31;
  color: #fff;
  text-decoration: none;
}

#theme_3 .enm-t3-card__btn--secondary {
  background: transparent;
  border-color: #002147;
  color: #002147;
}

#theme_3 .enm-t3-card__btn--secondary:hover {
  background: #002147;
  color: #fff;
  text-decoration: none;
}

#theme_3 .enm-t3-card__btn--info {
  background: transparent;
  border-color: #002147;
  color: #002147;
}

#theme_3 .enm-t3-card__btn--info:hover {
  background: #002147;
  color: #fff;
  text-decoration: none;
}

#theme_3 .enm-t3-card__btn--subscribe {
  background: #002147;
  color: #fff;
}

#theme_3 .enm-t3-card__btn--subscribe:hover {
  background: #0b1c31;
  color: #fff;
  text-decoration: none;
}

#theme_3 .enm-t3-card__btn--disabled {
  background: #c5cad0;
  cursor: not-allowed;
}

#theme_3 .enm-t3-empty {
  text-align: center;
  padding: 48px 0;
  color: #5a6472;
  font-size: 17px;
}

#theme_3 .enm-t3-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 28px 0 8px;
}

#theme_3 .enm-t3-pagination button {
  padding: 8px 14px;
  border: 1px solid #e2e6ec;
  border-radius: 6px !important;
  background: #fff;
  color: #002147;
  font-size: 14px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

#theme_3 .enm-t3-pagination button.is-active,
#theme_3 .enm-t3-pagination button:hover {
  background: #0b1c31;
  color: #fff;
  border-color: #0b1c31;
}

#theme_3 .enm-t3-loading {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#theme_3 .enm-t3-loading__ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

#theme_3 .enm-t3-loading__ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: enm-t3-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

#theme_3 .enm-t3-loading__ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#theme_3 .enm-t3-loading__ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#theme_3 .enm-t3-loading__ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes enm-t3-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#theme_3 footer {
  background: #002147;
  color: #fff;
}

#theme_3 footer h4 {
  color: #fff;
  font-weight: 700;
}

#theme_3 footer p {
  color: #fff;
  text-align: justify;
  padding: 0 55px 0 0;
}

#theme_3 footer .i-footer {
  font-size: 1.3em;
  margin-right: 10px;
  color: #fff;
}

#theme_3 footer i.fa {
  color: #fff !important;
}

#theme_3 footer .item-footer {
  margin-bottom: 30px;
}

#theme_3 footer .container_footer ul {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
}

#theme_3 footer .container_footer ul li a {
  margin: 5px;
  color: #fff;
}

#theme_3 footer .container_footer ul li a:hover {
  color: rgba(255, 255, 255, 0.85);
}

#theme_3 footer .container_footer .img-responsive {
  padding: 0 0 38px 0;
  width: 210px;
  max-width: 100%;
}

#theme_3 footer .footer_bottom {
  border-top: solid rgba(255, 255, 255, 0.2) 1px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

#theme_3 footer .footer_bottom p {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
}

@media (max-width: 991px) {
  #theme_3 .enm-t3-banner {
    height: 340px;
  }

  #theme_3 .enm-t3-banner__content h1 {
    font-size: 34px;
  }

  #theme_3 .enm-t3-card__media {
    flex: 0 0 260px;
    width: 260px;
  }

  #theme_3 .enm-t3-card__media img,
  #theme_3 .enm-t3-card__media-placeholder {
    height: 210px;
  }

  #theme_3 .enm-t3-card__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #theme_3 .enm-t3-header__inner,
  #theme_3 .enm-t3-banner-section,
  #theme_3 .enm-t3-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  #theme_3 .enm-t3-header__search-mini {
    display: none;
  }

  #theme_3 .enm-t3-banner {
    height: 300px;
  }

  #theme_3 .enm-t3-banner__content {
    margin-left: 5%;
    padding-top: 32px;
  }

  #theme_3 .enm-t3-banner__content h1 {
    font-size: 26px;
  }

  #theme_3 .enm-t3-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  #theme_3 .enm-t3-filters::-webkit-scrollbar {
    display: none;
  }

  #theme_3 .enm-t3-filters__clear {
    margin-left: 0;
    flex-shrink: 0;
  }

  #theme_3 .enm-t3-card {
    flex-direction: column;
  }

  #theme_3 .enm-t3-card__media {
    flex: none;
    width: 100%;
    padding: 16px 16px 0;
  }

  #theme_3 .enm-t3-card__content {
    padding: 16px 20px 24px;
  }

  #theme_3 .enm-t3-card__badge {
    top: 14px;
    right: 16px;
  }

  #theme_3 .enm-t3-card__category {
    padding-right: 140px;
  }

  #theme_3 .enm-t3-card__title {
    font-size: 20px;
  }

  #theme_3 .enm-t3-card__meta {
    flex-direction: column;
    gap: 8px;
  }

  #theme_3 .enm-t3-card__actions {
    width: 100%;
  }

  #theme_3 .enm-t3-card__btn {
    flex: 1 1 auto;
    min-width: 177px;
  }
}

