@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, label, select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
}
/* Remove the stupid outer glow in Webkit */
*:focus {
  outline: 0;
}
* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
b {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
body {
  margin: 0;
  padding: 0;
  background-color: #0b1220;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  min-width: 320px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
section {
  width: 100%;
  margin: 0 0 30px;
}
section .wrap {
  max-width: 1200px;
  position: relative;
}
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-grow: 1;
}
.site-main {
  width: 100%;
}
.site-main .container {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
.btn-outline {
  border: 1px solid #3b82f6;
  /* blue-500 */
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background: transparent;
  transition: color 0.2s, background-color 0.2s;
}
.btn-outline:hover {
  background: #3b82f6;
  color: #fff;
}
.btn-schedule {
  background-color: #4ea8ff;
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 2px black;
  font-weight: 500;
}
.btn-schedule::after {
  display: none;
}
.btn-primary {
  padding: 10px;
  display: flex;
  max-width: fit-content;
  text-align: center;
  border: 1px solid #4ea8ff;
  border-radius: 8px;
  color: #4ea8ff;
}
.btn-secondary {
  background-color: #4ea8ff;
  text-decoration: none;
  color: #0b1220;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.btn-secondary::after {
  display: none;
}
.list-custom li {
  margin-bottom: 10px;
  font-size: 1.1em;
  list-style: none;
  list-style-position: inside;
  position: relative;
  padding-left: 1.8em;
}
.list-custom li:after {
  content: "✔";
  /* el ícono tipo check */
  color: #4ea8ff;
  /* color de tu marca */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
body > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  position: sticky;
  z-index: 100;
  background-color: #0b1220;
  top: 0;
}
body > header .logo {
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  font-size: 1.6em;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
body > header .logo i {
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: center;
  font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
.customize-support nav {
  top: 90px;
  z-index: 9999;
}
header .menu-toggle {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .menu-toggle {
    display: block;
  }
}
header .menu-toggle .ri-menu-line {
  font-size: 1.8em;
  color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 0 6px;
  display: none;
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
@media only screen and (max-width: 1200px) {
  header .menu-toggle .ri-menu-line {
    display: block;
  }
}
header .menu-toggle.open .ri-menu-line {
  background: #FFFFFF;
  color: #0b1220;
}
header nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  header nav {
    /* Overlay menu for desktop: hidden visually (opacity + transform) to allow slide animation */
    position: fixed;
    top: 90px;
    right: 40px;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 240px;
    gap: 0;
    /* Hidden state (keeps element rendered so transform/opacity can animate) */
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    transition: opacity 100ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  header nav.open {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    display: flex;
    z-index: 1000;
    gap: 5px;
    position: absolute;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 480px) {
  header nav.open {
    min-width: calc(100% - 80px);
  }
}
header nav a {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 6px;
  background: transparent;
  position: relative;
  display: inline-block;
}
header nav a.current-menu-item {
  color: #4ea8ff;
  background: #0b1220;
}
@media only screen and (max-width: 1200px) {
  header nav a {
    color: #0b1220;
    background-color: #DDD;
  }
}
header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: transparent;
  transition: width 0.3s ease;
}
header nav a:hover::after, header nav a.current-menu-item::after {
  background-color: #4ea8ff;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  header nav a:hover::after, header nav a.current-menu-item::after {
    display: none;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
.home {
  width: calc(100% - 80px);
  margin: 60px auto;
}
@media only screen and (max-width: 960px) {
  .home {
    width: 100%;
    margin: 30px auto;
  }
}
.home .wrap {
  gap: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .home .wrap {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.home .wrap .buttons-group {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .home .wrap .buttons-group {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    margin-top: 40px;
  }
}
.home .wrap > div {
  flex-grow: 1;
  background-color: color-mix(in srgb, #0b1220 92%, #e6eef8 8%);
  padding: 60px;
  border-radius: 8px;
}
.home .wrap img {
  width: 30%;
  border-radius: 8px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .home .wrap img {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
.courses-page .courses .course-grid {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1200px) {
  .course-single {
    max-width: 100%;
    padding: 0;
  }
}
.course-single .courses .wrap {
  max-width: 100%;
  margin: 0 auto;
}
.course-single .courses .course--single {
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
  .course-single .courses .course--single {
    padding: 1rem;
  }
  .course-single .courses .course--single h1 {
    font-size: 2rem;
  }
}
.course-single .courses .course-header .course-title {
  font-size: 2rem !important;
  margin: 0;
}
.course-single .courses .course-header .course-title h1 {
  font-size: 2rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .course-single .courses .course-header .course-title {
    font-size: 2rem !important;
  }
}
.course-single .courses .course-excerpt {
  margin-top: 0.5rem;
  opacity: 0.85;
  font-size: 1.05rem;
}
.course-single .courses .course-thumb {
  margin: 0;
  width: 100%;
}
.course-single .courses .course-content {
  margin-top: 1rem;
}
.course-single .courses .course-content p {
  margin-bottom: 1rem;
}
.course-single .courses .course-content ul {
  margin-top: 0.5rem;
}
.course-single .courses .course-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.course-single .courses .btn-primary {
  background: #ff6b6b;
  color: #fff;
  padding: 0.7rem 1.4rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.1s ease;
  border: 1px solid #ff4c4c;
}
.course-single .courses .btn-primary:hover {
  background: #f55454;
  transform: translateY(-1px);
}
.course-single .courses .btn-secondary {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.8;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease, opacity 0.2s ease;
}
.course-single .courses .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  opacity: 1;
}
.courses h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .courses h2 {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.courses p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .courses p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.courses .course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columnas iguales */
  grid-template-rows: repeat(2, auto);
  /* 2 filas */
  gap: 20px;
  /* espacio entre cajas */
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .courses .course-grid {
    grid-template-columns: 1fr;
    /* 1 columna en pantallas pequeñas */
  }
}
.courses .course-grid article {
  margin-bottom: 0;
}
.courses .course-grid .course {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: color-mix(in srgb, #0b1220 92%, #e6eef8 8%);
  padding: 20px;
  border-radius: 8px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.courses .course-grid .course .course-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.courses .course-grid .course .course-content .more-link {
  display: none !important;
}
.courses .course-grid .course .course-content p {
  margin: 0;
}
.courses .course-grid .course h3 {
  font-size: 1.6em;
}
.courses .course-grid .course ul {
  margin: 0;
  padding: 0;
}
.courses .course-grid .course ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
  list-style: none;
  position: relative;
  padding-left: 1.6rem;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.courses .course-grid .course ul li:before {
  content: "";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #fff;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  transition: all 0.25s ease;
}
.wp-block-list {
  margin: 10px 0 0 0;
  padding: 0;
}
.wp-block-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  list-style: none;
  position: relative;
  padding-left: 1.6rem;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.wp-block-list li:before {
  content: "";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #fff;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  transition: all 0.25s ease;
}
.view-courses {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.view-courses .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.course-layout .course-title {
  padding: 0;
  margin: 0;
}
.course-layout p {
  margin: 0;
}
.course-layout .course-thumb-img {
  min-width: 100%;
  max-height: 150px;
  border-radius: 8px;
  object-fit: cover;
}
.course-layout .course-info {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
.wrap-video .video-container {
  background: color-mix(in srgb, #0b1220 92%, #e6eef8 8%);
  padding: 20px;
  border-radius: 8px;
  margin: 0 0 30px;
}
.wrap-video h4 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wrap-video h4 {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.wrap-video p {
  font-size: 1.2em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .wrap-video p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/* mediaquery */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
.wrap-cards {
  display: grid;
  gap: 30px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .wrap-cards {
    grid-template-columns: 1fr;
  }
}
.wrap-cards .wrap-card {
  background-color: color-mix(in srgb, #0b1220 92%, #e6eef8 8%);
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap-cards .wrap-card img {
  width: 100%;
  border-radius: 8px;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.wrap-cards .wrap-card h2 {
  font-size: 2em;
}
.wrap-cards .wrap-card p {
  font-size: 1.1em;
  line-height: 1.6;
}
.swiper-pagination-bullet {
  background-color: #FFF !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
/* mediaquery */
article {
  margin-bottom: 60px;
  margin: inherit;
  margin-bottom: 30px;
}
article header {
  position: relative;
  padding: 0;
}
article h1 {
  font-size: 3em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  article h1 {
    font-size: 2.5em;
  }
}
article h3 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  article h3 {
    font-size: 2em;
  }
}
article p {
  font-size: 1.2em;
  margin-bottom: 40px;
}
article .article-meta {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
}
article .article-content {
  line-height: 1.6;
  font-size: 1.1em;
}
article .article-content p {
  margin-bottom: 20px;
}
article .article-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}
article .article-content h2 {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
}
article .article-content a {
  color: #4ea8ff;
  text-decoration: underline;
}
.gallery-page {
  padding: 0 0px 10px;
}
.gallery-page .gallery-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  display: none;
}
@media only screen and (max-width: 768px) {
  .gallery-page .gallery-title {
    display: block;
  }
}
.gallery-page .gallery-intro {
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 2rem;
  max-width: 600px;
}
.gallery-page #cfi-gallery.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.gallery-page .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: zoom-in;
  display: block;
}
.gallery-page .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.gallery-page .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-page .gallery-item:hover img {
  transform: scale(1.05);
  opacity: 0.95;
}
.gallery-page .gallery-item:hover::after {
  opacity: 1;
}
.wpcf7-form {
  max-width: 600px;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #e4e7ed;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #e4e7ed;
  margin-bottom: 0.4rem;
}
.wpcf7-form .wpcf7-form-control {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid #333a47;
  border-radius: 8px;
  background-color: #1b1f29;
  color: #e4e7ed;
  transition: all 0.25s ease;
}
.wpcf7-form .wpcf7-form-control::placeholder {
  color: #8b92a1;
}
.wpcf7-form .wpcf7-form-control:focus {
  border-color: #3e63dd;
  box-shadow: 0 0 0 2px rgba(62, 99, 221, 0.25);
  outline: none;
  background-color: #171a23;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  resize: vertical;
  min-height: 150px;
}
.wpcf7-form .wpcf7-submit {
  background: #3e63dd;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.9rem 1.6rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #6986e5;
  transform: translateY(-1px);
}
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wpcf7-form .wpcf7-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.wpcf7-form .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(90, 209, 139, 0.1);
  border: 1px solid rgba(90, 209, 139, 0.4);
  color: #5ad18b;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-form .wpcf7-response-output.wpcf7-acceptance-missing {
  background: rgba(230, 84, 84, 0.1);
  border: 1px solid rgba(230, 84, 84, 0.4);
  color: #e65454;
}
.wpcf7-form p:last-of-type {
  margin-top: 0.5rem;
}
/* mediaquery */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
.blog-list .wrap {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.blog-post {
  background-color: color-mix(in srgb, #0b1220 92%, #e6eef8 8%);
  padding: 30px;
  border-radius: 8px;
  display: flex;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .blog-post {
    flex-direction: column;
  }
  .blog-post img {
    max-width: 100%;
    max-height: 70px;
  }
}
.blog-post img {
  width: 100%;
  aspect-ratio: 1;
  max-width: 540px;
  min-width: 160px;
  object-fit: cover;
}
.blog-post h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.blog-post .blog-meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 1.5rem;
}
.blog-post p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
/* mediaquery */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.courses h1 {
  font-size: 2rem !important;
}
.courses h3 {
  font-size: 1.5rem !important;
}
h6 {
  font-size: 1em !important;
}
body > footer {
  background: linear-gradient(135deg, #4ea8ff 0%, #ff6b6b 100%);
  color: #15223c;
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  body > footer {
    position: relative;
  }
}
body > footer h1, body > footer h2, body > footer h3, body > footer h4, body > footer h5, body > footer h6 {
  position: relative;
}
body > footer h1::after, body > footer h2::after, body > footer h3::after, body > footer h4::after, body > footer h5::after, body > footer h6::after {
  left: 0;
  width: 40px;
  bottom: 0;
  height: 2px;
  content: "";
  opacity: 0.6;
  position: absolute;
  background: #15223c;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  body > footer h1::after, body > footer h2::after, body > footer h3::after, body > footer h4::after, body > footer h5::after, body > footer h6::after {
    display: none;
  }
}
body > footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 40px;
  gap: 60px;
}
@media only screen and (max-width: 960px) {
  body > footer .footer-inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body > footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 0;
  gap: 15px;
}
body > footer .footer-brand .tagline {
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body > footer .footer-brand {
    align-items: center;
  }
}
@media only screen and (max-width: 960px) {
  body > footer .footer-brand {
    align-items: center;
  }
}
body > footer .footer-brand .logo {
  width: 150px;
  margin-bottom: 15px;
}
body > footer .footer-brand p {
  max-width: 300px;
  font-family: #4ea8ff;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  body > footer .footer-brand p {
    max-width: 100%;
  }
}
body > footer .footer-menus {
  display: flex;
  gap: 40px;
  flex-grow: 1;
  justify-content: space-between;
}
body > footer .footer-menus .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  body > footer .footer-menus .footer-nav {
    align-items: center;
  }
}
@media only screen and (max-width: 960px) {
  body > footer .footer-menus {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .footer-menus {
    flex-direction: column;
    gap: 20px;
    width: fit-content;
    align-items: center;
  }
}
body > footer .footer-menus nav h3 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
body > footer .footer-menus nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > footer .footer-menus nav ul li {
  margin-bottom: 8px;
}
body > footer .footer-menus nav ul li a {
  font-family: "Montserrat", sans-serif;
  color: #15223c;
  text-decoration: none;
}
body > footer .footer-menus nav ul li a:hover {
  text-decoration: underline;
}
body > footer .footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #15223c;
}
body > footer .footer-contact {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  body > footer .footer-contact {
    flex-direction: column;
  }
}
body > footer .footer-contact .footer-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  body > footer .footer-contact .footer-info {
    align-items: center;
  }
}
body > footer .footer-contact .footer-follow {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  body > footer .footer-contact .footer-follow {
    align-items: center;
  }
}
