
/* =========================================================
   CUSTOM CSS OVERRIDE STYLESHEET
   ========================================================= */
/* Right Header buttons */
.nav-item .btn {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all 0.25s ease;
}

/* Hover */
.nav-item .btn:hover {
    background: #04cbaa;
    border-color: #04cbaa;
    color: #ffffff;
}
/* =========================================================
   GENERAL WRAPPER
   ========================================================= */

/* Remove left/right borders and add subtle shadow */
.t4-wrapper {
  border-left: 0px solid #F4F4F4;
  border-right: 0px solid #F4F4F4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 100vw;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   HEADER / MASTHEAD SPACING
   ========================================================= */

/* Remove top gap between header and hero on mobile */
@media (max-width: 767.98px) {
  #t4-header + #t4-hero > div {
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  #t4-header + #t4-hero {
    margin-top: -80px;
  }
}

@media (max-width: 767.98px) {
  #t4-header + #t4-masthead {
    margin-top: -108px;
  }
}

@media (max-width: 767.98px) {
  #t4-header + #t4-masthead .ja-masthead {
    padding-top: 108px;
  }
}

#t4-header + #t4-masthead .jmodedit {
  top: 20%;
}

@media (max-width: 294px) {
  #t4-header + #t4-masthead {
    margin-top: -160px;
  }
}

@media (max-width: 294px) {
  #t4-header + #t4-masthead .ja-masthead {
    padding-top: 160px;
  }
}

#t4-header + #t4-masthead .jmodedit {
  top: 20%;
}

.ja-masthead .container {
    margin-top: 50px;
}


/* =========================================================
   SECTION PADDING
   ========================================================= */

.section-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

div[id*="t4-section-"],
div[id^="t4-section-"],
div[id*="t4-spotlight-"],
div[id^="t4-spotlight-"] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


/* =========================================================
   HEADER / MAIN NAVIGATION
   ========================================================= */

.t4-navbar-wrap {
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(3px);
  -webkit-background-filter: blur(3px);
}

#t4-header {
  position: relative;
  z-index: 1000;
}

@media (max-width: 1399.98px) {
  #t4-header {
    padding: 0 18px;
  }
}

.t4-header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .t4-header {
    background: rgb(255 255 255 / 0%);
    backdrop-filter: blur(3px);
    -webkit-background-filter: blur(3px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .t4-header-inner {
    border-bottom: none;
  }
}


/* =========================================================
   NAVIGATION LOGO
   ========================================================= */

.navbar-brand img {
  max-height: 200px;
  max-width: 200px;
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    max-height: 100px;
    max-width: 100px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 50px;
    max-width: 50px;
  }
}

/* =========================================================
   FAQ
   ========================================================= */

.tf-accordion-widget--item {
  padding: 10px 15px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease;
}

.tf-accordion-widget--item:hover {
  color: white;
  padding: 12px 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #05a58e;
  background-color: #8569FA;
}

.tf-accordion-widget--item[data-expanded=true] .tf-accordion-widget--item--title {
  z-index: 10;
  border-bottom: 1px solid rgb(0 0 0 / 4%);
}

.tf-accordion-widget--item[data-expanded=true] .tf-accordion-widget--item--title:hover {
  z-index: 10;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.tf-accordion-widget--item[data-expanded=true] {
  background-color: #8569FA;
  color: white;
}

.tf-accordion-widget--item--title p {
  font-family: Barlow;
  font-size: 22px;
}

.tf-accordion-widget--item--content p {
  font-family: Barlow;
  font-size: 18px;
}


/* =========================================================
   GURU PROFILE
   ========================================================= */

.flexbox-dashboard {
  display: flex;
  align-items: flex-start;
  background-color: rgb(240, 248, 255);
  padding-top: 20px;
  padding-bottom: 20px;
}

.flexbox-hello {
  width: 334px;
  height: 195px;
  position: relative;
}

.flexbox-inner {
  width: 334px;
  height: 162px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 0px;
  top: 33px;
  position: absolute;
  background: white;
  box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.hello-text {
  width: 161px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: 22px;
  font-family: Barlow;
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
}

.hello-text2 {
  width: 143px;
  height: 66px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #858585;
  font-size: 12px;
  font-family: Barlow;
  font-weight: 400;
  word-wrap: break-word;
}

.hello-img {
  width: 154px;
  height: 154px;
  left: 170px;
  top: 0px;
  position: absolute;
}

.basic-info {
  width: 50%;
}


/* =========================================================
   CTA — SCHEDULE A MEETING
   ========================================================= */

.acm-cta.style-1 .cta-wrap {
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 108px 36px;
  position: relative;
  text-align: center;
  margin-top: 55px;
}


/* =========================================================
   OFFCANVAS MENU
   ========================================================= */

.c-offcanvas {
  background: #171718;
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .separator {
  background: none;
  color: #E9EDF0;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
  background-color: #171718;
  border-radius: 50%;
  color: #E9EDF0;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 30px;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:hover,
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:focus,
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:active {
  background-color: #525254;
  color: #E9EDF0;
  cursor: pointer;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item,
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
  color: #e9edf08f;
  padding: 0.75rem 0;
  width: auto;
}


/* =========================================================
   GURU PROFILE TABS
   ========================================================= */

.com_guru #guru-component .uk-navbar .uk-navbar-nav a {
  line-height: 1.6;
  height: auto;
  font-weight: 500;
}

div#guru-component .uk-navbar ul li.uk-active a i {
  color: #ffffff;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer-img {
  max-width: 300px;
  height: auto;
  display: block;
}

@media (max-width: 1400px) {
  .footer-img {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .footer-img {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .footer-img {
    width: 150px;
  }
}

@media (max-width: 294px) {
  .footer-img {
    max-width: 100px;
  }
}

.t4-footnav .row {
  justify-content: center;
}

/* Hide Joomla copyright */
.footer2 {
  display: none;
}


/* =========================================================
   MOBILE FOOTER - CENTER EVERYTHING ON MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

  /* Center footer columns */
  #t4-footnav .t4-row {
    justify-content: center;
  }

  #t4-footnav .t4-col {
    text-align: center;
  }

  /* Center logo module */
  #t4-footnav #Mod115,
  #t4-footnav #Mod115 .module-inner,
  #t4-footnav #Mod115 .module-ct,
  #t4-footnav #Mod115 .custom,
  #t4-footnav #Mod115 p {
    text-align: center;
  }

  /* Center logo */
  #t4-footnav #Mod115 .footer-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Center module titles */
  #t4-footnav .module-title {
    text-align: center;
  }

  /* Center Joomla menus */
  #t4-footnav .navbar {
    justify-content: center;
    width: 100%;
  }

  #t4-footnav .navbar-nav {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  #t4-footnav .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
  }

  #t4-footnav .navbar-nav .nav-link {
    text-align: center;
    justify-content: center;
  }

}

/* =========================================================
   SPOTLIGHT
   ========================================================= */

.t4-palette-purple .bg-pattern {
  background-color: #8569FA;
}

.t4-palette-purple {
  background-color: #8569FA;
  color: #ffffff;
}


/* =========================================================
   HERO
   ========================================================= */

/* CTA */

@media (max-width: 1199.98px) {
  .acm-cta.style-1 .cta-wrap {
    padding: 72px 36px;
    margin-top: 50px;
  }
}

/* Video */

#t4-header + #t4-hero > div {
  padding-top: 0px;
}

@media (max-width: 767.98px) {
  #t4-header + #t4-hero {
    margin-top: -80px;
  }
}

.tf-video-embed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 50%
  );
}

/* Hero text */

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text h1,
.hero-text h3 {
  font-family: Barlow;
  color: #fafafa;
}

.hero-title {
  font-size: 60px;
  letter-spacing: 5px;
  font-weight: 700;
  text-shadow: 3px 5px #04cbaa;
  animation: 1s slide-left;
}

@keyframes slide-left {
  from {
    margin-left: -300px;
    opacity: 0%;
  }

  to {
    margin-left: 0px;
    opacity: 100%;
  }
}

.hero-subtitle {
  font-family: Barlow;
  font-weight: 600;
  font-size: 25px;
  text-shadow: 5px 5px 10px #000;
  letter-spacing: 3px;
}

.hero-overlay {
  position: relative;
}

.hero-overlay {
  display: none;
}

.hero-mobile {
  display: none;
}

/* Quote in hero */

.hero-quote {
  position: absolute;
  bottom: 30px;
  right: 10px;
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
}

@media (max-width: 767.98px) {
  .hero-quote {
    display: none;
  }
}

@media (max-width: 665px) {
  .nrf-widget.tf-video.selfhostedvideo.selfhostedvideo1.done {
    display: none;
  }

  .hero-quote {
    display: none;
  }
}

/* =========================================================
   MOBILE HERO
   ========================================================= */

@media (max-width: 665px) {

  /* Hide the desktop video */
  #selfhostedvideo0 {
    display: none !important;
  }

  /* Keep the mobile hero visible */
  .hero-mobile {
    display: block !important;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-top: 0;
  }

  /* Make the image fill the hero */
  .hero-mobile .hero-overlay {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Put the existing text ON TOP of the image */
  #t4-hero > .custom .hero-text {
    display: block !important;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }

  /* Make sure the text is visible */
  .hero-text h1,
  .hero-text h3 {
    color: #fafafa;
  }

}



/* =========================================================
   MOBILE HERO - FULL SCREEN GREEN FILTER
   ========================================================= */

@media (max-width: 665px) {

  .hero-mobile .hero-overlay {
    background: rgba(4, 203, 170, 0.25);
  }

  .hero-mobile .hero-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 203, 170, 0.25);
    z-index: 2;
    pointer-events: none;
  }

  .hero-mobile .hero-overlay img {
    position: relative;
    z-index: 1;
  }

}


/* =========================================================
   MOBILE NAVBAR - SINGLE GLASS LAYER
   ========================================================= */

@media (max-width: 767.98px) {

  .t4-header {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .t4-navbar-wrap {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

}
/* =========================================================
   DIVIDERS
   ========================================================= */

.no-padding .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.t4-section.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

img.divider {
  width: 100vw;
  max-width: 100vw;
  height: 300px;
  max-height: 300px;
  display: block;
}

#regular-divider {
  height: 250px;
}

.divider-container {
  position: relative;
  width: 100vw;
  height: 300px;
  overflow: hidden;
}

.quote1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeIn 1s ease-in forwards;
  color: #faf7f7d4;
  font-family: Barlow;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 6px rgb(112 112 112 / 70%);
  z-index: 1;
  width: 70%;
  pointer-events: none;
}

#quote-sign {
  text-align: right;
  font-size: 26px;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .quote1 {
    font-size: 24px;
  }

  #quote-sign {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .quote1 {
    font-size: 20px;
  }

  #quote-sign {
    font-size: 16px;
  }
}


/* =========================================================
   ABOUT THIS SERIES
   ========================================================= */

.t4-section-inner.container:has(.flex-container) {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0px;
  padding-right: 0px;
}

.flex-container {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
  }
}

.series-header h1 {
  text-align: left;
  font-family: Barlow;
  font-weight: 400;
  font-size: 38px;
  color: #333333;
  padding-bottom: 20px;
}

.about-container-img {
  width: 250px;
  cursor: pointer;
}

.about-container-img,
.about-text {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.about-container-img img {
  width: auto;
  max-height: 400px;
}

.about-text {
  flex: 0 0 70%;
  text-align: left;
  font-size: 18px;
}


/* =========================================================
   SUB MENU
   ========================================================= */

/* Remove max-width restrictions from containers containing the sub-menu */
@media (min-width: 1200px) {
  .container:has(.sub-menu) {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .t4-section-inner.container:has(.sub-menu) {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .t4-section-inner.container:has(.sub-menu) {
    max-width: none;
  }
}

@media (min-width: 567px) {
  .t4-section-inner.container:has(.sub-menu) {
    max-width: none;
  }
}

.navbar:has(.nav.navbar-nav.sub-menu) {
  justify-content: space-evenly;
  width: 100%;
}

.navbar-nav.sub-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0px 10px 0px 10px;
}

.sub-menu {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background-color: #795cec;
}

@media (max-width: 480px) {
  .navbar:has(.sub-menu) {
    .nav-link {
      padding: 0px;
    }
  }
}

.t4-section-inner.container:has(.sub-menu) {
  padding: 0px;
}

.nav.navbar-nav.sub-menu a {
  color: #ffff;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 400;
}

.n
.nav.navbar-nav.sub-menu a:hover {
  color: #e0e0e0;
  font-family: Barlow;
}

@media (max-width: 767.98px) {
  .nav.navbar-nav.sub-menu a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .nav.navbar-nav.sub-menu a {
    font-size: 16px;
  }
}


/* =========================================================
   STATISTICS
   ========================================================= */

.acm-stats.style-1 .stats-list .stats-asset {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  height: 100%;
  margin-right: 36px;
  margin-bottom: 18px;
  width: 132px;
  min-height: 144px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.button-readmore a {
  background-color: #04cbaa;
  font-weight: 600;
  font-size: 16px;
  padding: 0.3125rem 1.25rem;
  border: 1px solid #04cbaa;
  border-radius: 4px;
  display: inline-block;
  color: #F4F4F4;
}

/* Space between login and logout buttons on mobile header */
#off-canvas-left-reveal .nav-link {
    margin-bottom: 8px;
}


/* =========================================================
   WHO WE ARE — ARTICLE STYLING
   ========================================================= */

.com-content-article {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 18px;
  color: #222;
}

.com-content-article h1,
.com-content-article h2,
.com-content-article h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.com-content-article p:first-of-type {
  font-size: 22px;
  font-weight: 300;
  color: #444;
}

.com-content-article img {
  max-width: 280px;
  border-radius: 20px;
  float: right;
  margin: 10px 0 20px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.com-content-article .blockquote {
  font-size: 20px;
  font-style: italic;
  border-left: 4px solid #000;
  padding-left: 20px;
  margin: 30px 0;
  opacity: 0.85;
}


/* =========================================================
   STUDENTS PAGE
   ========================================================= */

.studentsPageCont {
  max-width: 1200px;
}

.gru-panel-teaser,
.uk-panel-teaser,
.uk-cover-background {
  background-position: center 25% !important;
}

.gru-course-item .description_guru,
.guru-mod--courses__item-desc {
  display: none;
}


/* =========================================================
   FAQ 
   ========================================================= */

.tf-accordion-widget--item--title--content p {
  color: #ffffff !important;
}

.tf-accordion-widget--item--content p,
.tf-accordion-widget--item--content p span {
  color: #ffffff !important;
}

.com-content-article__body .tf-accordion-widget {
    width: 100%;
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* =========================================================
   GURU COURSE — BUTTON OVERRIDE
   ========================================================= */

/* Override Guru's height restriction on the "Take This Course" button */
div.guru-content .gru-cover-purchase-btn .btn {
  height: auto !important;
  min-height: 45px;
}


/* =========================================================
   GURU COURSE — MOBILE BUTTON OVERRIDE
   ========================================================= */

/* Remove unwanted spacing between "Close All" buttons on mobile */
@media (max-width: 768px) {
  div#guru-component .uk-button + .uk-button {
    margin-top: 0 !important;
  }
}


/* =========================================================
   STATISTICS — LAST INFOGRAPHIC
   ========================================================= */

/* Increase the height of the final infographic to match the others */
#Mod114 .stats-list > li:nth-child(6) .stats-subject {
  padding-bottom: 28px;
}


/* =========================================================
   GURU COURSE CARDS
   ========================================================= */

/* Hide student information from course cards */
.student-info {
  display: none;
}

/* =========================================================
   CREATE ACCOUNT FORM
   ========================================================= */
/* Hide "Fields" heading on Joomla registration form */
.com-users-registration.registration fieldset:nth-of-type(2) > legend {
    display: none;
}