.category-grid.cate-two:hover {
  background: rgba(165,127,44,0.20);
  box-shadow: 0 8px 24px rgba(165,127,44,0.18), 0 2px 8px rgba(0,0,0,0.04);
  transform: translateY(-8px) scale(1.03);
}
/* Forzar color de navbar-nav y nav-link en darkmode */
[data-bs-theme="dark"] #imssNav .navbar-nav,
[data-bs-theme="dark"] #imssNav .nav-link,
[data-bs-theme="dark"] #imssNav .dropdown-menu {
  background-color: #3a0e12 !important;
  color: #fff !important;
}

[data-bs-theme="dark"] #imssNav .nav-link,
[data-bs-theme="dark"] #imssNav .dropdown-item {
  color: #fff !important;
}

/* Asegurar el cambio de logo a blanco en darkmode (ruta relativa desde public/) */
/* Cambiar logo a blanco en darkmode (ruta relativa desde HTML, sin slash inicial) */
[data-bs-theme="dark"] img[src*="logo_climss.webp"] {
  content: url('../images/logo/logo_climss_blanco.webp');
}
/* Fallback para clases de Bootstrap */
[data-bs-theme="dark"] img.img-fluid[src*="logo_climss.webp"] {
  content: url('../images/logo/logo_climss_blanco.webp');
}
/* Fondo oscuro para imssNav y gm-footer en darkmode */
[data-bs-theme="dark"] #imssNav,
[data-bs-theme="dark"] .gm-footer {
  background-color: #3a0e12 !important;
  color: #fff !important;
}
/* Forzar color blanco al ícono del sol en darkmode */
[data-bs-theme="dark"] .fa-sun {
  color: #fff !important;
}
/* Forzar color blanco a los títulos de categorías en darkmode */
[data-bs-theme="dark"] .category-detail h4.text-dark {
  color: #fff !important;
}
/* Forzar color blanco en sección de contadores para ambos temas (fondo oscuro) */
.cdx-counter.cdx-overlay .counter-grid h2,
.cdx-counter.cdx-overlay .counter-grid p {
  color: #fff !important;
}
:root {
  --bs-bodybg-color: #ffffff;
  --bs-bg-light: #f7f7f7;
}

[data-bs-theme=dark] {
  --bs-body-bg: #092823;
  --bs-bodybg-color: #010403;
  --bs-bg-light: #0f1817;
  --bs-border-color: #093c34;
}

/* ** 01 TYPOGRAPHY ** */
/* === AJUSTE DE ALTURA IGUAL PARA LAS CARDS DEL CARRUSEL === */
.swiper {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.swiper-slide {
  display: flex;
  height: 100%;
  align-items: stretch;
}
.course-grid.course2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-detail {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* === AJUSTE DE ALTURA IGUAL PARA LAS CARDS DEL CARRUSEL === */
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-slide {
  display: flex;
  height: auto;
}
.course-grid.course2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-detail {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ** 02 COMMON ** */

/* ** 03 BUTTON ** */

/* ** 04 BADGE ** */

/* ** 05 FORM ** */

/* ** 06 CARD ** */

/* ** 07 DROPDOWN ** */

/* ** 08 HEADER ** */

/* ** 09 HEROINTRO ** */

/* ** 10 CATEGORY ** */

/* ** 11 COURSES ** */

/* ** 12 ABOUTUS ** */

/* ** 13 DISCOUNTBANNER ** */

/* ** 14 COUNTER ** */

/* ** 15 PRICING PALAN ** */

/* ** 16 FAQS ** */

/* ** 17 TEAM ** */

/* ** 18 VIDEO BANNER ** */

/* ** 19 TESTIMONIAL ** */

/* ** 20 NEWSLATTER ** */

/* ** 21 WHY CHOOSES ** */

/* ** 22 WORK STEP ** */

/* ** 23 AUTHINTICATION ** */

/* ** 24 EVENT ** */

/* ** 25 BLOG ** */

/* ** 26 CART ** */

/* ** 27 CHECKOUT ** */

/* ** 28 404 ** */

/* ** 29 GALLERY ** */

/* ** 30 COMING SOON ** */

/* ** 31 PRIVACY POLICY ** */

/* ** 32 CHATBAR ** */

/* ** 33 POPUP ** */

/* ** 34 FOOTER ** */

/* ** 35 RESPONSIVE ** */

/* ** 36 LANDING ** */

/* ******************
 01 TYPOGRAPHY START
******************* */

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  color: #ffffff;
  background: #004437;
}

::selection {
  color: #ffffff;
  background: #004437;
}

body {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--bs-bodybg-color);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, button {
  transition: all 0.3s ease;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  font-weight: 400;
  color: #696969;
  font-family: "Rubik", sans-serif;
}

/* ******************
 02 COMMON CSS START
******************* */

.btn-default a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #004437;
  padding: 14px 30px;
  border-radius: 4px;
  margin-top: 50px;
}

.btn-default a:hover {
  background-color: #042228;
}

.cdx-overlay {
  position: relative;
}

.cdx-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.8);
}

.bg-light {
  background-color: var(--bs-bg-light) !important;
}

.font-light {
  color: #696969 !important;
}

.shadow-none {
  box-shadow: 0 0 !important;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.rating-list li {
  display: inline-block;
}

.rating-list li i {
  color: #f4c150;
}

[class^=col] {
  position: relative;
}

.button-center {
  text-align: center;
  margin-top: 45px;
}

/* space class */

section {
  overflow: hidden;
}

.space-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-pt-100 {
  padding-top: 100px;
}

.space-pb-100 {
  padding-bottom: 100px;
}

.cdx-row {
  margin-bottom: -24px;
}

.cdx-row > div {
  margin-bottom: 24px;
}

.font-primary {
  color: #004437;
}

/* title */

.title {
  margin-bottom: 40px;
}

.title h4 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: uppercase;
  color: #004437;
  letter-spacing: 1px;
}

.title h2 {
  font-size: calc(32px + 13 * (100vw - 320px) / 1600);
  font-weight: 700;
}

/* media */

.media {
  display: flex;
  align-items: center;
}

/* breadcrumb */

.breadcrumb {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.8);
}

.breadcrumb .breadcrumb-contain h1 {
  font-size: calc(42px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.breadcrumb .breadcrumb-contain ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-contain ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.breadcrumb .breadcrumb-contain ul li i {
  margin-left: 12px;
}

.breadcrumb .breadcrumb-contain ul li + li {
  margin-left: 10px;
}

/* social link */

.social-link {
  display: flex;
  align-items: center;
}

.social-link li {
  display: inline-block;
}

.social-link li a {
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #004437;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.social-link li:hover a {
  background-color: #042228;
}

.social-link li + li {
  margin-left: 10px;
}

/* custom scrollbar */

[data-simplebar] .simplebar-scrollbar::before {
  border-radius: 3px;
  background-color: rgba(26, 182, 157, 0.6);
}

/* TAP TO TOP  START */

.scroll-top {
  font-size: 20px;
  border: none;
  outline: none;
  background: #004437;
  color: #ffffff;
  cursor: pointer;
  width: 50px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  color: #ffffff;
}

/* theme tabs */

.cdx-tabs {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 30px;
}

.cdx-tabs .nav-link {
  border: 1px solid #004437;
  font-size: 16px;
  font-weight: 600;
  color: #696969;
  border-radius: 5px;
}

.cdx-tabs .nav-link.active {
  color: #ffffff;
  background-color: #004437;
}

.cdx-tabs li:nth-child(n + 2) {
  margin-left: 15px;
}

/* Loader */

.codex-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #042228;
  z-index: 99999;
  direction: ltr;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.codex-loader .loader-item {
  position: relative;
  width: 250px;
  height: 250px;
  filter: url(#glowfloxs);
}

.codex-loader .loader-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(45deg * var(--i)));
  display: block;
}

.codex-loader .loader-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #14E572, #A1FFCB);
  box-shadow: 0 0 30px #13B65C;
}

.codex-loader svg {
  width: 0;
  height: 0;
}

.codex-loader .rotate {
  -webkit-animation: waterflox 4s ease-out infinite;
  animation: waterflox 4s ease-out infinite;
  -webkit-animation-delay: calc(-0.2s * var(--watet));
  animation-delay: calc(-0.2s * var(--watet));
}

@keyframes waterflox {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* customizer */

/* theme customizer */

.theme-customizer {
  position: fixed;
  top: 48%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--bs-body-bg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.1);
  overflow: hidden;
  z-index: 999;
}

.theme-customizer i {
  color: #004437;
  font-size: 26px;
}

.theme-customizer svg {
  height: 26px;
  color: #004437;
}

.theme-customizer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

/* ******************
 03 BUTTON START
******************* */

.btn {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  padding: 15px 30px;
  transition: all 0.5s ease;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn.btn-md {
  padding: 12px 25px;
  font-size: 14px;
}

.btn.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}

.btn.btn-xs {
  padding: 5px 12px;
  font-size: 12px;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #004437 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 4px 10px rgba(0, 68, 55, 0.5);
}

.btn-white {
  color: #004437 !important;
  background-color: #ffffff !important;
  box-shadow: 5px 10px 30px rgba(255, 255, 255, 0.3);
}

.btn-white:hover {
  color: #ffffff !important;
  background-color: #004437 !important;
}

.btn-outline-primary {
  border: 1px solid #004437;
  color: #004437;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #004437 !important;
  border-color: #004437 !important;
}

/* ******************
04 BADGE START
******************* */

.badge {
  font-weight: 400;
}

.badge + :nth-child(n + 2) {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

/* bg color */

.badge-primary {
  background-color: rgba(26, 182, 157, 0.1) !important;
  color: #004437 !important;
  font-size: 12px;
  padding: 7px 10px;
}

.badge-rounded-primary {
  background-color: rgba(26, 182, 157, 0.1) !important;
  color: #004437 !important;
  border: 1px solid #004437;
  font-size: 12px;
  border-radius: 50%;
}

/* ***************
  BADGE END
***************** */

/* ***************
 05 FORM START
**************** */

.form-control, .form-select {
  border-color: var(--bs-border-color);
  padding: 12px 18px;
  font-weight: 500;
  color: #696969;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.form-control:focus, .form-select:focus {
  border-color: #004437;
  box-shadow: none;
}

.form-control:focus ~ .input-group-text, .form-select:focus ~ .input-group-text {
  border-color: #004437;
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #696969;
}

.form-control::placeholder, .form-select::placeholder {
  color: #696969;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-weight: 600;
  font-size: 16px;
}

.group-small {
  display: flex;
  align-items: center;
}

.group-small > div {
  width: 100%;
}

.group-small > div:nth-child(n + 2) {
  margin-left: 15px;
}

select.form-control {
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.input-group-text {
  border-color: var(--bs-border-color);
  color: #696969;
  transition: all 0.5s ease;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/* custom chekbox  start */

.custom-chek {
  margin-bottom: 0;
}

.custom-chek .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-color: var(--bs-border-color);
  box-shadow: none;
  margin-top: 1px;
}

.custom-chek .form-check-input:checked {
  background-color: #004437;
  border-color: #004437;
  box-shadow: none;
}

.custom-chek label {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0 !important;
}

/* ***************
  FORM END
**************** */

/* ********************
06 CARD START
********************* */

.card {
  background-color: var(--bs-body-bg);
  border-radius: 8px;
  border: none;
  margin-bottom: 1.6em;
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.05);
  transition: all 0.5s ease;
}

.card .card-header {
  background-color: transparent;
  padding: 25px;
  padding-bottom: 0 !important;
  border: none;
  display: flex;
  justify-content: space-between;
}

.card .card-header h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.card .card-body {
  padding: 25px;
}

/* ******************
 07 DROPDOWN START
****************** */

.dropdownmenu {
  position: relative;
}

.dropdownmenu .dropdownitem-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: var(--bs-body-bg);
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  border-radius: 5px;
  box-shadow: 0 0 4pxvar --bs-border-color;
}

.dropdownmenu .dropdownitem-list.open {
  visibility: visible;
  opacity: 1;
  transform: translate(0px) translateX(0px) translateY(0px);
}

.dropdownmenu .dropdownitem-list > li {
  display: block;
}

.dropdownmenu .dropdownitem-list > li > a {
  color: #696969;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease;
}

.dropdownmenu .dropdownitem-list > li + li {
  border-top: 1px solid var(--bs-border-color);
}

.dropdownmenu .dropdownitem-list > li:hover a, .dropdownmenu .dropdownitem-list > li:focus a {
  background-color: #f7f7f7;
}

.hover-dropdownmenu {
  position: relative;
}

.hover-dropdownmenu .dropdownitem-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: var(--bs-body-bg);
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  border-radius: 5px;
  box-shadow: 0 0 4pxvar --bs-border-color;
}

.hover-dropdownmenu .dropdownitem-list > li {
  display: block;
}

.hover-dropdownmenu .dropdownitem-list > li > a {
  color: #696969;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-family: "Rubik", sans-serif;
}

.hover-dropdownmenu .dropdownitem-list > li + li {
  border-top: 1px solid var(--bs-border-color);
}

.hover-dropdownmenu:hover .dropdownitem-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* ******************
 DROPDOWN END
****************** */

/* ******************
08  HEADER START
******************* */

.top-header {
  background-color: #a57f2c;
  z-index: 6;
  position: relative;
}

.top-header.primary-header {
  background-color: #004437;
}

.top-header .header-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.top-header .header-list > li .nice-select {
  background-color: transparent;
  border: none;
  height: auto;
  float: unset;
  line-height: 1;
}

.top-header .header-list > li .nice-select span.current {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.top-header .header-list > li .nice-select ul.list {
  min-width: 180px;
  right: 0;
  left: unset;
}

.top-header .header-list > li .nice-select li {
  color: #696969;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-family: "Rubik", sans-serif;
  line-height: initial;
  height: auto;
}

.top-header .header-list > li > a {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.top-header .header-list > li > a i {
  margin-right: 10px;
}

.top-header .header-list > li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.top-header .header-right .header-list {
  justify-content: flex-end;
  text-align: right;
}

.top-header .social-list > li + li {
  margin-left: 8px;
}

.top-header .dropdownmenu .dropdownitem-list {
  min-width: 180px;
}

.top-header .dropdownmenu .dropdownitem-list li {
  text-align: left;
}

.menu-list {
  display: flex;
  align-items: center;
}

.menu-list a {
  font-weight: 700;
}

.menu-list > li {
  position: relative;
}

.menu-list > li > a {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  font-size: 18px;
}

.menu-list > li > a i {
  font-weight: 600;
  margin-left: 10px;
}

.menu-list li {
}

.menu-list li .close-menu .menu-brand .dark-logo {
  display: none;
}

.codex-brand a {
  display: block;
}

.codex-brand img {
  width: 300px;
  height: auto;
}

header {
  background-color: var(--bs-body-bg);
  z-index: 5;
  position: relative;
}

header .header-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu-action {
  margin-left: 20px;
  display: none;
  position: relative;
  width: 28px;
  height: 30px;
}

header .menu-action span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
  width: 28px;
  height: 4px;
  background-color: #042228;
  display: block;
  opacity: 1;
}

header .menu-action span::before, header .menu-action span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 4px;
  background-color: #042228;
  display: block;
  opacity: 1;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}

header .menu-action span::before {
  margin-top: -8px;
}

header .menu-action span::after {
  margin-top: 8px;
}

header .menu-action.toggle-active span {
  background-color: transparent;
  transition: 0.3s background-color;
}

header .menu-action.toggle-active span::after, header .menu-action.toggle-active span::before {
  margin-top: 0;
  transition-delay: 0, 0.2s;
}

header .menu-action.toggle-active span::before {
  transform: rotate(45deg);
}

header .menu-action.toggle-active span::after {
  transform: rotate(-45deg);
}

header .nav-iconlist {
  display: flex;
  align-items: center;
}

header .nav-iconlist > ul {
  display: flex;
  align-items: center;
}

header .nav-iconlist > ul > li a svg {
  width: 25px;
  height: 25px;
}

header .nav-iconlist > ul > li a i {
  font-size: 26px;
  color: #004437;
}

header .nav-iconlist > ul > li a .nav-notification {
  position: absolute;
  top: -7px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004437;
  color: #ffffff;
  font-size: 10px;
}

header .nav-iconlist > ul > li + li {
  margin-left: 20px;
}

header .nav-iconlist > ul > li:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

header .nav-iconlist .mobilemenu-toggle {
  margin-left: 20px;
}

header .nav-iconlist > .btn {
  padding: 12px 30px;
  font-size: 16px;
  margin-left: 40px;
}

header .nav-iconlist > .button-group {
  margin-left: 45px;
}

header .nav-iconlist .button-group .btn + .btn {
  margin-left: 15px;
}

header .nav-iconlist .hover-dropdownmenu .dropdownitem-list {
  min-width: 150px;
}

header .cart-dropdown {
  min-width: 350px;
  background-color: var(--bs-body-bg);
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3pxvar --bs-border-color;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(15px);
  z-index: 1;
}

header .cart-dropdown .dropdown-list {
  height: 235px;
  overflow: auto;
}

header .cart-dropdown .dropdown-list .media img {
  width: 80px;
  height: auto;
  border-radius: 10px;
}

header .cart-dropdown .dropdown-list .media .media-body {
  margin-left: 15px;
}

header .cart-dropdown .dropdown-list .media .media-body h6 a {
  font-size: 16px;
  font-weight: 600;
}

header .cart-dropdown .dropdown-list .media .media-body span {
  color: #004437;
  font-size: 16px;
  font-weight: 600;
}

header .cart-dropdown .dropdown-list .media .media-body span del {
  color: #696969;
  font-size: 14px;
  margin-right: 10px;
}

header .cart-dropdown .dropdown-list li {
  position: relative;
}

header .cart-dropdown .dropdown-list li .close-pro {
  position: absolute;
  top: 10px;
  right: 10px;
}

header .cart-dropdown .dropdown-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--bs-border-color);
}

header .cart-dropdown .button-group {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

header .cart-dropdown .button-group .btn {
  width: 100%;
}

header .cart-dropdown .button-group .btn + .btn {
  margin-left: 15px;
}

header .course-search .form-control {
  font-weight: 500;
  width: 440px;
  padding: 10px 15px;
}

header .course-search .input-group-text {
  background-color: #004437;
  padding: 0 15px;
  border: none;
}

header .course-search .input-group-text i {
  color: #ffffff;
  font-size: 14px;
}

header.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  -webkit-animation: fadeInDown 1s ease;
  animation: fadeInDown 1s ease;
  box-shadow: 0 0 10px 0 rgba(4, 34, 40, 0.1);
}

header.header2 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.category-header {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid var(--bs-border-color);
}

.category-header .dropdownmenu {
  margin-right: 30px;
}

.category-header .dropdownmenu .dropdown-action {
  padding: 10px 18px;
  color: #ffffff;
  background-color: #004437;
  display: block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

.category-header .dropdownmenu .dropdown-action i {
  margin-right: 10px;
}

.category-header .dropdownmenu .dropdownitem-list {
  width: 170px;
  right: unset;
  left: 0;
}

.category-header .header-contain {
  display: flex;
  align-items: center;
}

.category-header .header-contain .contact-action {
  margin-left: auto;
}

.category-header .header-contain .contact-action svg {
  color: #004437;
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.category-header .header-contain .contact-action span {
  font-size: 16px;
  font-weight: 600;
  color: #696969;
}

.category-header .header-contain .contact-action h6 {
  font-weight: 700;
  font-size: 18px;
}

.cdx-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.cdx-layer.active {
  opacity: 1;
  visibility: visible;
}

/* search bar */

.search-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(4, 34, 40, 0.9);
  width: 100%;
  height: 100vh;
  padding: 20px;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar .input-group {
  width: 40%;
}

.search-bar .input-group .form-control {
  padding-left: 30px;
  height: 60px;
  border: none !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.search-bar .input-group .input-group-text {
  padding: 0;
  border: none !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.search-bar .input-group .input-group-text .btn {
  height: 100%;
  font-weight: 500;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  display: flex;
  align-items: center;
  border: none !important;
}

.search-bar .input-group .input-group-text .btn:focus, .search-bar .input-group .input-group-text .btn:hover {
  border: none !important;
  color: #ffffff;
  background-color: #004437 !important;
}

.search-bar .clsoe-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004437;
  border-radius: 5px;
}

.search-bar .clsoe-search i {
  color: #ffffff;
}

.search-bar.open {
  transform: translateY(0);
}

/* ******************
 09 HERO INTRO START
******************* */

.hero-intro {
  position: relative;
}

.hero-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.7);
}

.hero-intro .hero-contain {
  position: relative;
  height: calc(100vh - 149px);
  display: flex;
  align-items: center;
}

.hero-intro .hero-contain h4 {
  color: #004437;
  text-transform: uppercase;
  font-size: calc(24px + 6 * (100vw - 420px) / 1500);
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-intro .hero-contain h2 {
  font-size: calc(34px + 36 * (100vw - 420px) / 1500);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-intro .hero-contain p {
  font-size: calc(20px + 4 * (100vw - 420px) / 1500);
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}

.hero-intro .hero-contain ul.btn-list {
  margin-top: 60px;
}

.hero-intro .hero-contain ul.btn-list li {
  display: inline-block;
}

.hero-intro .hero-contain ul.btn-list li + li {
  margin-left: 19px;
}

.hero-intro.intro-two {
  text-align: center;
}

.hero-intro.intro-two p {
  margin-left: auto;
  margin-right: auto;
}

.hero-intro.intro-three .hero-contain h2 {
  text-align: center;
  margin-bottom: 0;
}

.hero-intro.intro-three .hero-contain p {
  width: auto;
}

.hero-intro.intro-three .hero-contain .input-group {
  margin-top: 45px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hero-intro.intro-three .hero-contain .input-group .form-control {
  height: 60px;
  padding-left: 20px;
  font-family: "Rubik", sans-serif;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hero-intro.intro-three .hero-contain .input-group .input-group-text {
  height: 60px;
  background-color: #004437;
  border-color: #004437;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0;
}

.hero-intro.intro-three .hero-contain .input-group .input-group-text .dropdown-action {
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-intro.intro-three .hero-contain .input-group .input-group-text select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
}

.hero-intro.intro-three .hero-contain .input-group .input-group-text button {
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.hero-intro.intro-three .hero-contain .input-group .dropdown-action {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.hero-intro.intro-three .hero-contain .input-group .dropdown-action i {
  margin-right: 10px;
}

.hero-intro.intro-three .hero-contain .btn-list {
  margin-top: 55px;
  text-align: center;
}

/* ******************
 10 CATEGORY START
******************* */

.category-grid {
  padding: 20px;
  box-shadow: 0 0 10px rgba(4, 34, 40, 0.1);
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--bs-body-bg);
}

.category-grid:hover {
  box-shadow: 0 10px 30px rgba(4, 34, 40, 0.1);
}

.category-grid .img-wrap {
  margin-bottom: 20px;
}

.category-grid .img-wrap img {
  border-radius: 8px;
}

.category-grid h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.category-grid h4 a:hover {
  color: #004437;
}

.category-grid.cate-two {
  overflow: hidden;
  background-color: var(--bs-body-bg);
  padding: 20px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 160px;
  transition: box-shadow 0.3s, background 0.3s, transform 0.3s;
}

.category-grid.cate-two .img-wrap {
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Mantener el texto alineado a la izquierda y ocupar el espacio restante */
.category-grid.cate-two .category-detail {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.category-grid.cate-two:hover {
  background: rgba(88,21,28,0.20);
  box-shadow: 0 8px 24px rgba(88,21,28,0.18), 0 2px 8px rgba(0,0,0,0.04);
  transform: translateY(-8px) scale(1.03);
}

.category-grid.cate-two .img-wrap a {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(26, 182, 157, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-grid.cate-two .img-wrap a img {
  width: 48%;
  height: auto;
}

.category-grid.cate-two h4 {
  margin-bottom: 5px;
}

.category-grid.cate-three {
  padding: 45px;
  box-shadow: 0 0 30px 0 rgba(4, 34, 40, 0.05) !important;
  background-color: var(--bs-body-bg);
}

.category-grid.cate-three img {
  width: 50px;
}

.category-grid.cate-three h4 {
  margin-bottom: 10px;
}

.category-grid.cate-three p a {
  color: #004437;
}

.category-grid.cate-three p a:hover {
  color: #004437;
}

.category-grid.cate-three:hover {
  box-shadow: 0px 20px 30px 0 rgba(4, 34, 40, 0.1) !important;
}

/* ******************
 11 COURSES  START
******************* */

.course-grid {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(4, 34, 40, 0.1);
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: var(--bs-body-bg);
  position: relative;
  min-height: 400px; /* Altura mínima uniforme para todas las cards */
  display: flex;
  flex-direction: column;
}

.course-grid:hover {
  box-shadow: 0 10px 40px rgba(4, 34, 40, 0.1);
}

.course-grid .img-wrap img {
  width: 100%;
}

.course-grid .icon-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px;
  background-color: var(--bs-body-bg);
  border-radius: 4px;
}

.course-grid .icon-wrap img {
  width: 15px;
}

.course-grid .course-detail .course-rating {
  display: flex;
  align-items: center;
}

.course-grid .course-detail .course-rating .rating-list li i {
  font-size: 18px;
  margin-right: 2px;
}

.course-grid .course-detail .course-rating .course-review {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #696969;
}

.course-grid .course-detail .profile-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.course-grid .course-detail .teacher-profile {
  display: flex;
  align-items: center;
}

.course-grid .course-detail .teacher-profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 12px;
}

.course-grid .course-detail .teacher-profile .teacher-detail {
  font-family: "Rubik", sans-serif;
}

.course-grid .course-detail .teacher-profile .teacher-detail span {
  color: #696969;
}

.course-grid .course-detail .course-price {
  color: #004437;
  font-size: 22px;
  font-weight: 600;
}

.course-grid .course-detail .course-price del {
  font-size: 16px;
  margin-right: 10px;
  color: #696969;
}

.course-grid .course-detail .course-title {
  padding-bottom: 10px;
  flex: 1; /* Permitir que el título use el espacio disponible */
}

.course-grid .course-detail .course-title a {
  font-size: calc(20px + 4 * (100vw - 420px) / 1500);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.4em; /* Forzar altura mínima de 2 líneas */
}

.course-grid .course-detail .course-title a:hover {
  color: #004437;
}

.course-grid .course-detail .course-meta li {
  display: inline-block;
  margin-right: 20px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}

.course-grid .course-detail .course-meta li i {
  margin-right: 2px;
  color: #696969;
}

.course-grid .course-detail .detail-body {
  padding: 25px;
  flex: 1; /* Hacer que el detalle ocupe el espacio disponible */
  display: flex;
  flex-direction: column;
}

.course-grid .course-footer {
  border-top: 1px solid var(--bs-border-color);
  margin-top: auto; /* Empujar el footer hacia abajo */
}

.course-grid .course-footer ul {
  display: flex;
  justify-content: space-between;
}

.course-grid .course-footer ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  font-family: "Rubik", sans-serif;
  color: #696969;
}

.course-grid .course-footer ul li i {
  font-weight: 500;
  color: #696969;
  margin-right: 10px;
}

.course-grid .course-footer ul li:nth-child(n + 2) {
  border-left: 1px solid var(--bs-border-color);
}

.course-grid.course2 {
  box-shadow: none;
  border: 1px solid var(--bs-border-color);
}

.course-grid.course2:hover {
  box-shadow: none;
}

.team-group h3 {
  font-weight: 700;
  font-size: calc(22px + 6 * (100vw - 420px) / 1500);
  margin-bottom: 15px;
}

.team-group p:nth-child(n + 2) {
  margin-top: 15px;
}

.team-group .counter-grid p {
  margin-top: 0;
}

.team-group .progress-group h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rubik", sans-serif;
  color: #696969;
  font-size: calc(14px + 2 * (100vw - 420px) / 1500);
  margin-bottom: 5px;
}

.team-group .progress-group .progress {
  border-radius: 100px;
  height: 10px;
  background-color: rgba(26, 182, 157, 0.08);
}

.team-group .progress-group .progress .progress-bar {
  background-color: #004437;
}

.team-group .instructor-counter {
  margin-top: 25px;
}

.team-group:nth-child(n + 2) {
  margin-top: 40px;
}

.arrow-style1 {
  position: unset;
  overflow: hidden;
}

.arrow-style1 .swiper-button-next, .arrow-style1 .swiper-button-prev {
  background-color: #042228;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 0;
  z-index: 10;
}

.arrow-style1 .swiper-button-next:after, .arrow-style1 .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.arrow-style1 .swiper-button-next:hover, .arrow-style1 .swiper-button-next:focus, .arrow-style1 .swiper-button-next:active, .arrow-style1 .swiper-button-prev:hover, .arrow-style1 .swiper-button-prev:focus, .arrow-style1 .swiper-button-prev:active {
  background-color: #004437;
}

.arrow-style1 .swiper-button-next {
  right: -60px;
}

.arrow-style1 .swiper-button-next::after {
  content: "\f054";
}

.arrow-style1 .swiper-button-prev {
  left: -60px;
}

.arrow-style1 .swiper-button-prev::after {
  content: "\f053";
}

.arrow-style1:hover .swiper-button-next, .arrow-style1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.arrow-style1:hover .swiper-button-prev {
  left: 0;
}

.arrow-style1:hover .swiper-button-next {
  right: 0;
}

/* Hacer visible los botones en dispositivos táctiles */
@media (max-width: 768px) {
  .arrow-style1 .swiper-button-next, .arrow-style1 .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  
  .arrow-style1 .swiper-button-prev {
    left: 10px;
  }
  
  .arrow-style1 .swiper-button-next {
    right: 10px;
  }
}

/* Fallback para cuando los iconos no se muestran */
.arrow-style1 .swiper-button-next:not(:after) {
  position: relative;
}

.arrow-style1 .swiper-button-next:not(:after):before {
  content: "›";
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.arrow-style1 .swiper-button-prev:not(:after):before {
  content: "‹";
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

/* course pages */

.coursesearch-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rubik", sans-serif;
}

.coursesearch-grid .dropdown-action {
  color: #696969;
  padding: 10px 25px;
  font-size: 16px;
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  display: block;
}

.coursesearch-grid .dropdownitem-list {
  min-width: 175px;
}

.coursesearch-grid .gridfilter-list {
  margin-left: -10px;
}

.coursesearch-grid .gridfilter-list li {
  display: inline-block;
  margin-left: 10px;
}

.coursesearch-grid .gridfilter-list li a {
  font-size: 18px;
  padding: 8px 15px;
  color: #696969;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  display: inline-block;
}

.coursesearch-grid .gridfilter-list li a svg {
  width: 22px;
}

.coursesearch-grid .gridfilter-list li.active a {
  color: #ffffff;
  border-color: #1AB69D;
  background-color: #1AB69D;
}

.coursesearch-grid .gridfilter-list li a:focus {
  color: #ffffff;
  border-color: #004437;
  background-color: #004437;
}

.coursesearch-grid h5 {
  margin-right: 15px;
}

.coursesearch-grid .form-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 40px;
}

.coursesearch-grid .form-select option {
  padding: 20px 0;
}

.list-view [class^=col] {
  width: 100%;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.list-view .course-grid {
  display: flex;
  align-items: center;
  padding: 35px;
  /* Override any column layout coming from course2 / flex-column */
  flex-direction: row !important;
  width: 100% !important;
}

/* Asegurar uniformidad del ancho visual de la columna media en list-view */
.list-view .course-detail {
  width: 65% !important;
}

/* Asegurar que la tarjeta no exceda el contenedor en list-view */
.list-view .course-grid .course-footer ul li { width: auto; }

.list-view .course-grid .img-wrap {
  width: 45%;
}

.list-view .course-grid .img-wrap img {
  border-radius: 10px;
}

.list-view .course-grid .course-detail {
  padding-left: 30px;
  width: 65%;
}

.list-view .course-grid .course-detail .detail-body {
  padding: 0;
}

.list-view .course-grid .course-footer {
  margin-top: 30px;
  border-bottom: 1px solid var(--bs-border-color);
}

/* Grid view: asegurar que la imagen esté arriba y el contenido a 100% */
.grid-view .course-grid {
  display: block;
  flex-direction: column !important;
  width: 100% !important;
}
.grid-view .course-grid .img-wrap {
  width: 100% !important;
}
.grid-view .course-detail {
  width: 100% !important;
  padding-left: 0 !important;
}

.primary-pagination {
  margin-top: 60px;
}

.primary-pagination li {
  display: flex;
  align-items: center;
}

.primary-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #696969;
  border: none;
  background-color: var(--bs-bg-light);
}

.primary-pagination li a i {
  font-weight: 600;
}

.primary-pagination li + li {
  margin-left: 15px;
}

.primary-pagination li.active a {
  color: #ffffff !important;
  background-color: #004437 !important;
}

.primary-pagination li:hover a, .primary-pagination li:focus a, .primary-pagination li:active a {
  color: #ffffff;
  background-color: #004437 !important;
}

.course-info .img-wrap {
  margin-bottom: 25px;
}

.course-info .img-wrap img {
  border-radius: 10px;
}

.course-info .categori-list {
  margin-bottom: 15px;
}

.course-info .categori-list li {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  color: #696969;
  font-size: 16px;
}

.course-info .categori-list li a {
  background-color: rgba(26, 182, 157, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  color: #004437;
  font-size: 14px;
  display: inline-block;
}

.course-info .categori-list li a:hover {
  background-color: #004437;
  color: #ffffff;
}

.course-info .categori-list li + li {
  margin-left: 10px;
}

.course-info h2 {
  font-weight: 700;
  font-size: calc(28px + 6 * (100vw - 420px) / 1500);
}

.coursetab-detail .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.coursetab-detail .nav-tabs .nav-link {
  border: 1px solid var(--bs-border-color);
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  padding: 10px 0;
  color: #696969;
  border-radius: 5px;
}

.coursetab-detail .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #004437;
  border-color: #004437;
}

.coursetab-detail .nav-tabs li {
  width: calc(25% - 15px);
  text-align: center;
}

.coursetab-detail .nav-tabs li:nth-child(n + 2) {
  margin-left: 15px;
}

.coursetab-detail .course-group h3 {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.coursetab-detail .course-group .teacher-info {
  display: flex;
  align-items: center;
}

.coursetab-detail .course-group .teacher-info .img-wrap {
  margin-right: 30px;
}

.coursetab-detail .course-group .teacher-info .img-wrap img {
  border-radius: 10px;
}

.coursetab-detail .course-group .teacher-info .teacher-detail h4 {
  margin-bottom: 10px;
  font-weight: 700;
}

.coursetab-detail .course-group .teacher-info .teacher-detail p {
  margin-bottom: 10px;
}

.coursetab-detail .course-group .teacher-info .teacher-detail ul.teachermeta-list {
  display: flex;
  align-items: center;
}

.coursetab-detail .course-group .teacher-info .teacher-detail ul.teachermeta-list li {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #696969;
  font-size: 16px;
}

.coursetab-detail .course-group .teacher-info .teacher-detail ul.teachermeta-list li i {
  font-weight: 600;
  margin-right: 5px;
}

.coursetab-detail .course-group .teacher-info .teacher-detail ul.teachermeta-list li + li {
  margin-left: 15px;
}

.coursetab-detail .course-group .teacher-info .teacher-detail .social-link {
  margin-top: 20px;
}

.coursetab-detail .course-group .topic-list {
  padding-left: 20px;
}

.coursetab-detail .course-group .topic-list li {
  font-family: "Rubik", sans-serif;
  color: #696969;
  font-size: 16px;
  list-style: disc;
}

.coursetab-detail .course-group .topic-list li:nth-child(n + 2) {
  margin-top: 10px;
}

.coursetab-detail .course-group .cdx-faq .card {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  box-shadow: none;
}

.coursetab-detail .course-group .cdx-faq .card .card-body {
  padding: 0;
}

.coursetab-detail .course-group .cdx-faq .course-item {
  border-top: 1px solid var(--bs-border-color);
  padding: 15px 25px;
}

.coursetab-detail .course-group .cdx-faq .course-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coursetab-detail .course-group .cdx-faq .course-item i {
  color: #004437;
  padding-right: 10px;
}

.coursetab-detail .course-group .cdx-faq .course-item .curriculum-houres i {
  margin-left: 15px;
  padding-right: unset !important;
}

.coursetab-detail .course-group .course-review {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
}

.coursetab-detail .course-group .course-review .review-wrap {
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  background-color: rgba(26, 182, 157, 0.08);
}

.coursetab-detail .course-group .course-review .review-wrap h2 {
  font-weight: 700;
  font-size: 65px;
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 5px;
}

.coursetab-detail .course-group .course-review .review-wrap p {
  margin-top: 3px;
}

.coursetab-detail .course-group .course-review .ratingprogress-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list ul {
  width: 100%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #696969;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-star {
  min-width: 50px;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .review-text {
  min-width: 50px;
  text-align: right;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-progress {
  background-color: var(--bs-bg-light);
  height: 8px;
  border-radius: 4px;
  position: relative;
  width: 100%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-progress .progress-value {
  background-color: #f4c150;
  position: absolute;
  height: 8px;
  left: 0;
  border-radius: 4px;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-progress .progress-value.w-80 {
  width: 80%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-progress .progress-value.w-30 {
  width: 30%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-progress .progress-value.w-20 {
  width: 20%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li .rating-progress .progress-value.w-5 {
  width: 5%;
}

.coursetab-detail .course-group .course-review .ratingprogress-list li:nth-child(n + 2) {
  margin-top: 10px;
}

.coursetab-detail .course-group:nth-child(n + 2) {
  margin-top: 20px;
}

/* ******************
 12 ABOUT US START
******************* */

.about-us .aboutimg-wrapper img {
  border-radius: 20px;
}

.about-us .about-contain {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 35px;
}

.about-us .about-contain h4 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: uppercase;
  color: #004437;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about-us .about-contain h2 {
  font-size: calc(32px + 13 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us .about-contain p + p {
  margin-top: 15px;
}

.about-us .about-contain .btn {
  margin-top: 30px;
}

.about-us.two .img-wrap img {
  border-radius: 20px;
}

.about-us.two .about-contain {
  padding-left: unset;
  margin-bottom: 55px;
  display: block;
  height: auto;
  text-align: center;
}

.about-counter {
  margin-top: 60px;
}

/* ******************************
 13 DISCOUNT BANNER START
******************************* */

.discount-upcoming {
  background-color: #042228;
}

.discount-upcoming .discount-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.discount-upcoming .discount-wrap .img-wrap {
  border: 10px solid #ffffff;
  border-radius: 10px;
}

.discount-upcoming .discount-detail {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 40px;
}

.discount-upcoming .discount-detail h2 {
  font-size: calc(32px + 13 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 15px;
}

.discount-upcoming .discount-detail h4 {
  color: #004437;
  font-size: calc(18px + 4 * (100vw - 420px) / 1500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.discount-upcoming .discount-detail .cdx-timer {
  margin-top: 40px;
}

.discount-upcoming .discount-detail .btn {
  margin-top: 50px;
}

.discount-upcoming.two {
  background: none;
}

.discount-upcoming.two .discount-wrap {
  border-radius: 50px;
  position: relative;
  margin-top: unset;
}

.discount-upcoming.two .discount-detail {
  width: auto;
  float: none;
  margin-top: 0;
  padding: 100px 15%;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}

.discount-upcoming.two .discount-detail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #042228;
  opacity: 0.86;
  z-index: -1;
}

.discount-upcoming.three .discount-wrap {
  box-shadow: 0px 0px 30px 0px rgba(4, 34, 40, 0.1);
  padding: 40px;
  border-radius: 20px;
}

.discount-upcoming.three .discount-wrap .img-wrap {
  border: none;
  overflow: hidden;
}

.discount-upcoming.three .discount-detail {
  padding-left: 30px;
}

.discount-upcoming.three .discount-detail h2 {
  font-size: calc(28px + 17 * (100vw - 420px) / 1500);
  padding-bottom: 0;
}

.discount-call {
  padding: 90px 0 100px;
  position: relative;
}

.discount-call::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.8);
}

.discount-call .discount-contain {
  text-align: center;
}

.discount-call .discount-contain h4 {
  font-size: calc(18px + 4 * (100vw - 420px) / 1500);
  font-weight: 600;
  text-transform: uppercase;
  color: #004437;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.discount-call .discount-contain h2 {
  font-size: calc(32px + 13 * (100vw - 420px) / 1500);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.discount-call .discount-contain p {
  color: #ffffff;
}

.discount-call .discount-contain .btn {
  margin-top: 45px;
}

/* ******************
 14 COUNTER  START
******************* */

.cdx-counter {
  background-color: #042228;
  padding: 95px 0 80px;
  position: relative;
}

.counter-title.two p {
  color: #ffffff;
}

.counter-grid h2 {
  color: var(--bs-body-bg);
  font-size: calc(38px + 12 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.counter-grid p {
  font-size: calc(18px + 2 * (100vw - 420px) / 1500);
}

.counter-grid.two p {
  color: #ffffff;
}

.counter-grid.three {
  padding: 25px;
  background-color: var(--bs-bg-light);
  border-radius: 10px;
}

.counter-grid.four {
  background-color: var(--bs-body-bg);
  padding: 25px;
  border-radius: 10px;
}

/* *********************
15 PRICING PALAN START
********************** */

.pricing-grid {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(4, 34, 40, 0.1);
  position: relative;
  transition: all 0.5s ease;
  background-color: var(--bs-body-bg);
}

.pricing-grid:hover {
  box-shadow: 0 20px 40px rgba(4, 34, 40, 0.1);
}

.pricing-grid h2 {
  font-size: 23px;
  font-weight: 700;
  color: #004437;
}

.pricing-grid .price-lable {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #004437;
  background-color: rgba(26, 182, 157, 0.1);
  padding: 7px 20px;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
}

.pricing-grid .pricing-header {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.pricing-grid .pricing-header .pricing-currency {
  font-size: calc(20px + 4 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.pricing-grid .pricing-header .pricing-currency {
  margin-right: 5px;
}

.pricing-grid .pricing-header .pricing-price {
  font-family: "Rajdhani", sans-serif;
  font-size: calc(45px + 5 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.pricing-grid .pricing-header .month {
  color: #696969;
  margin-left: 5px;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.pricing-grid .pricing-body li {
  color: #696969;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-grid .pricing-body li svg {
  margin-right: 10px;
  width: 20px;
}

.pricing-grid .pricing-body li:nth-child(n + 2) {
  margin-top: 15px;
}

.pricing-grid .btn {
  margin-top: 30px;
  width: 100%;
}

/* ******************
 16 FAQ START
******************* */

/* ===== Fix @font-face para FA5: fuentes en la MISMA carpeta que el CSS ===== */

.cdx-faq .img-wrap img {
  border-radius: 20px;
}

.cdx-faq .card {
  border: none;
  background-color: var(--bs-body-bg);
}

/* ========================================
   ACORDEÓN FAQ - ESTILOS MEJORADOS CON CSS VARIABLES
   ========================================
   - Mejoras aplicadas: Variables CSS, transiciones suaves, overlay fade
   - Compatibilidad: FontAwesome 5, accesibilidad con prefers-reduced-motion
   - Fecha: 2024
   ======================================== */

/* Colores base */
.cdx-faq .card .card-header{
  --faq-bg: var(--bs-body-bg);
  --faq-fg: #0b1c17;          /* texto normal */
  --faq-accent: #004437;      /* verde activo */
  --faq-fg-active: #ffffff;   /* texto/icono activo */

  position: relative;
  background-color: var(--faq-bg);
  color: var(--faq-fg);
  border-bottom: none;
  padding: 0;
  letter-spacing: 1px;
  transition: background-color .2s ease-out, color .2s ease-out;
  overflow: hidden; /* para el fade overlay */
}

/* Overlay para el fade (no animamos el gradient, sólo su opacidad) */
.cdx-faq .card .card-header::before{
  content:"";
  position:absolute; inset:0;
  background-image: linear-gradient(135deg, rgba(255,255,255,.0), rgba(255,255,255,.08));
  opacity: 0;
  pointer-events:none;
  transition: opacity .2s ease-out;
  will-change: opacity;
}

.cdx-faq .card .card-header a {
  font-size: calc(18px + 2 * (100vw - 420px) / 1500);
  font-weight: 700;
  display: block;
  position: relative;
  padding: 20px 25px;
  padding-right: 45px;
  width: 100%;
  color: var(--faq-fg);
  transition: color .2s ease-out;
}

/* === Alias: que "FontAwesome" (FA4) apunte a las fuentes de FA5 === */
@font-face{
  font-family:"FontAwesome";      /* nombre viejo */
  font-style:normal;
  font-weight:900;                /* sólido */
  font-display:auto;
  src:url("fa-solid-900.woff2") format("woff2"),
      url("fa-solid-900.woff")  format("woff");
  unicode-range: U+F000-F8FF;     /* zona PUA de FA */
}
@font-face{
  font-family:"FontAwesome";      /* regular */
  font-style:normal;
  font-weight:400;
  font-display:auto;
  src:url("fa-regular-400.woff2") format("woff2"),
      url("fa-regular-400.woff")  format("woff");
  unicode-range: U+F000-F8FF;
}

/* Estado activo: cambia fondo, texto e ícono al mismo tiempo */
.cdx-faq .card .card-header.active,
.cdx-faq .card .card-header a[aria-expanded="true"]{
  background-color: var(--faq-accent);
  color: var(--faq-fg-active);
}

.cdx-faq .card .card-header.active::before,
.cdx-faq .card .card-header a[aria-expanded="true"]::before{
  opacity: 1; /* suavecita, sin "golpe" */
}

/* Ícono sincronizado */
.cdx-faq .card .card-header a::before{
  content:"\f067";
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: 900;
  position:absolute; right:25px; top:22px;
  line-height:1;
  color: var(--faq-accent);
  transition: color .2s ease-out, transform .2s ease-out, opacity .2s ease-out;
  will-change: color, transform, opacity;
}

.cdx-faq .card .card-header a[aria-expanded="true"]::before,
.cdx-faq .card .card-header.active a::before{
  content:"\f068";
  color: var(--faq-fg-active);
  transform: rotate(180deg) scale(1.02); /* toque sutil */
}


.cdx-faq .card .card-header.active {
  background-color: #004437;
}

.cdx-faq .card .card-header.active a {
  color: #ffffff;
}

/* Accesibilidad: menos movimiento si el usuario lo pide */
@media (prefers-reduced-motion: reduce){
  .cdx-faq .card .card-header,
  .cdx-faq .card .card-header::before,
  .cdx-faq .card .card-header a::before{
    transition: none !important;
  }
}

/* MEJORA: Estilos para listas dentro del acordeón - 2024 */
.cdx-faq .card .card-body ul {
  list-style-type: disc !important;
  padding-left: 2rem !important;
  margin: 1rem 0 !important;
}

.cdx-faq .card .card-body ul li {
  list-style-type: disc !important;
  display: list-item !important;
  margin-bottom: 0.5rem !important;
  color: #404041 !important;
}

.cdx-faq .card .card-body p {
  margin-bottom: 1rem !important;
  line-height: 1.6 !important;
  color: #404041 !important;
}

.cdx-faq .card .card-body strong {
  font-weight: 700 !important;
  color: #2c6658 !important;
}

.cdx-faq .card .card-body {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  padding: 25px;
}

.cdx-faq .accordian-info {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
}

/* ******************
 17 TEAM START
******************* */

.team-grid {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(4, 34, 40, 0.1);
  overflow: hidden;
  padding: 20px;
  background-color: var(--bs-body-bg);
  transition: all 0.5s ease;
}

.team-grid.shadow-none {
  box-shadow: 0 0;
}

.team-grid.shadow-none:hover {
  box-shadow: 0 0;
}

.team-grid .img-wrap {
  position: relative;
}

.team-grid .img-wrap img {
  border-radius: 10px;
}

.team-grid .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.team-grid .team-detail {
  padding-top: 25px;
  padding-bottom: 8px;
}

.team-grid .team-detail h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-grid .social-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.team-grid .social-link li {
  display: inline-block;
}

.team-grid .social-link li a {
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #004437;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.team-grid .social-link li:hover a {
  background-color: #042228;
}

.team-grid .social-link li + li {
  margin-left: 5px;
}

.team-grid:hover {
  box-shadow: 10px 0 30px rgba(4, 34, 40, 0.15);
}

.team-grid:hover .img-wrap::before {
  opacity: 1;
  visibility: visible;
}

.team-grid:hover .social-link {
  visibility: visible;
  opacity: 1;
}

.team-grid:hover .social-link li:first-child {
  -webkit-animation: fadeInUp 0.5s ease;
  animation: fadeInUp 0.5s ease;
}

.team-grid:hover .social-link li:nth-child(2) {
  -webkit-animation: fadeInUp 0.7s ease;
  animation: fadeInUp 0.7s ease;
}

.team-grid:hover .social-link li:nth-child(3) {
  -webkit-animation: fadeInUp 0.9s ease;
  animation: fadeInUp 0.9s ease;
}

.team-grid:hover .social-link li:nth-child(4) {
  -webkit-animation: fadeInUp 1.1s ease;
  animation: fadeInUp 1.1s ease;
}

.team-grid2 {
  padding: 20px;
  box-shadow: 0 0 15px rgba(4, 34, 40, 0.1);
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--bs-body-bg);
  position: relative;
  text-align: center;
}

.team-grid2 .img-wrap img {
  border-radius: 8px;
}

.team-grid2 .team-detail {
  padding-top: 30px;
  padding-bottom: 15px;
}

.team-grid2 .team-detail h3 {
  font-size: calc(24px + 6 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 10px;
}

.team-grid2 .team-detail p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-grid2 .team-detail .btn {
  margin-top: 25px;
}

.team-grid2:hover {
  box-shadow: 0 10px 50px rgba(4, 34, 40, 0.1);
}

/* ******************
18 VIDEO BANNER START
******************* */

.video-banner {
  padding: 200px 0px 240px 0px;
  border: 15px solid var(--bs-body-bg);
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(4, 34, 40, 0.2);
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.video-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.6);
}

.video-banner2 {
  padding: 190px 0;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.video-banner2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.6);
}

.video-contain {
  background-color: var(--bs-body-bg);
  padding: 50px;
  margin-top: -90px;
  border-radius: 10px;
}

.video-contain h2 {
  font-size: calc(26px + 19 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin: 0;
}

.video-contain2 {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
}

.video-contain2 h4 {
  font-size: calc(16px + 6 * (100vw - 420px) / 1500);
  font-weight: 600;
  text-transform: uppercase;
  color: #004437;
  letter-spacing: 1px;
}

.video-contain2 h2 {
  font-size: calc(32px + 13 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 20px;
}

.video-contain2 .btn {
  margin-top: 35px;
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  font-size: 26px;
  border-radius: 50%;
  background-color: var(--bs-body-bg);
  color: #004437 !important;
  position: relative;
  transition: all 0.5s ease;
  -webkit-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out;
}

.video-btn:hover {
  background-color: #004437;
  color: #ffffff !important;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 182, 157, 0.2), 0 0 0 20px rgba(26, 182, 157, 0.2), 0 0 0 40px rgba(26, 182, 157, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(26, 182, 157, 0.2), 0 0 0 40px rgba(26, 182, 157, 0.1), 0 0 0 60px rgba(26, 182, 157, 0);
  }
}

/* timer */

.cdx-timer {
  display: flex;
  align-items: center;
}

.cdx-timer .timer-grid .timer-count {
  font-size: 36px;
  font-size: calc(30px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.cdx-timer .timer-grid .timer-title {
  font-weight: 400;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.cdx-timer .timer-grid:nth-child(n + 2) {
  margin-left: 60px;
}

.cdx-timer.timer1 .timer-grid .timer-count {
  color: #004437;
}

.cdx-timer.timer1 .timer-grid .timer-title {
  color: #ffffff;
}

.cdx-timer.timer2 {
  margin-left: -10px;
}

.cdx-timer.timer2 .timer-grid {
  width: 25%;
  background-color: #004437;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px rgba(4, 34, 40, 0.5);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 10px;
}

.cdx-timer.timer2 .timer-grid .timer-count {
  color: #ffffff;
}

.cdx-timer.timer2 .timer-grid .timer-title {
  color: #ffffff;
}

.cdx-timer.timer4 .timer-grid {
  box-shadow: 0 0 30px rgba(4, 34, 40, 0.1);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ******************
 19 TESTIMONIAL START
******************* */

.testi-grid {
  background-color: var(--bs-body-bg);
  transition: all 0.5s ease;
  box-shadow: 0 0 15px rgba(4, 34, 40, 0.1);
  padding: 35px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testi-grid::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  background-color: rgba(26, 182, 157, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}

.testi-grid .media {
  margin-bottom: 20px;
  align-items: flex-start;
}

.testi-grid .media .img-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solidvar(--bs-border-color);
  margin-right: 20px;
  max-width: 75%;
  word-break: break-word;
}

.testi-grid .media .img-wrap img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.testi-grid .media .media-body h4 {
  font-size: 20px;
  font-weight: 700;
  /* revertido: sin margen superior */
}

.testi-grid .media .media-body h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #696969;
}

.testi-grid p {
  margin-bottom: 15px;
}

.testi-grid .testiquote {
  position: absolute;
  top: 33px;
  right: 30px;
}

.testi-grid .testiquote i {
  line-height: 1;
  color: #004437;
  font-size: 40px;
}

.testi-grid .rating-list li i {
  font-size: 22px;
}

.testi-grid:hover {
  box-shadow: 0 10px 40px rgba(4, 34, 40, 0.05);
}

.testi-grid:hover::before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.testi-grid.testi-two {
  border: 1px solid var(--bs-border-color);
  box-shadow: none;
  border-radius: 20px;
  margin: 0;
}

.arrow-dot .swiper {
  padding-bottom: 70px;
}

.arrow-dot .swiper-pagination-bullet {
  opacity: 1;
  background-color: #042228;
  width: 15px;
  height: 15px;
}

.arrow-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004437;
}

.cdx-testimonial {
  overflow: hidden;
}
/* Solo para el carrusel de testimonios: igualar altura y circular imagen */
.cdx-testimonial .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.cdx-testimonial .swiper-slide {
  display: flex;
  height: auto;
}
.cdx-testimonial .testi-grid.testi-two {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px; /* Ajusta según tu diseño */
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
}
.cdx-testimonial .media {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cdx-testimonial .img-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.cdx-testimonial .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* ******************
 20 NEWSLATTER START
******************* */

.newsletter-wrap {
  background-color: #042228;
  padding: 50px;
  border-radius: 50px;
}

.newsletter-wrap.cdx-overlay:before {
  border-radius: 50px;
}

.newsletter-wrap h2 {
  color: #ffffff;
  font-size: calc(26px + 19 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.subscribe-form input {
  padding-left: 25px;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  border: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.subscribe-form .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
}

.subscribe-form .input-group-text button {
  height: 55px;
  background-color: #004437;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  font-size: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-form .input-group-text button:hover {
  background-color: #004437 !important;
  color: #ffffff !important;
}

.newsletter-subscribe {
  z-index: 1;
  position: relative;
}

.newsletter-subscribe.newsletter2 {
  padding: 100px 0;
}

.newsletter-subscribe.newsletter2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 40, 0.8);
}

/* ********************
 21 WHY CHOOSES START
********************* */

.whychoose-info h4 {
  font-size: calc(18px + 4 * (100vw - 420px) / 1500);
  font-weight: 600;
  text-transform: uppercase;
  color: #004437;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.whychoose-info h2 {
  font-size: calc(28px + 17 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  flex: 0 0 auto;
  padding-right: 80px; /* Más espacio para las comillas */
  max-width: 90%;
  word-break: break-word;
}

.whychoose-info p + p {
  margin-top: 15px;
}

.whychoose-info .btn {
  margin-top: 30px;
}

.whychoose-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.whychoose-wrap .whychoose-info {
  margin-bottom: 50px;
}

.whychoose-wrap .whychoose-grid:nth-child(n + 2) {
  margin-top: 35px;
}

.whychoose-imgwrap {
  padding-right: 35px;
}

.whychoose-imgwrap img {
  border-radius: 20px;
}

.whychoose-grid {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 30px;
  background-color: var(--bs-body-bg);
  box-shadow: 0 0 30px rgba(4, 34, 40, 0.1);
}

.whychoose-grid .icon-wrap {
  margin-top: 5px;
}

.whychoose-grid .icon-wrap img {
  min-width: 65px;
  width: 65px;
  height: auto;
}

.whychoose-grid .whychoose-detail {
  padding-left: 15px;
}

.whychoose-grid .whychoose-detail h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.whychoose-grid.three {
  padding: 30px;
  background-color: var(--bs-body-bg);
  border-radius: 10px;
  transition: all 0.5s ease;
  display: block;
}

.whychoose-grid.three .icon-wrap {
  width: 100%;
  margin-top: unset;
  margin-bottom: 20px;
}

.whychoose-grid.three .whychoose-detail {
  padding-left: unset;
  margin-left: auto;
  margin-right: auto;
}

.whychoose-grid.three .whychoose-detail h3 {
  margin-bottom: 15px;
}

.whychoose-grid.three:hover {
  box-shadow: 0 20px 30px rgba(4, 34, 40, 0.1);
}

/* ******************
22 WORK STEP START
******************* */

.work-step {
  padding: 30px;
  box-shadow: 0 0 20px rgba(4, 34, 40, 0.1);
  border-radius: 10px;
  background-color: var(--bs-body-bg);
}

.work-step .icon-wrap {
  position: relative;
  background-color: rgba(26, 182, 157, 0.1);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.work-step .icon-wrap img {
  width: 40px;
  height: auto;
}

.work-step h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.countdown-steps {
  margin-left: 67px;
}

.revenue-share .img-wrap img {
  border-radius: 20px;
}

.revenue-share .revenue-detail {
  display: flex;
  align-items: center;
  height: 100%;
}

.revenue-share .revenue-detail h2 {
  font-weight: 700;
  font-size: calc(32px + 13 * (100vw - 420px) / 1500);
  margin-bottom: 10px;
}

.revenue-share .revenue-detail .btn {
  margin-top: 45px;
}

/* *************************
23 AUHTENTICATION START
************************** */

.auth-main {
  height: 100vh;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
}

.codex-authbox {
  min-width: 630px;
  width: 630px;
  margin: auto;
  background-color: var(--bs-body-bg);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.05);
}

.codex-authbox .auth-header {
  text-align: center;
  margin-bottom: 35px;
}

.codex-authbox .auth-header p b {
  font-weight: 500;
}

.codex-authbox .auth-header .codex-brand {
  margin-bottom: 15px;
}

.codex-authbox .auth-header .codex-brand img {
  width: 65px;
  height: auto;
}

.codex-authbox .auth-header .codex-brand .dark-logo {
  display: none;
}

.codex-authbox .auth-header h3 {
  font-size: calc(26px + 6 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 5px;
}

.codex-authbox .auth-header h6 {
  color: #696969;
  font-weight: 600;
}

.codex-authbox .form-label {
}

.codex-authbox .group-input .input-group-text {
  background-color: transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #004437;
  font-size: 18px;
}

.codex-authbox .auth-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.codex-authbox .form-group .form-control {
  transition: all 0.5s ease;
}

.codex-authbox .form-group .form-control:focus ~ .input-group-text {
  border-color: #004437;
}

.codex-authbox .form-group .input-group .input-group-text {
  transition: all 0.5s ease;
}

.codex-authbox .form-group .input-group .form-control {
  border-right: none;
}

.codex-authbox .form-group .group-btn {
  background-color: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.codex-authbox .btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  font-size: 20px;
  padding: 10px 35px;
}

.codex-authbox .btn i {
  margin-right: 10px;
}

.codex-authbox .auth-footer {
  margin-top: 40px;
}

.codex-authbox .auth-footer .auth-with {
  color: #696969;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.codex-authbox .auth-footer .login-list {
  display: flex;
  justify-content: center;
}

.codex-authbox .auth-footer .login-list li a {
  padding: 10px 30px;
  border-radius: 30px;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.codex-authbox .auth-footer .login-list li a img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}

.codex-authbox .auth-footer .login-list li .bg-fb {
  color: #ffffff !important;
  background-color: #385196;
}

.codex-authbox .auth-footer .login-list li .bg-google {
  box-shadow: 0 0 30px 5px rgba(4, 34, 40, 0.07);
  color: currentColor;
}

.codex-authbox .auth-footer .login-list li + li {
  margin-left: 15px;
}

.codex-authbox .auth-icon {
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(26, 182, 157, 0.08);
  margin-left: auto;
  margin-right: auto;
}

.codex-authbox .auth-icon i {
  font-size: 45px;
  color: #004437;
}

.codex-authbox .cdxsocial-link {
  justify-content: center;
}

.codex-authbox .cdxsocial-link li a i {
  color: #ffffff;
}

.codex-authbox .auth-pin {
  display: flex;
  margin-bottom: 45px;
}

.codex-authbox .auth-pin .form-control:nth-child(n + 2) {
  margin-left: 10px;
}

.codex-authbox.auth-emailverify h5 {
  font-size: 16px;
}

/* contact */

.contact-grid {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.05);
  background-color: var(--bs-body-bg);
}

.contact-grid h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-grid p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.contact-grid p a {
  color: #696969;
}

.contact-grid .icon-wrap {
  width: 65px;
  height: 65px;
  background: #004437;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.contact-grid .icon-wrap i {
  font-size: 30px;
  color: #ffffff;
}

.contact-grid .icon-wrap svg {
  color: #ffffff;
}

.getin-touch .img-wrap img {
  border-radius: 10px;
}

.getin-touch .contact-form {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.05);
  background-color: var(--bs-body-bg);
}

.getin-touch .contact-form .touch-header {
  margin-bottom: 25px;
}

.getin-touch .contact-form .touch-header h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.getin-touch .contact-form .form-group {
  margin-bottom: 25px;
}

.getin-touch .contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease;
}

.getin-touch .contact-form .form-group .form-control:focus {
  border-color: #004437;
}

.getin-touch .contact-form .form-group textarea {
  min-height: 170px;
}

.getin-touch .contact-form .btn {
  margin-top: 35px;
}

.getin-touch .contact-form .btn i {
  margin-right: 5px;
}

/* ******************
 24 EVENT START
******************* */

.career-grid {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(4, 34, 40, 0.1);
  transition: all 0.5s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--bs-body-bg);
}

.career-grid .img-wrap {
  max-width: 45%;
}

.career-grid .img-wrap img {
  border-radius: 10px;
}

.career-grid .career-detail {
  padding-left: 30px;
  width: 55%;
}

.career-grid .career-detail h3 {
  margin-bottom: 10px;
}

.career-grid .career-detail h3 a {
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.career-grid .career-detail h3 a:hover {
  color: #004437;
}

.career-grid .career-detail .careerdata-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bs-border-color);
}

.career-grid .career-detail .careerdata-list li {
  display: inline-block;
}

.career-grid .career-detail .careerdata-list li i {
  color: #004437;
  margin-right: 5px;
}

.career-grid .career-detail .careerdata-list li span {
  color: #696969;
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
}

.career-grid .career-detail .careerdata-list li + li {
  margin-left: 10px;
}

.career-grid .career-detail .btn {
  margin-top: 20px;
}

.career-grid:hover {
  box-shadow: 0 10px 40px rgba(4, 34, 40, 0.1);
}

/* career page */

.career-group h2 {
  font-size: calc(24px + 6 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 10px;
}

.career-group .img-wrap {
  margin-bottom: 20px;
}

.career-group .img-wrap img {
  border-radius: 10px;
}

.career-group p + p {
  margin-top: 15px;
}

.career-group .topic-list {
  margin-top: 25px;
}

.career-group .topic-list li {
  font-family: "Rubik", sans-serif;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  color: #696969;
  font-weight: 400;
}

.career-group .topic-list li i {
  color: #004437;
  padding-right: 8px;
}

.career-group .topic-list li + li {
  margin-top: 8px;
}

.career-group:nth-child(n + 2) {
  margin-top: 40px;
}

/* ******************
 25 BLOG START
******************* */

.blog-grid {
  box-shadow: 0 0 15px rgba(4, 34, 40, 0.1);
  border-radius: 5px;
  transition: all 0.5s ease;
  overflow: hidden;
  background-color: var(--bs-body-bg);
}

.blog-grid:hover {
  box-shadow: 0 10px 40px rgba(4, 34, 40, 0.1);
}

.blog-grid .blog-detail {
  padding: 30px;
}

.blog-grid .blog-detail h3 {
  margin-bottom: 15px;
}

.blog-grid .blog-detail h3 a {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(22px + 4 * (100vw - 420px) / 1500);
}

.blog-grid .blog-detail h3 a:hover {
  color: #004437;
}

.blog-grid .blog-detail .post-meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bs-border-color);
}

.blog-grid .blog-detail .post-meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog-grid .blog-detail .post-meta li a {
  font-size: 18px;
}

.blog-grid .blog-detail .post-meta li a i {
  color: #004437;
}

.blog-grid .blog-detail .post-meta li a span {
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #696969;
}

.blog-grid .blog-detail .post-meta li a span:hover {
  color: #004437;
}

.blog-grid .blog-detail .btn {
  margin-top: 25px;
}

/* blog page */

.btn-filter {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  line-height: 1;
}

.btn-filter svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.cdx-sidebar .filter-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.cdx-sidebar .input-group .form-control {
  border-right: none;
}

.cdx-sidebar .input-group .input-group-text {
  padding-right: 18px;
  color: #696969;
  font-weight: 600;
}

.cdx-sidebar .card .card-header h4 {
  margin-bottom: 15px;
}

.cdx-sidebar .card .card-body .filter-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.cdx-sidebar .teamimg-wrap {
  margin-bottom: 30px;
}

.cdx-sidebar .teamimg-wrap img {
  border-radius: 5px;
}

.cdx-sidebar .filter-list > li:nth-child(n + 2) {
  margin-top: 10px;
}

.cdx-sidebar .filter-list li {
  color: #696969;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.cdx-sidebar .filter-list .rating-list {
  display: flex;
  align-items: center;
}

.cdx-sidebar .filter-list .rating-list li {
  margin-left: 3px;
}

.cdx-sidebar .filter-list .rating-list li i {
  font-size: 16px;
}

.cdx-sidebar .gallery-post {
  margin-bottom: -10px;
  margin-left: -10px;
}

.cdx-sidebar .gallery-post li {
  width: calc(33.33% - 13px);
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

.cdx-sidebar .gallery-post li img {
  border-radius: 10px;
}

.cdx-sidebar .media .img-wrap img {
  border-radius: 5px;
  width: 160px;
  height: auto;
}

.cdx-sidebar .media .media-body {
  margin-left: 15px;
}

.cdx-sidebar .media .media-body h6 {
  margin-bottom: 5px;
}

.cdx-sidebar .media .media-body h6 a {
  font-weight: 600;
}

.cdx-sidebar .media .media-body span {
  font-family: "Rubik", sans-serif;
  color: #696969;
  font-weight: 400;
}

.cdx-sidebar .media + .media {
  margin-top: 15px;
}

.cdx-sidebar .course-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.cdx-sidebar .course-price span {
  font-size: calc(28px + 8 * (100vw - 420px) / 1500);
  font-weight: 700;
  display: inline-block;
}

.cdx-sidebar .course-price .badge {
  font-size: 16px;
}

.cdx-sidebar .coursevideo-info {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.cdx-sidebar .coursevideo-info img {
  width: 100%;
}

.cdx-sidebar .coursevideo-info .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  font-size: 16px;
}

.cdx-sidebar .courseinfo-list {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid var(--bs-border-color);
}

.cdx-sidebar .courseinfo-list li {
  font-family: "Rubik", sans-serif;
  font-size: calc(14px + 2 * (100vw - 420px) / 1500);
}

.cdx-sidebar .courseinfo-list li i {
  margin-right: 10px;
  color: #004437;
}

.cdx-sidebar .courseinfo-list li .corse-info {
  float: right;
  color: #696969;
  font-weight: 400;
}

.cdx-sidebar .courseinfo-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--bs-border-color);
}

.cdx-sidebar .button-group {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cdx-sidebar .button-group .btn {
  width: 100%;
}

.cdx-sidebar .button-group .btn + .btn {
  margin-left: 15px;
}

.cdx-sidebar .contact-list li {
  font-size: 16px;
  font-weight: 600;
  color: #696969;
}

.cdx-sidebar .contact-list li a {
  color: #696969;
}

.cdx-sidebar .contact-list li span {
  font-weight: 700;
  min-width: 90px;
  display: inline-block;
}

.cdx-sidebar .contact-list li + li {
  margin-top: 10px;
}

.cdx-sidebar .team-detail h4 {
  font-weight: 700;
  font-size: calc(24px + 2 * (100vw - 420px) / 1500);
  margin-bottom: 5px;
}

.cdx-sidebar .team-detail p {
  font-size: calc(18px + 2 * (100vw - 420px) / 1500);
  margin-bottom: 20px;
}

.cdx-sidebar .team-detail .social-link {
  justify-content: center;
}

.cdx-sidebar .custom-chek label {
  font-weight: 400;
}

.blogsingle-detail .blogpost-group .img-wrap {
  margin-bottom: 30px;
}

.blogsingle-detail .blogpost-group .img-wrap img {
  border-radius: 5px;
  overflow: hidden;
}

.blogsingle-detail .blogpost-group .blog-data-list {
  padding-bottom: 10px;
}

.blogsingle-detail .blogpost-group .blog-data-list li {
  display: inline-block;
}

.blogsingle-detail .blogpost-group .blog-data-list li a {
  color: #696969;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
}

.blogsingle-detail .blogpost-group .blog-data-list li a i {
  margin-right: 6px;
  font-size: 16px;
  color: #004437;
}

.blogsingle-detail .blogpost-group .blog-data-list li a:hover {
  color: #004437;
}

.blogsingle-detail .blogpost-group .blog-data-list li + li {
  margin-left: 15px;
}

.blogsingle-detail .blogpost-group h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bs-border-color);
}

.blogsingle-detail .blogpost-group h3 a {
  font-weight: 700;
  font-size: calc(22px + 10 * (100vw - 420px) / 1500);
}

.blogsingle-detail .blogpost-group p + p {
  margin-top: 15px;
}

.blogsingle-detail .blogpost-group .btn {
  margin-top: 30px;
}

.blogsingle-detail .blockqoute {
  background-color: rgba(26, 182, 157, 0.04);
  border-left: 5px solid #004437;
  padding: 30px;
  margin-bottom: 0;
  font-style: italic;
  border-radius: 8px;
}

.blogsingle-detail .blockqoute h6 {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  font-weight: 600;
}

.blogsingle-detail .blockqoute h6::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #042228;
  left: 0;
  top: 10px;
}

.blogsingle-detail .detail-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.blogsingle-detail .blog-comments .comments-list li .media {
  display: flex;
  align-items: flex-start;
}

.blogsingle-detail .blog-comments .comments-list li .media .img-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body {
  padding-left: 25px;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body h5 {
  font-family: "Rubik", sans-serif;
  margin-bottom: 5px;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body span {
  font-weight: 600;
  font-size: 16px;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist {
  float: right;
  display: flex;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li {
  color: #696969;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 1500);
  display: flex;
  align-items: center;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li svg {
  width: auto;
  height: 16px;
  margin-right: 5px;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li + li {
  margin-left: 10px;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body span {
  display: inline-block;
  margin-bottom: 5px;
  color: #696969;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body .btn {
  border-radius: 8px;
  margin-top: 15px;
}

.blogsingle-detail .blog-comments .comments-list li .media .media-body .btn i {
  margin-right: 5px;
}

.blogsingle-detail .blog-comments .comments-list li + .comments-detail {
  margin-top: 30px;
}

.blogsingle-detail .blog-comments .comments-list li.comments-reply {
  padding-left: 50px;
}

.blogsingle-detail .blog-comments .comments-list > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--bs-border-color);
}

.blogsingle-detail .comments-form .btn {
  margin-top: 35px;
}

/* **********************
 26 CART START
*********************** */

.cdxshopping-cart th {
  font-size: 18px;
  font-weight: 700;
  border-bottom: none !important;
}

.cdxshopping-cart td {
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cdxshopping-cart td.cart-title {
  font-weight: 700;
}

.cdxshopping-cart .cart-tbl th {
  background-color: #004437;
  color: #ffffff !important;
}

.cdxshopping-cart .cart-tbl th:nth-child(n + 2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.cdxshopping-cart .cart-tbl td {
  border: 1px solid var(--bs-border-color);
}

.cdxshopping-cart .cart-tbl th, .cdxshopping-cart .cart-tbl td {
  vertical-align: middle;
  min-width: 180px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cdxshopping-cart .cart-tbl th .pro-quantity, .cdxshopping-cart .cart-tbl td .pro-quantity {
  margin-left: auto;
  margin-right: auto;
}

.cdxshopping-cart .cart-tbl .product-imgwrap img {
  width: auto;
  height: 90px;
  border-radius: 5px;
}

.cdxshopping-cart .cart-tbl tbody tr:first-child td {
  border-top: none;
}

.cdxshopping-cart .cart-tbl .cart-action svg {
  width: auto;
  height: 22px;
}

.cdxshopping-cart .group-btn .btn:nth-child(n + 2) {
  margin-left: 15px;
}

.cdxshopping-cart .cartbtn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cdxshopping-cart .pro-quantity .form-control {
  padding: 7px 10px;
}

.cdxshopping-cart .pro-quantity span svg {
  width: auto;
  height: 20px;
}

.chekout-tbl tr:first-child td {
  padding-top: 0;
}

.chekout-tbl tr td, .chekout-tbl tr th {
  background-color: transparent;
  border-bottom: 1px solid var(--bs-border-color) !important;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  padding-right: 5px;
}

.chekout-tbl tr:last-child td {
  border-bottom: none !important;
  padding-bottom: unset;
  padding-top: 25px;
}

.chekout-tbl tr td {
  text-align: right;
  color: #696969;
}

/* qty counter */

.pro-quantity {
  width: 170px;
}

.pro-quantity span {
  background-color: transparent;
}

.pro-quantity span i {
  font-size: 18px;
}

.pro-quantity .form-control {
  background-color: transparent;
  text-align: center;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ******************
 27 CHECKOUT
***************** */

.cdx-checkout .card-header h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

.cdx-checkout textarea {
  min-height: 184px;
}

.cdx-checkout .cvc-group p {
  margin-top: 10px;
}

/* ******************
 28 404 ERROR 
***************** */

.error-main {
  background-color: rgba(26, 182, 157, 0.08);
}

.codex-error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.codex-error h1 {
  font-size: calc(120px + 40 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.codex-error h1 span {
  color: #004437;
}

.codex-error h2 {
  font-size: calc(38px + 7 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 10px;
}

.codex-error p {
  width: 65%;
  margin: auto;
}

.codex-error .btn {
  margin-top: 30px;
}

.codex-error .btn i {
  margin-right: 5px;
}

.codex-error .error-detail {
  margin-top: -27px;
}

/* ******************
 29 GALLERY START
***************** */

.gallery-grid {
  position: relative;
}

.gallery-grid:hover .gallery-link {
  opacity: 1;
}

.gallery-grid .img-wrap {
  position: relative;
}

.gallery-grid .img-wrap img {
  border-radius: 10px;
}

.gallery-grid .gallery-link {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(26, 182, 157, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.gallery-grid .gallery-link i {
  width: 50px;
  height: 50px;
  font-weight: 800;
  font-size: 20px;
  color: #004437 !important;
  background-color: var(--bs-body-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gallery-tabs {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-tabs li {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: #004437;
  cursor: pointer;
  padding-bottom: 5px;
  padding: 8px 20px;
  border-radius: 8px;
  transition: all 0.5s ease;
  border: 1px solid #004437;
}

.gallery-tabs li.active {
  color: #ffffff;
  background-color: #004437;
}

.gallery-tabs li + li {
  margin-left: 15px;
}

/* ******************
 30 COMING SOON 
***************** */

.coming-soon {
  height: 100vh;
  width: 100%;
  display: flex !important;
  align-items: center;
}

.coming-soon:before {
  position: absolute;
  content: "";
  background: rgba(4, 34, 40, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 55px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon .newsletter-form .input-group {
  overflow: hidden;
  border-radius: 30px;
}

.coming-soon .newsletter-form .input-group .form-control {
  height: 50px;
  display: block;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.coming-soon .newsletter-form .input-group span {
  padding: 0;
  border: none;
}

.coming-soon .newsletter-form .input-group span button {
  border: none;
  height: 100%;
  background: #004437;
  display: inline-block;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.coming-soon .newsletter-form .input-group span button:hover {
  background-color: #042228;
  color: #ffffff;
}

.coming-soon .social-link {
  margin-top: 35px;
  justify-content: center;
}

.coming-soon .social-link a {
  color: #004437;
  background: #ffffff;
}

.coming-soon .social-link a:hover {
  background: #004437;
  color: #ffffff;
}

.coming-soon .social-link li + li {
  margin-left: 10px;
}

.coming-soon .countdown-wrap {
  margin-top: 30px;
}

.coming-soon .countdown-grid {
  background: #004437;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.coming-soon .countdown-grid h2 {
  color: #ffffff;
  font-weight: 700;
}

.coming-soon .countdown-grid h5 {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}

.coming-soon h1 {
  font-weight: 700;
  font-size: calc(42px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 15px;
}

.coming-soon p {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

/* ******************
31 PRIVECY POLICY
***************** */

.policy-group h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.policy-group p + p {
  margin-top: 5px;
}

.policy-group:nth-child(n + 2) {
  margin-top: 30px;
}

.policy-group .terms-list {
  margin-top: 15px;
  margin-left: 40px;
}

.policy-group .terms-list li {
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  font-weight: 400;
  color: #696969;
  display: list-item;
  list-style-type: auto;
  font-family: "Rubik", sans-serif;
}

.policy-group .terms-list li + li {
  margin-top: 5px;
}

/* ******************
32 CHATBAR
******************* */

.livechat-bar .chat-toggle {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 5px 10px 30px rgba(26, 182, 157, 0.5);
  background-color: #004437;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out;
}

.livechat-bar .chat-toggle svg {
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-animation: tada 1s ease infinite;
  animation: tada 1s ease infinite;
}

.livechat-bar .livechat-box {
  background-color: var(--bs-body-bg);
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.05);
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 99;
  transition: all 0.5s ease;
}

.livechat-bar .livechat-box.show {
  width: 380px;
  height: 354px;
  transition: all 0.5s ease;
}

.livechat-bar .livechat-box .chat-header {
  background-color: #004437;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.livechat-bar .livechat-box .chat-header .chat-logo img {
  width: 35px;
  height: 35px;
}

.livechat-bar .livechat-box .chat-header h6 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.livechat-bar .livechat-box .chat-header .close-chat {
  color: #ffffff;
}

.livechat-bar .livechat-box .chat-body {
  padding: 20px 25px;
  background-color: #f7f7f7;
  height: 235px;
  overflow: auto;
  position: relative;
}

.livechat-bar .livechat-box .chat-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/chat-bg.webp?h=123d305e4aae75de988d7a0380bcddc3");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.livechat-bar .livechat-box .chat-body .chat-list li:nth-child(n + 2) {
  margin-top: 15px;
}

.livechat-bar .livechat-box .chat-body .user-chat, .livechat-bar .livechat-box .chat-body .admin-chat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}

.livechat-bar .livechat-box .chat-body .user-chat .media, .livechat-bar .livechat-box .chat-body .admin-chat .media {
  align-items: flex-start;
}

.livechat-bar .livechat-box .chat-body .user-chat .media .admintitle, .livechat-bar .livechat-box .chat-body .admin-chat .media .admintitle {
  font-weight: 600;
  margin-bottom: 8px;
}

.livechat-bar .livechat-box .chat-body .user-chat .media .admintitle .msg-time, .livechat-bar .livechat-box .chat-body .admin-chat .media .admintitle .msg-time {
  margin-left: 10px;
}

.livechat-bar .livechat-box .chat-body .user-chat figure, .livechat-bar .livechat-box .chat-body .admin-chat figure {
  margin-bottom: 0;
}

.livechat-bar .livechat-box .chat-body .user-chat img, .livechat-bar .livechat-box .chat-body .admin-chat img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain h6, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain h6 {
  font-size: 14px;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain h6 .chat-seen, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain h6 .chat-seen {
  color: #696969;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain h6 .chat-seen .msg-check, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain h6 .chat-seen .msg-check {
  margin-left: 5px;
  font-size: 12px;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain img, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain img {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain p, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain p {
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 12px;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain p + p, .livechat-bar .livechat-box .chat-body .admin-chat .chat-contain p + p {
  margin-top: 5px;
}

.livechat-bar .livechat-box .chat-body .user-chat .media .media-body {
  margin-left: 10px;
}

.livechat-bar .livechat-box .chat-body .user-chat .chat-contain p {
  background-color: var(--bs-body-bg);
  border-radius: 0 15px 15px 15px;
}

.livechat-bar .livechat-box .chat-body .admin-chat {
  margin-left: auto;
  text-align: right;
}

.livechat-bar .livechat-box .chat-body .admin-chat .chat-contain p {
  color: #ffffff;
  background-color: #004437;
  border-radius: 15px 0 15px 15px;
}

.livechat-bar .livechat-box .chat-footer .input-group-text {
  background-color: transparent;
  border: none;
  padding-right: 20px;
}

.livechat-bar .livechat-box .chat-footer .input-group-text svg {
  width: 18px;
  height: auto;
  transform: rotate(45deg);
}

.livechat-bar .livechat-box .chat-footer .form-control {
  border: none;
  font-weight: 500;
  padding: 15px 18px;
}

.typing-loader {
  background-color: #004437;
}

.typing-loader .typedot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(4, 34, 40, 0.6);
  -webkit-animation: typeanimat 1.3s linear infinite;
  animation: typeanimat 1.3s linear infinite;
}

.typing-loader .typedot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.typing-loader .typedot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.typing-loader .typedot:nth-child(n + 2) {
  margin-left: 3px;
}

@keyframes typeanimat {
  0%, 100%, 60% {
    transform: initial;
  }
  30% {
    transform: translateY(-5px);
  }
}

/* ******************
33 POPUP START
******************* */

.cookie-grid {
  width: 305px;
  padding: 20px;
  background-color: var(--bs-body-bg);
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(4, 34, 40, 0.05);
  position: fixed;
  bottom: -100%;
  left: 20px;
  transition: all 1s ease;
  z-index: 2;
}

.cookie-grid.active {
  bottom: 20px;
  transition: all 1s ease;
}

.cookie-grid p {
  font-size: 14px;
  margin-bottom: 15px;
}

.cookie-grid p a {
  color: #004437;
}

.cookie-grid .btn + .btn {
  margin-left: 15px;
}

.cookie-grid.bottom {
  width: 100%;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-grid.bottom p {
  margin-right: 30px;
}

.cookie-grid.bottom.active {
  bottom: 0;
  left: 0;
}

.cookie-grid.right {
  left: unset;
  right: 20px;
}

.cookie-grid.dark {
  background-color: #042228;
}

.cookie-grid.dark p {
  color: #ffffff;
}

.language-group {
  display: inline-block;
  width: calc(33.33% - 15px);
}

.language-group:nth-child(n + 2) {
  margin-left: 15px;
}

.language-group .language-list li a {
  color: #696969;
  font-size: 16px;
  padding: 10px;
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  display: block;
  text-align: center;
}

.language-group .language-list li + li {
  margin-top: 15px;
}

.language-modal .modal-header {
  background-color: #004437;
  padding: 15px 25px;
}

.language-modal .modal-header .modal-title {
  font-weight: 700;
  color: #ffffff;
}

.language-modal .modal-header .btn-close {
  color: #ffffff;
  opacity: 1;
}

.language-modal .modal-content {
  border: none;
}

.language-modal .modal-body {
  padding: 25px;
  background-color: #ffffff;
}

.theme-modal .modal-content {
  background-color: transparent;
  border: none;
}

.theme-modal .btn-close {
  position: absolute;
  top: -40px;
  right: -25px;
  color: #ffffff;
  opacity: 1;
  z-index: 1;
  font-size: 23px;
}

.theme-modal iframe {
  width: 100%;
}

.festival-popup .modal-body {
  padding: 9% 5%;
  text-align: center;
  border-radius: 15px;
}

.festival-popup .modal-body span {
  border-radius: 30px;
  border: 1px solid #004437;
  padding: 8px 25px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

.festival-popup .modal-body h2, .festival-popup .modal-body h3 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.festival-popup .modal-body h2 {
  color: #ffffff;
  text-shadow: 5px 10px 30px rgba(26, 182, 157, 0.3);
}

.festival-popup .modal-body h3 {
  color: #004437;
  text-shadow: 5px 10px 30px rgba(26, 182, 157, 0.3);
}

.festival-popup .modal-body h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: calc(26px + 10 * (100vw - 420px) / 1500);
}

.festival-popup .modal-body .btn {
  margin-top: 30px;
}

/* black friday */

.black-friday .modal-body h2, .black-friday .modal-body h3 {
  font-style: italic;
  font-size: calc(80px + 60 * (100vw - 420px) / 1500);
}

/* cyber monday */

.cyber-monday .modal-body h2, .cyber-monday .modal-body h3 {
  font-size: calc(68px + 27 * (100vw - 420px) / 1500);
}

.cyber-monday .modal-body h2 {
  color: #042228;
  box-shadow: none;
}

.cyber-monday .modal-body h4 {
  color: #042228;
}

/* Happy new yaer */

.happy-newyear .modal-body h3, .happy-newyear .modal-body h2 {
  font-size: calc(65px + 55 * (100vw - 420px) / 1500);
}

/* merri cristmas */

.merry-christmas .modal-body h2 {
  font-size: calc(70px + 50 * (100vw - 420px) / 1500);
}

.merry-christmas .modal-body h3 {
  font-size: calc(60px + 40 * (100vw - 420px) / 1500);
}

/* ******************
34 FOOTER START
******************* */

footer {
  background: #042228;
  padding-top: 90px;
  padding-bottom: 90px;
  font-family: "Rubik", sans-serif;
  position: relative;
}

footer .footer-grid .codex-brand {
  margin-bottom: 30px;
}

footer .footer-grid .codex-brand img {
  width: 160px;
}

footer .footer-grid h4 {
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

footer .footer-grid h4::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #004437;
  bottom: 0;
  left: 0;
}

footer .footer-grid h4::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 10px;
  height: 2px;
  background-color: #004437;
  bottom: 0;
  left: 35px;
}

footer .footer-grid p {
  color: #ffffff;
  padding-right: 18px;
  margin-bottom: 20px;
}

footer .input-group {
  border: 1px solid #004437;
  border-radius: 50px;
  overflow: hidden;
}

footer .input-group .form-control {
  padding-left: 25px;
  height: 50px;
  color: #ffffff;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

footer .input-group .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

footer .input-group .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

footer .input-group .input-group-text {
  padding: 0;
  background-color: transparent;
  border: none;
}

footer .input-group .btn {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  height: 100%;
}

footer .input-group .btn i {
  margin-right: 10px;
}

footer .input-group .btn:hover {
  background-color: #004437;
}

footer .follow-us {
  margin-top: 40px;
}

footer .follow-us h6 {
  color: #ffffff;
  margin-bottom: 15px;
}

footer .follow-us .footer-social {
  display: flex;
  align-items: center;
}

footer .follow-us .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #004437;
  border-radius: 50%;
  transition: all 0.5s ease;
}

footer .follow-us .footer-social li a i {
  color: #ffffff;
  transition: all 0.5s ease;
}

footer .follow-us .footer-social li a img {
  width: 12px;
}

footer .follow-us .footer-social li + li {
  margin-left: 15px;
}

footer .footer-list {
  display: flex;
  flex-direction: column;
}

footer .footer-list li {
  transition: all 0.5s ease;
  font-size: 16px;
}

footer .footer-list li a {
  color: #ffffff;
  transition: all 0.5s ease;
}

footer .footer-list li a i {
  margin-right: 8px;
  color: #004437;
  font-weight: 800;
}

footer .footer-list li:hover {
  transform: translateX(10px);
}

footer .footer-list li:hover a {
  color: #004437;
}

footer .footer-list li + li {
  margin-top: 15px;
}

footer .footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}

footer .footer-contact li + li {
  margin-top: 15px;
}

footer .footer-contact li a {
  color: #ffffff;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

footer .footer-contact li a i {
  font-size: 14px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #004437;
  margin-right: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

footer .footer-contact li:hover a i {
  background-color: var(--bs-body-bg);
  color: #004437;
}

footer .scroll-top {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

.subfooter {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #042228;
  overflow: hidden;
}

.subfooter .footer-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subfooter ul li {
  display: inline-block;
  font-size: 16px;
}

.subfooter ul li a {
  color: #ffffff;
  transition: all 0.5s ease;
}

.subfooter ul li a:hover {
  color: #004437;
}

.subfooter ul li + li {
  margin-left: 25px;
}

.subfooter p {
  color: #ffffff;
  font-size: 16px;
}

.subfooter p a {
  color: #004437;
  font-weight: 500;
}

/* ******************
35 RESPONSIVE START
******************* */

@media screen and (min-width: 1200px) {
  .menu-list {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list > li {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list > li:hover > a {
    color: #004437;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list > li:hover .submenu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1200px) {
  .menu-list > li:nth-child(n + 3) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li {
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list, .menu-list li .secodnmenu-list {
    position: absolute;
    min-width: 220px;
    background-color: var(--bs-body-bg);
    box-shadow: 0 0 10px 0 rgba(4, 34, 40, 0.1);
    border-radius: 5px;
    border-top: 4px solid #004437;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list li:last-child a, .menu-list li .secodnmenu-list li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list {
    top: 100%;
    left: 0;
    transform: translateY(10px);
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list a {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list a i {
    top: 16px;
    position: absolute;
    right: 15px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list > li:hover > a {
    background-color: #004437;
    color: #ffffff;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list li {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list li:hover .secodnmenu-list {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list li + li {
    border-top: 1px solid var(--bs-border-color);
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list li .secodnmenu-list {
    left: 100%;
    top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .menu-list li .submenu-list li .secodnmenu-list li:hover > a {
    background-color: #004437;
    color: #ffffff;
  }
}

/* hero intro */

@media screen and (max-width: 1399px) {
  .hero-intro .hero-contain ul.btn-list {
    margin-top: 45px;
  }
}

/* discount banner */

@media screen and (max-width: 1399px) {
  .discount-upcoming .discount-detail {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1399px) {
  .discount-upcoming.three .discount-detail {
    padding-left: 15px;
  }
}

/* why choose */

@media screen and (max-width: 1399px) {
  .whychoose-imgwrap {
    padding-right: 15px;
  }
}

/* video banner */

@media screen and (max-width: 1399px) {
  .video-contain2 {
    padding-left: 15px;
  }
}

/* faq */

@media screen and (max-width: 1399px) {
  .cdx-faq .accordian-info {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1399px) {
  .about-faq .title {
    margin-bottom: 25px;
  }
}

/* about */

@media screen and (max-width: 1399px) {
  .about-us .about-contain {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  body.overflow-hidden .top-header {
    z-index: 5;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .menu-list {
    background-color: #092823;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .menu-list li + li {
    border-color: #093c34;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .menu-list li .submenu-list {
    border-color: #093c34;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .menu-list li .submenu-list a {
    color: #b5b5b5;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .menu-list li .submenu-list li .secodnmenu-list {
    border-color: #093c34;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .filter-sidebar .cdx-sidebar {
    background-color: #010403;
  }
}

@media screen and (max-width: 1199px) {
  body.dark-mode .filter-sidebar .cdx-sidebar .close-filter {
    border-color: #093c34;
  }
}

@media screen and (max-width: 1199px) {
  .space-py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .space-pt-100 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .space-pb-100 {
    padding-bottom: 80px;
  }
}

/* header */

@media screen and (max-width: 1199px) {
  .menu-list {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg);
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list.open {
    opacity: 1;
    visibility: visible;
    border-top: 1px solid var(--bs-border-color);
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .close-menu {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .close-menu .menu-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .close-menu .menu-brand img {
    width: 130px;
    height: auto;
  }
}

/* Logo más pequeño en menú móvil */
@media screen and (max-width: 1199px) {
  .menu-list li .close-menu .codex-brand .mobile-menu-logo {
    width: 80px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .close-menu .menu-brand svg {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li + li {
    border-top: 1px solid var(--bs-border-color);
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li a {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .submenu-list {
    border-top: 1px solid var(--bs-border-color);
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .submenu-list a {
    padding-left: 30px;
    color: #696969;
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .submenu-list a i {
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(90deg);
    font-weight: 600;
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .submenu-list li .secodnmenu-list {
    border-top: 1px solid var(--bs-border-color);
  }
}

@media screen and (max-width: 1199px) {
  .menu-list li .submenu-list li .secodnmenu-list a {
    padding-left: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-list > li > a i {
    margin-left: auto;
  }
}

@media screen and (max-width: 1199px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  header .menu-action {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  header .nav-iconlist > .btn {
    padding: 10px 25px;
    font-size: 14px;
    margin-left: 35px;
  }
}

@media screen and (max-width: 1199px) {
  header .course-search .form-control {
    width: 310px;
  }
}

@media screen and (max-width: 1199px) {
  .cdx-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 34, 40, 0.8);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}

@media screen and (max-width: 1199px) {
  .cdx-layer.open {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .search-bar .input-group {
    width: 60%;
  }
}

/* discount banner */

@media screen and (max-width: 1199px) {
  .discount-upcoming .discount-detail {
    padding-left: unset;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming .discount-detail h4 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming .discount-detail h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming .discount-detail .cdx-timer {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming .discount-detail .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming.three .discount-wrap {
    padding: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming.three .discount-detail {
    padding-left: unset;
  }
}

@media screen and (max-width: 1199px) {
  .discount-upcoming.three .discount-detail .cdx-timer {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cdx-timer .timer-grid:nth-child(n + 2) {
    margin-left: 40px;
  }
}

/* category */

@media screen and (max-width: 1199px) {
  .category-grid.cate-three {
    padding: 25px;
  }
}

/* team */

@media screen and (max-width: 1199px) {
  .team-grid2 .team-detail p {
    width: auto;
  }
}

/* whychoose */

@media screen and (max-width: 1199px) {
  .whychoose-imgwrap {
    padding-right: unset;
  }
}

@media screen and (max-width: 1199px) {
  .whychoose-wrap .whychoose-info {
    margin-bottom: 30px;
  }
}

/* pricing table */

@media screen and (max-width: 1199px) {
  .pricing-grid {
    padding: 35px;
  }
}

/* video banner */

@media screen and (max-width: 1199px) {
  .video-contain {
    padding: 30px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 1199px) {
  .video-contain2 {
    padding-left: unset;
  }
}

/* faq start */

@media screen and (max-width: 1199px) {
  .cdx-faq .accordian-info {
    padding-left: unset;
  }
}

/* filter sidebar */

@media screen and (max-width: 1199px) {
  .filter-sidebar .cdx-layer {
    z-index: 9;
  }
}

@media screen and (max-width: 1199px) {
  .filter-sidebar .cdx-sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: 320px;
    height: 100%;
    overflow: auto;
    padding: 20px;
    z-index: 9;
    background-color: var(--bs-body-bg);
    transition: all 0.5s ease;
  }
}

@media screen and (max-width: 1199px) {
  .filter-sidebar .cdx-sidebar.active {
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .filter-sidebar .cdx-sidebar .close-filter {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid var(--bs-border-color);
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    cursor: pointer;
  }
}

@media screen and (max-width: 1199px) {
  .filter-sidebar .cdx-sidebar .close-filter svg {
    width: 30px;
    height: 30px;
  }
}

/* work step */

@media screen and (max-width: 1199px) {
  .work-step .icon-wrap {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .work-step .icon-wrap img {
    width: 32px;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-contain h1 {
    margin-bottom: 10px;
  }
}

/* header */

@media screen and (max-width: 991px) {
  .top-header {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  header .course-search {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .category-header {
    margin-top: unset;
    padding-top: unset;
    border-top: unset;
  }
}

@media screen and (max-width: 991px) {
  .category-header .dropdownmenu, .category-header .contact-action {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .hero-intro .hero-contain {
    height: auto;
  }
}

/* discount banner */

@media screen and (max-width: 991px) {
  .discount-upcoming .discount-detail {
    padding-left: unset;
    display: block;
    margin-top: 40px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .discount-upcoming.two .discount-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .discount-call .discount-contain h4 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .discount-call .discount-contain h2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .discount-call .discount-contain .btn {
    margin-top: 30px;
  }
}

/* whychoose */

@media screen and (max-width: 991px) {
  .whychoose-wrap {
    margin-top: 30px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .whychoose-wrap .whychoose-grid:nth-child(n + 2) {
    margin-top: 25px;
  }
}

/* video banner */

@media screen and (max-width: 991px) {
  .video-banner {
    padding: 140px 0 200px 0;
  }
}

/* aboout us */

@media screen and (max-width: 991px) {
  .about-us .about-contain {
    padding-left: unset;
    margin-top: 30px;
    height: auto;
  }
}

/* event grid */

@media screen and (max-width: 991px) {
  .career-grid {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .career-grid .img-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .career-grid .career-detail {
    padding-left: unset;
    width: 100%;
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .arrow-style1 .swiper-button-next, .arrow-style1 .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 991px) {
  .arrow-style1 .swiper-button-prev {
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .arrow-style1 .swiper-button-next {
    right: 0;
  }
}

/* news latter */

@media screen and (max-width: 991px) {
  .newsletter-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .newsletter-wrap h2 {
    margin-bottom: 20px;
  }
}

/* video banner */

@media screen and (max-width: 991px) {
  .video-contain2 {
    padding-left: unset;
  }
}

/* faq */

@media screen and (max-width: 991px) {
  .about-faq .accordian-info {
    margin-top: 30px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .about-faq .title {
    margin-bottom: 20px;
  }
}

/* footer start */

@media screen and (max-width: 991px) {
  .footer-row {
    margin-bottom: -45px;
  }
}

@media screen and (max-width: 991px) {
  .footer-row > div {
    margin-bottom: 45px;
  }
}

/* gallery */

@media screen and (max-width: 991px) {
  .gallery-tabs {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .gallery-tabs li {
    margin-bottom: 15px;
  }
}

/* course */

@media screen and (max-width: 991px) {
  .coursesearch-grid h5 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .coursesearch-grid .dropdown-action {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 991px) {
  .primary-pagination {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .primary-pagination li a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .cdx-sidebar .teamimg-wrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cdx-sidebar .team-detail p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .social-link li a {
    width: 32px;
    height: 32px;
  }
}

/* revenue */

@media screen and (max-width: 991px) {
  .revenue-share .revenue-detail {
    margin-top: 30px;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .revenue-share .revenue-detail .btn {
    margin-top: 30px;
  }
}

/* team start */

@media screen and (max-width: 991px) {
  .team-grid2 .team-detail {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .team-grid2 .team-detail .btn {
    margin-top: 20px;
  }
}

/* contact */

@media screen and (max-width: 991px) {
  .contact-grid {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .contact-grid .icon-wrap {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn-md {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .space-py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .space-pt-100 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .space-pb-100 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .codex-loader .loader-item {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .codex-loader .loader-item span::before {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 20px #13B65C;
  }
}

/* header */

@media screen and (max-width: 767px) {
  .top-header .header-left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-header .header-list > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-header .header-right .header-list {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  header .nav-iconlist > .btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header .nav-iconlist > ul > li + li {
    margin-left: 12px;
  }
}

/* hero intro */

@media screen and (max-width: 767px) {
  .hero-intro .hero-contain {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro .hero-contain p {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro .hero-contain h4 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro.intro-three .hero-contain .input-group {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro.intro-three .hero-contain .input-group .dropdown-action {
    font-size: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro.intro-three .hero-contain .input-group .dropdown-action i {
    font-size: 20px;
    margin-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .hero-intro.intro-three .hero-contain .btn-list {
    margin-top: 45px;
  }
}

/* video banner */

@media screen and (max-width: 767px) {
  .video-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .video-banner {
    padding: 90px 0 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .video-banner2 {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .video-contain2 {
    margin-top: 30px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .video-contain2 h2 {
    margin-bottom: 15px;
  }
}

/* chat bar */

@media screen and (max-width: 767px) {
  .livechat-bar .chat-toggle {
    width: 42px;
    height: 42px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
  }
}

@media screen and (max-width: 767px) {
  .livechat-bar .chat-toggle svg {
    width: 20px;
  }
}

/* subscribe newsslatter */

@media screen and (max-width: 767px) {
  .newsletter-wrap {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-subscribe.newsletter2 {
    padding: 65px 0;
  }
}

/* discount banner */

@media screen and (max-width: 767px) {
  .discount-upcoming.three .discount-wrap {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .discount-upcoming.three .discount-detail {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .discount-upcoming.three .discount-detail h4 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .discount-upcoming.three .discount-detail .cdx-timer {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .discount-upcoming.three .discount-detail .btn {
    margin-top: 30px;
  }
}

/* about us */

@media screen and (max-width: 767px) {
  .about-us .about-contain h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about-us .about-contain p + p {
    margin-top: 10px;
  }
}

/* footer */

@media screen and (max-width: 767px) {
  footer .footer-grid .codex-brand {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-grid h4 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-list li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer .scroll-top {
    left: unset;
    right: 20px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .subfooter .footer-contain {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .subfooter .footer-contain ul {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-row {
    margin-bottom: -35px;
  }
}

@media screen and (max-width: 767px) {
  .footer-row > div {
    margin-bottom: 35px;
  }
}

/* live chat bar */

@media screen and (max-width: 767px) {
  .livechat-bar .livechat-box.show {
    width: 300px;
  }
}

/* popup */

@media screen and (max-width: 767px) {
  .cookie-grid {
    width: 100%;
    left: 0;
    border-radius: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .cookie-grid.bottom p {
    margin-bottom: 15px;
    margin-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .cookie-grid.right {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cookie-grid.active {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .cyber-monday .modal-body .btn {
    margin-top: 20px;
  }
}

/* error 404 */

@media screen and (max-width: 767px) {
  .codex-error p {
    width: 100%;
  }
}

/* gallery */

@media screen and (max-width: 767px) {
  .gallery-tabs li {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-tabs li + li {
    margin-left: 10px;
  }
}

/* authentication */

@media screen and (max-width: 767px) {
  .auth-main {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .codex-authbox {
    width: 100%;
    min-width: 100%;
    padding: 35px;
  }
}

@media screen and (max-width: 767px) {
  .codex-authbox .auth-header {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .codex-authbox .auth-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .codex-authbox .auth-icon i {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .codex-authbox .auth-pin {
    margin-bottom: 35px;
  }
}

/* course */

@media screen and (max-width: 767px) {
  .btn-filter {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .coursesearch-grid .gridfilter-list li.gridview-toggle, .coursesearch-grid .gridfilter-list li.listview-toggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .coursetab-detail .course-group .teacher-info {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .coursetab-detail .course-group .teacher-info .img-wrap {
    margin-bottom: 20px;
    margin-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .team-group h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .team-group p:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* revenue */

@media screen and (max-width: 767px) {
  .revenue-share .revenue-detail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .revenue-share .revenue-detail h2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .revenue-share .revenue-detail .btn {
    margin-top: 25px;
  }
}

/* event career */

@media screen and (max-width: 767px) {
  .career-group h2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .career-group p + p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .career-group .topic-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .career-group .topic-list li + li {
    margin-top: 5px;
  }
}

/* blog */

@media screen and (max-width: 767px) {
  .blogsingle-detail .blog-comments .comments-list li.comments-reply {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blogsingle-detail .blog-comments .comments-list li .media .media-body {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .card .card-body {
    padding: 20px;
  }
}

/* header */

@media screen and (max-width: 575px) {
  .top-header .dropdownmenu .dropdownitem-list {
    right: -100%;
  }
}

@media screen and (max-width: 575px) {
  .search-bar .input-group {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  header .cart-dropdown {
    min-width: 300px;
  }
}

/* hero intro */

@media screen and (max-width: 575px) {
  .hero-intro .hero-contain ul.btn-list li + li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .hero-intro.intro-three .hero-contain .input-group {
    width: 85%;
  }
}

/* discount banner */

@media screen and (max-width: 575px) {
  .cdx-timer .timer-grid:nth-child(n + 2) {
    margin-left: 25px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-timer.timer2 {
    display: block;
    margin-left: -15px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-timer.timer2 .timer-grid {
    width: calc(48% - 15px);
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .discount-upcoming.two .discount-wrap {
    border-radius: 15px;
  }
}

@media screen and (max-width: 575px) {
  .discount-upcoming.two .discount-detail .cdx-timer {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .discount-upcoming.three .discount-detail h4 {
    margin-bottom: 10px;
  }
}

/* subscribe newsslatter */

@media screen and (max-width: 575px) {
  .subscribe-form input {
    height: 45px;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-form .input-group {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-form .input-group .form-control {
    width: 100%;
    border-radius: 30px !important;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-form .input-group .input-group-text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-form .input-group .input-group-text button {
    height: 45px;
    border-radius: 30px !important;
    margin: auto;
  }
}

/* pricng table */

@media screen and (max-width: 575px) {
  .pricing-grid {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-grid .price-lable {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-grid .pricing-header {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-grid .pricing-body li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* video banner */

@media screen and (max-width: 575px) {
  .video-contain {
    padding: 20px 0;
  }
}

/* popup */

@media screen and (max-width: 575px) {
  .theme-modal .btn-close {
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .festival-popup .modal-body .btn {
    margin-top: 20px;
  }
}

/* coming soonn */

@media screen and (max-width: 575px) {
  .coming-soon h1 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .coming-soon .countdown-wrap {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .coming-soon .newsletter-form {
    width: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .coming-soon .social-link {
    margin-top: 25px;
  }
}

/* shoppin cart */

@media screen and (max-width: 575px) {
  .cdxshopping-cart .cartbtn-group {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .cdxshopping-cart .group-btn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .chekout-tbl tr:last-child td {
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-checkout .payment-card {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .cdx-checkout .payment-card > div {
    width: auto;
    display: inline-block;
  }
}

/* authentication */

@media screen and (max-width: 575px) {
  .auth-main {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-icon {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-header .codex-brand img {
    width: 145px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .btn {
    margin-top: 25px;
    font-size: 18px;
    padding: 10px 25px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .btn i {
    margin-right: 5px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-footer {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-footer .auth-with {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-pin {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .codex-authbox .auth-pin .form-control {
    padding: 0;
    height: 50px;
    text-align: center;
  }
}

/* course */

@media screen and (max-width: 575px) {
  .coursetab-detail .nav-tabs {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .nav-tabs li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .nav-tabs li:nth-child(n + 2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .nav-tabs .nav-link {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .course-group .course-review {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .course-group .course-review .ratingprogress-list {
    margin-top: 20px;
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .course-group .cdx-faq .course-item {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .course-group .cdx-faq .course-item .curriculum-houres {
    width: 55px;
  }
}

@media screen and (max-width: 575px) {
  .coursetab-detail .course-group .cdx-faq .course-item .curriculum-houres i {
    margin-left: 5px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-sidebar .course-price {
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-sidebar .courseinfo-list {
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-sidebar .courseinfo-list li + li {
    margin-top: 12px;
    padding-top: 12px;
  }
}

/* faq */

@media screen and (max-width: 575px) {
  .cdx-faq .card .card-header a {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-faq .card .card-header a::before {
    right: 20px;
    top: 18px;
  }
}

@media screen and (max-width: 575px) {
  .cdx-faq .card .card-body {
    padding: 15px 20px;
  }
}

/* revenue */

@media screen and (max-width: 575px) {
  .revenue-share .revenue-detail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .revenue-share .revenue-detail h2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .revenue-share .revenue-detail .btn {
    margin-top: 20px;
  }
}

/* blog */

@media screen and (max-width: 575px) {
  .blogsingle-detail .blogpost-group p + p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .blogsingle-detail .blogpost-group .btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .blogsingle-detail .blockqoute {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .blogsingle-detail .blockqoute h6 {
    margin-top: 5px;
  }
}

/* discount banner */

@media screen and (max-width: 400px) {
  .cdx-timer .timer-grid:nth-child(n + 2) {
    margin-left: 18px;
  }
}

/* shopping cart */

@media screen and (max-width: 400px) {
  .cdxshopping-cart .cartbtn-group {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .cdxshopping-cart .group-btn {
    margin-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .cdxshopping-cart .group-btn .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .cdxshopping-cart .group-btn .btn:nth-child(n + 2) {
    margin-left: auto;
    margin-top: 15px;
  }
}

/* authentication */

@media screen and (max-width: 400px) {
  .codex-authbox {
    padding: 25px;
  }
}

/* hero intro */

@media screen and (max-width: 374px) {
  .hero-intro .hero-contain ul.btn-list li + li {
    margin-left: unset;
    margin-top: 15px;
  }
}

/* authentication */

@media screen and (max-width: 374px) {
  .codex-authbox .auth-footer .login-list li a {
    font-size: 0;
    border-radius: 5px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 374px) {
  .codex-authbox .auth-footer .login-list li a img {
    margin-right: unset;
  }
}

@media screen and (max-width: 374px) {
  .codex-authbox .auth-remember {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .codex-authbox .auth-pin .form-control {
    height: 38px;
  }
}

@media screen and (max-width: 374px) {
  .codex-authbox .auth-pin .form-control:nth-child(n + 2) {
    margin-left: 3px;
  }
}

/* **************
 36 LANDING PAGE
*************** */

.land-title {
  margin-bottom: 40px;
  text-align: center;
}

.land-title h2 {
  color: #004437;
  font-size: calc(32px + 8 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 0;
}

.land-title p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.land-header.fixed {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.land-header.fixed .codex-brand .light-logo {
  display: none;
}

.land-header.fixed .codex-brand .dark-logo {
  display: block;
}

.land-header.fixed .menu-list a {
  color: #ffffff;
}

.land-header.fixed .menu-action span {
  background-color: var(--bs-body-bg);
}

.land-header.fixed .menu-action span::after, .land-header.fixed .menu-action span::before {
  background-color: var(--bs-body-bg);
}

.land-header.fixed .menu-action.toggle-active span {
  background-color: transparent;
}

.intro {
  height: 100vh;
  position: relative;
  background-color: #042228;
}

.intro::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro .intro-contain {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding-top: 70px;
}

.intro .intro-contain h1 {
  font-weight: 700;
  font-size: calc(32px + 18 * (100vw - 420px) / 1500);
  margin-bottom: 15px;
}

.intro .intro-contain p {
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
}

.intro .intro-contain .btn {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  margin-top: 45px;
}

.intro .intro-contain .btn i {
  margin-right: 10px;
}

/* DEMO */

.cdx-demos .cdx-row {
  justify-content: center;
}

.demo-grid {
  text-align: center;
}

.demo-grid .img-wrap {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(4, 34, 40, 0.1);
  position: relative;
}

.demo-grid .img-wrap .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(4, 34, 40, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-radius: 8px;
}

.demo-grid .img-wrap .hover-link i {
  color: #ffffff;
  background-color: var(--bs-body-bg);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-grid .img-wrap .hover-link i::before {
  color: #004437;
  font-size: 18px;
}

.demo-grid .img-wrap img {
  width: 100%;
  height: auto;
}

.demo-grid .demo-detail {
  margin-top: 20px;
}

.demo-grid .demo-detail h3 {
  font-size: calc(22px + 4 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.demo-grid:hover .hover-link {
  opacity: 1;
  visibility: visible;
}

/* landing footer */

.landheader-comp .img-wrap {
  border: 5px solid #ffffff;
  border-radius: 10px;
}

.landheader-comp .header-detail {
  padding-right: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 280px;
  width: 100%;
  margin-top: 100px;
}

.landheader-comp .header-detail h2 {
  font-size: calc(32px + 14 * (100vw - 420px) / 1500);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.landheader-comp .header-detail p {
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
}

.landheader-comp .header-detail p + p {
  margin-top: 15px;
}

.landheader-comp .header-detail .btn {
  margin-top: 45px;
}

/* FEATHURES */

.feathure .cdx-row {
  margin-bottom: -35px;
}

.feathure .cdx-row > div {
  margin-bottom: 35px;
}

.feathure-grid {
  text-align: center;
  box-shadow: 0 0 20px rgba(4, 34, 40, 0.1);
  padding: 45px 0;
  border-radius: 8px;
  transition: all 0.5s ease;
  background-color: var(--bs-body-bg);
}

.feathure-grid:hover {
  box-shadow: 0 0 30px rgba(4, 34, 40, 0.1);
}

.feathure-grid .icon-wrap {
  background-color: rgba(26, 182, 157, 0.1);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.feathure-grid .icon-wrap i {
  color: #004437;
}

.feathure-grid .icon-wrap img {
  width: auto;
  height: 35px;
}

.feathure-grid h5 {
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}

/* landing footer */

.lan-footer {
  text-align: center;
}

.lan-footer .codex-brand {
  margin-bottom: 30px;
}

.lan-footer .codex-brand img {
  width: 205px;
  height: auto;
}

.lan-footer .support-contain {
  margin-left: auto;
  margin-right: auto;
}

.lan-footer .support-contain h2 {
  font-size: calc(22px + 14 * (100vw - 420px) / 1500);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.4;
}

.lan-footer .support-contain p {
  color: rgba(255, 255, 255, 0.9);
}

.lan-footer .support-contain .btn {
  margin-top: 40px;
}

/* *landing responive* */

/* header */

@media screen and (max-width: 1199px) {
  header.land-header .menu-list li .close-menu .menu-brand svg {
    color: #042228;
  }
}

@media screen and (max-width: 1199px) {
  header.land-header .menu-list li a {
    color: #042228;
  }
}

@media screen and (max-width: 1199px) {
  header.land-header.fixed .menu-list a {
    color: #042228;
  }
}

@media screen and (max-width: 991px) {
  .land-title {
    margin-bottom: 30px;
  }
}

/* landing hero */

@media screen and (max-width: 991px) {
  .intro {
    background-position: left !important;
  }
}

@media screen and (max-width: 991px) {
  .intro .intro-contain {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .intro .intro-contain .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

/* header option */

@media screen and (max-width: 991px) {
  .landheader-comp .header-detail {
    margin-top: unset;
    position: static;
    padding-right: unset;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .landheader-comp .header-detail h2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .landheader-comp .header-detail p + p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .landheader-comp .header-detail .btn {
    margin-top: 25px;
  }
}

/* landing footer */

@media screen and (max-width: 991px) {
  .lan-footer .codex-brand {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .lan-footer .codex-brand img {
    width: 180px;
  }
}

@media screen and (max-width: 991px) {
  .lan-footer .support-contain .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .land-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .intro .intro-contain h1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .intro .intro-contain .btn {
    margin-top: 25px;
  }
}

/* demo grid */

@media screen and (max-width: 575px) {
  .demo-grid .demo-detail {
    margin-top: 15px;
  }
}

/* feathurs */

@media screen and (max-width: 575px) {
  .feathure-grid {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 575px) {
  .feathure-grid .icon-wrap {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 575px) {
  .feathure-grid .icon-wrap img {
    height: 24px;
  }
}

@media screen and (max-width: 575px) {
  .feathure .cdx-row {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 575px) {
  .feathure .cdx-row > div {
    margin-bottom: 30px;
  }
}

/* fotoer */

@media screen and (max-width: 575px) {
  .lan-footer .codex-brand img {
    width: 160px;
  }
}

/* ******************
 01 DARK MODE START
******************* */

body.dark-mode {
  background-color: #010403;
  color: #fdfdfd;
}

body.dark-mode.bg-light {
  background-color: #051815 !important;
}

body.dark-mode p {
  color: #b5b5b5;
}

body.dark-mode a {
  color: #fdfdfd;
}

body.dark-mode .bg-light {
  background-color: #051815 !important;
}

body.dark-mode .card {
  background-color: #092823;
  box-shadow: 0 0 40px 5px rgba(9, 40, 35, 0.05);
}

body.dark-mode .form-check-input {
  background-color: #010403;
  border-color: #093c34;
}

body.dark-mode .input-group-text {
  color: #fdfdfd;
  border-color: #093c34;
}

body.dark-mode .form-control, body.dark-mode .form-select {
  background-color: #010403;
  border-color: #093c34;
  color: #fdfdfd;
}

body.dark-mode .form-control:focus, body.dark-mode .form-select:focus {
  border-color: #004437;
}

body.dark-mode .form-control::-moz-placeholder, body.dark-mode .form-select::-moz-placeholder {
  color: #b5b5b5;
}

body.dark-mode .form-control::placeholder, body.dark-mode .form-select::placeholder {
  color: #b5b5b5;
}

body.dark-mode .codex-authbox {
  background-color: #092823;
}

body.dark-mode .codex-authbox .form-group .form-control:focus ~ .input-group-text {
  border-color: #004437;
}

body.dark-mode .codex-authbox .auth-header h6 {
  color: #b5b5b5;
}

body.dark-mode .codex-authbox .auth-header .codex-brand .light-logo {
  display: none;
}

body.dark-mode .codex-authbox .auth-header .codex-brand .dark-logo {
  display: inline-block;
}

body.dark-mode .codex-authbox .auth-footer .auth-with {
  color: #b5b5b5;
}

body.dark-mode .codex-authbox .auth-footer .login-list li .bg-google {
  color: #fdfdfd;
  box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.07);
}

body.dark-mode .codex-authbox .form-group .input-group .input-group-text {
  border-color: #093c34;
}

body.dark-mode .primary-pagination li a {
  background-color: rgba(26, 182, 157, 0.2);
}

body.dark-mode .language-modal .modal-header {
  border-color: #093c34;
}

body.dark-mode .language-modal .modal-body {
  background-color: #092823;
}

body.dark-mode .language-group .language-list li a {
  border-color: #093c34;
  color: #b5b5b5;
}

body.dark-mode .livechat-bar .livechat-box {
  background-color: #092823;
}

body.dark-mode .livechat-bar .livechat-box .chat-body {
  background-color: #092823;
}

body.dark-mode .livechat-bar .livechat-box .chat-body::before {
  filter: invert(1);
  opacity: 0.2;
}

body.dark-mode .livechat-bar .livechat-box .chat-body .user-chat .chat-contain p {
  background-color: #010403;
}

body.dark-mode .livechat-bar .livechat-box .chat-footer .input-group-text {
  background-color: #010403;
}

body.dark-mode .typing-loader .typedot {
  background-color: rgba(255, 255, 255, 0.6);
}

body.dark-mode .dropdownmenu .dropdownitem-list {
  background-color: #092823;
  box-shadow: 0 0 4px #051815;
}

body.dark-mode .dropdownmenu .dropdownitem-list > li > a {
  color: #fdfdfd;
}

body.dark-mode .dropdownmenu .dropdownitem-list > li + li {
  border-color: #093c34;
}

body.dark-mode .category-header {
  border-color: #093c34;
}

body.dark-mode .category-header .header-contain .contact-action span {
  color: #b5b5b5;
}

body.dark-mode .menu-list li .submenu-list, body.dark-mode .menu-list li .secodnmenu-list {
  background-color: #092823;
}

body.dark-mode .menu-list li .submenu-list li + li {
  border-color: #093c34;
}

body.dark-mode header {
  background-color: #051815;
}

body.dark-mode header .codex-brand .light-logo {
  display: none;
}

body.dark-mode header .codex-brand .dark-logo {
  display: block;
}

body.dark-mode header .nav-iconlist > ul > li a svg {
  color: #fdfdfd;
}

body.dark-mode header .nav-iconlist > ul > li a svg path {
  stroke: #fdfdfd;
}

body.dark-mode header .cart-dropdown {
  background-color: #092823;
  box-shadow: 0 0 3px rgba(5, 24, 21, 0.07);
}

body.dark-mode header .cart-dropdown .dropdown-list li + li {
  border-color: #093c34;
}

body.dark-mode header .cart-dropdown .dropdown-list .media .media-body span del {
  color: #b5b5b5;
}

body.dark-mode header .menu-action span {
  background-color: var(--bs-body-bg);
}

body.dark-mode header .menu-action span::before, body.dark-mode header .menu-action span::after {
  background-color: var(--bs-body-bg);
}

body.dark-mode header .menu-list li .close-menu .menu-brand .dark-logo {
  display: inline-block;
}

body.dark-mode header .menu-list li .close-menu .menu-brand .light-logo {
  display: none;
}

body.dark-mode .category-grid {
  background-color: #092823;
}

body.dark-mode .category-grid.cate-three {
  background-color: #092823;
}

body.dark-mode .course-grid {
  background-color: #092823;
}

body.dark-mode .course-grid.course2 {
  border-color: #092823;
}

body.dark-mode .course-grid .course-detail .teacher-profile .teacher-detail span {
  color: #b5b5b5;
}

body.dark-mode .course-grid .course-detail .course-price del {
  color: #b5b5b5;
}

body.dark-mode .course-grid .course-detail .course-rating .course-review {
  color: #b5b5b5;
}

body.dark-mode .course-grid .course-footer {
  border-color: #093c34;
}

body.dark-mode .course-grid .course-footer ul li {
  color: #b5b5b5;
}

body.dark-mode .course-grid .course-footer ul li i {
  color: #b5b5b5;
}

body.dark-mode .course-grid .course-footer ul li:nth-child(n + 2) {
  border-color: #093c34;
}

body.dark-mode .cdx-sidebar .input-group .input-group-text {
  background-color: #010403 !important;
}

body.dark-mode .cdx-sidebar .filter-list li {
  color: #b5b5b5;
}

body.dark-mode .cdx-sidebar .course-price span {
  color: #fdfdfd;
}

body.dark-mode .cdx-sidebar .courseinfo-list {
  border-color: #093c34;
}

body.dark-mode .cdx-sidebar .courseinfo-list li {
  color: #fdfdfd;
}

body.dark-mode .cdx-sidebar .courseinfo-list li .corse-info {
  color: #b5b5b5;
}

body.dark-mode .cdx-sidebar .courseinfo-list li + li {
  border-color: #093c34;
}

body.dark-mode .cdx-sidebar .contact-list li {
  color: #b5b5b5;
}

body.dark-mode .cdx-sidebar .contact-list li span {
  color: #fdfdfd;
}

body.dark-mode .cdx-sidebar .contact-list li a {
  color: #b5b5b5;
}

body.dark-mode .cdx-sidebar .media .media-body span {
  color: #b5b5b5;
}

body.dark-mode .coursesearch-grid .gridfilter-list li a {
  color: #fdfdfd;
  border-color: #093c34;
}

body.dark-mode .coursetab-detail .nav-tabs .nav-link {
  border-color: #093c34;
  color: #fdfdfd;
}

body.dark-mode .coursetab-detail .course-group .teacher-info .teacher-detail ul.teachermeta-list li {
  color: #b5b5b5;
}

body.dark-mode .team-group .progress-group h4 {
  color: #fdfdfd;
}

body.dark-mode .testi-grid {
  background-color: #092823;
}

body.dark-mode .testi-grid .media .media-body h6 {
  color: #b5b5b5;
}

body.dark-mode .testi-grid.testi-two {
  border-color: #092823;
}

body.dark-mode .whychoose-grid {
  background-color: #092823;
}

body.dark-mode .team-grid {
  background-color: #092823;
}

body.dark-mode .team-grid2 {
  background-color: #092823;
}

body.dark-mode .blog-grid {
  background-color: #092823;
}

body.dark-mode .blog-grid .blog-detail .post-meta {
  border-color: #093c34;
}

body.dark-mode .blog-grid .blog-detail .post-meta li a span {
  color: #b5b5b5;
}

body.dark-mode .blogsingle-detail .blogpost-group .blog-data-list li a {
  color: #b5b5b5;
}

body.dark-mode .blogsingle-detail .blogpost-group h3 {
  border-color: #093c34;
}

body.dark-mode .blogsingle-detail .blockqoute h6::before {
  background-color: #093c34;
}

body.dark-mode .blogsingle-detail .blog-comments .comments-list li .media .media-body span {
  color: #b5b5b5;
}

body.dark-mode .blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li {
  color: #b5b5b5;
}

body.dark-mode .blogsingle-detail .blog-comments .comments-list > li + li {
  border-color: #093c34;
}

body.dark-mode .career-grid {
  background-color: #092823;
}

body.dark-mode .career-grid .career-detail .careerdata-list {
  border-color: #093c34;
}

body.dark-mode .career-grid .career-detail .careerdata-list li span {
  color: #b5b5b5;
}

body.dark-mode .career-group .topic-list li {
  color: #b5b5b5;
}

body.dark-mode .video-btn {
  background-color: #092823;
}

body.dark-mode .video-btn i {
  color: #004437;
}

body.dark-mode .video-banner {
  border-color: #092823;
}

body.dark-mode .video-contain {
  background-color: #092823;
}

body.dark-mode .counter-grid.four {
  background-color: #092823;
}

body.dark-mode .counter-grid.three {
  background-color: #051815;
}

body.dark-mode .discount-upcoming.three {
  background-color: #010403;
}

body.dark-mode .discount-upcoming.three .discount-wrap {
  background-color: #092823;
}

body.dark-mode .discount-upcoming.three .discount-detail h2 {
  color: #fdfdfd;
}

body.dark-mode .pricing-grid {
  background-color: #092823;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

body.dark-mode .pricing-grid .pricing-header {
  border-color: #093c34;
}

body.dark-mode .pricing-grid .pricing-header .pricing-price {
  color: #fdfdfd;
}

body.dark-mode .pricing-grid .pricing-header .pricing-currency {
  color: #fdfdfd;
}

body.dark-mode .pricing-grid .pricing-header .month {
  color: #b5b5b5;
}

body.dark-mode .pricing-grid .pricing-body li {
  color: #b5b5b5;
}

body.dark-mode .cdx-faq .card .card-header {
  background-color: #092823;
}

body.dark-mode .cdx-faq .card .card-header a {
  color: #fdfdfd;
}

body.dark-mode .cdx-faq .card .card-header.active {
  background-color: #004437;
}

body.dark-mode .cdx-faq .card .card-body {
  color: #b5b5b5;
}

body.dark-mode .work-step {
  background-color: #092823;
}

body.dark-mode .work-step h2 {
  color: #fdfdfd;
}

body.dark-mode .cdxshopping-cart .cart-tbl td {
  border-color: #093c34;
  color: #b5b5b5;
}

body.dark-mode .chekout-tbl tr td, body.dark-mode .chekout-tbl tr th {
  border-color: #093c34 !important;
}

body.dark-mode .chekout-tbl tr th {
  color: #fdfdfd;
}

body.dark-mode .chekout-tbl tr td {
  color: #b5b5b5;
}

body.dark-mode .policy-group .terms-list li {
  color: #b5b5b5;
}

body.dark-mode .contact-grid {
  background-color: #092823;
}

body.dark-mode .getin-touch .contact-form {
  background-color: #092823;
}

body.dark-mode .cookie-grid {
  background-color: #092823;
}

body.dark-mode .feathure-grid {
  background-color: #092823;
}

/* Ajuste: elevar header lateral cuando menú móvil abierto */

@media screen and (max-width: 1199px) {
  body.overflow-hidden #main-header {
    z-index: 1300;
  }
}

/* Override: mostrar top-header también en móviles (antes se ocultaba en <=991px) */

@media screen and (max-width: 991px) {
  .top-header {
    display: block;
  }
}

/* Estilos para cards de contadores - Texto verde en modo claro, blanco en modo oscuro */
.counter-grid h2,
.counter-grid p {
  color: rgb(9, 40, 35) !important;
}

[data-bs-theme="dark"] .counter-grid h2,
[data-bs-theme="dark"] .counter-grid p {
  color: #fff !important;
}

/* # sourceMappingURL=style.css.map */

