@font-face {
  font-family: "SourceSansProNew";
  src: url("https://fonts.gstatic.com/s/sourcesanspro/v14/6xKtdSZaM9iE8KbpRA_hA1QNYuDyPw.woff2")
    format("woff2");
}
.academy-page {
  font-family: "Source Sans Pro" !important;
}
.academy-page h1,
.academy-page h2,
.academy-page h3,
.academy-page h4,
.academy-page h5,
.academy-page h6,
.academy-page p,
.academy-page span {
  font-family: "Source Sans Pro" !important;
}

.academy-page h2 {
  font-size: 56px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#main {
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 87px;
}

.w3-margin-left-32 {
  margin-left: 32px;
}

.academy-page .link {
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  color: white;
}

.academy-page .first-link {
  font-size: 30px;
  font-weight: 600;
}

.academy-page .active-link {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 4px;
}

.academy-page .navigation {
  position: relative;
  width: 100%;
  background-color: rgba(151, 99, 246, 1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.academy-page .navigation a:hover,
.academy-page .navigation a:focus,
.academy-page .navigation a:active {
  color: white;
}

.academy-page .container {
  max-width: 1480px;
  margin: 0 auto;
}

.academy-page .accordion-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.academy-page .bg {
  background: url("../images/teachers_hero_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.academy-page .bg-light-gray {
  background: rgba(245, 247, 250, 1);
}

/*w3 utility*/
.w3-font-16 {
  font-size: 16px;
}

.w3-font-32 {
  font-size: 32px;
}

.w3-font-48 {
  font-size: 48px;
}

.w3-font-64 {
  font-size: 64px;
}

.w3-padding-x-large {
  padding-left: 32px;
  padding-right: 32px;
}

.w3-padding-y-large {
  padding-top: 96px;
  padding-bottom: 96px;
}

.w3-padding-y-xl {
  padding-top: 64px;
  padding-bottom: 64px;
}

.w3-text-center {
  text-align: center;
}

/** accordion */
/* Style the buttons that are used to open and close the accordion panel */
.academy-page .accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  font-size: 20px;
  border: none; /* Ensure no border initially */
  text-align: left;
  outline: none;
  width: 100%;
  margin-top: 16px;
  border-radius: 6px; /* Unified radius */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Initial shadow */
}

.academy-page .active,
.academy-page .accordion:hover {
  background-color: white;
  border-bottom-left-radius: 0; /* Setting to 0 for cleaner transition */
  border-bottom-right-radius: 0;
}

.academy-page .accordion:after {
  font-family: "fontawesome";
  content: "\f054"; /* FontAwesome arrow */
  color: rgba(4, 170, 109, 1);
  font-weight: bold;
  float: right;
  font-size: 16px;
  width: 38px;
  height: 38px;
  padding-left: 14px;
  padding-top: 7.5px;
  border-radius: 50%;
  margin-top: -5px;
}

.academy-page .active:after {
  content: "\f078"; /* Change icon */
  color: white;
  background: rgba(4, 170, 109, 1);
  border-radius: 50%;
  padding-left: 11px;
}

.academy-page .panel {
  padding-right: 36px;
  padding-left: 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 6px 6px; /* Bottom radius only */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Apply shadow to the panel */
  border: none; /* No border until active */
}

.academy-page .w3-picture {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative;

  & .p-1-adjusted {
    float: right;
  }
  & .p-2-adjusted {
    float: right;
  }
  & .p-3-adjusted {
    float: left;
  }
  & .p-4-adjusted {
    margin-top: 64px;
    margin-left: 84px;
    max-width: 700px;
    /* float: right; */
  }
  & .p-5-adjusted {
    margin-top: 64px;
    max-width: 350px;
    float: left;
  }
  & .p-6-adjusted {
    /* max-width: 900px; */
    width: 700px;
    float: right;
  }
  & .p-7-adjusted {
    max-width: 500px;
    float: left;
  }
  & .p-8-adjusted {
    margin-top: 18px;
    max-width: 600px;
    width: auto;
  }
  & .p-9-adjusted {
    margin-top: 124px;
    max-width: 500px;
    width: auto;
  }
  & .p-10-adjusted {
    margin-top: 60px;
    width: auto;
    max-width: 450px;
    float: right;
  }
  & .p-11-adjusted {
    margin-top: 18px;
    max-width: 860px;
    width: auto;
  }
}

.w3-margin-auto {
  margin: 0 auto;
}

.w3-margin-top-med {
  margin-top: 48px;
}

.w3-margin-top-large {
  margin-top: 64px;
}

.w3-margin-top-xl {
  margin-top: 128px;
}

.w3-margin-top-neg-large {
  margin-top: calc(-100%);
}

.w3-text-bold-600 {
  font-weight: 600;
}

.w3-text-bold {
  font-weight: 600;
}

.academy-page h2 {
  font-size: 45px;
}

.academy-page p {
  font-size: 18px;
}

.academy-page .mobile-academy p:first-child {
  font-size: 32px;
}

.academy-page .read-more {
  background: rgba(4, 170, 109, 1);
  color: white;
  border-radius: 8px;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;

  &:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
}

.academy-page .student-count {
  margin-right: 10px;
  font-size: 20px;
  color: #6e6e6e;
}

.academy-page .profile-pictures {
  margin-left: 20px;
}

.academy-page .profile-picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -30px;
  border: 2px solid white; /* For white border between overlapping images */
}

.academy-page .text-column,
.image-column {
  width: 50%; /* Each column takes 50% of the container */
  box-sizing: border-box; /* Includes padding inside the width */
}

.academy-page .responsive-image {
  width: 100%; /* Let the image take full width of its column */
  height: auto; /* Maintain the aspect ratio */
}

.academy-page .desktop-section {
  display: block !important;
}

.academy-page .mobile-section {
  display: none !important;
}

.academy-page .heart {
  max-width: 160px;
}

.academy-page .get-started a {
  font-size: 32px;
  cursor: pointer;
  font-weight: 500;
}

.academy-page .get-started a i {
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
}

.academy-page .get-started a:hover {
  color: black;
}

.academy-page .section_7_bg {
  background: rgba(245, 247, 250, 1);
}

.academy-page .circle-sides-bg {
  background: url("../images/teacher_ads_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

/**Cards */
.academy-page .pricing-container {
  margin: 50px auto;
  width: 80%;
}

.academy-page .card {
  display: inline-block;
  width: 380px;
  margin: 10px;
  padding: 20px 20px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  position: relative;
  text-align: left;
}

.academy-page .card.essentials.essentials-d_show_m_hide {
  display: inline-block !important;
}

.academy-page .card.essentials.essentials-d_hide_m_show {
  display: none !important;
}

.academy-page .essentials {
  border: 2px solid #dddddd;
}

.academy-page .full-access {
  background: linear-gradient(to bottom right, #00c853, #673ab7);
  color: white;
  border: none;
}

.academy-page .full-access .note {
  color: #fff;
}

.academy-page .card .title {
  font-size: 24px;
  margin-top: 60px;
  text-align: left;
}

.academy-page .card .title_2 {
  text-align: left;
}

.academy-page .card .price {
  font-size: 36px;
  font-weight: bold;
}

.card.essentials {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 72.5px;
}

.academy-page .card.essentials h2 {
  font-size: 26px;
}

.academy-page .card.essentials h2 span {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}

.academy-page .card.essentials h3 {
  font-size: 24px;
}

.academy-page .card.essentials p {
  font-size: 16px;
}

.academy-page .card.full-access h2 {
  font-size: 28px;
}

.academy-page.card.full-access h3 {
  font-size: 32px;
}

.academy-page .card.full-access h2 span {
  font-size: 36px;
  font-weight: bold;
  color: rgba(256, 256, 256, 1);
}

.academy-page.card.full-access p {
  font-size: 20px;
}

.academy-page.card.full-access ul li {
  font-size: 20px;
}

.academy-page .card ul {
  list-style: none;
  padding: 0;
}

.academy-page .card ul li {
  margin: 10px 0;
  text-align: left;
}

.academy-page .card ul li span {
  margin-left: 16px;
}

.academy-page .card ul li .white_checkmark {
  padding: 8px;
  background: rgba(256, 256, 256, 0.1);
  border-radius: 50%;
}

.academy-page .card ul li .green_checkmark {
  padding: 8px;
  background: rgba(4, 170, 109, 0.1);
  border-radius: 50%;
}

.academy-page .note {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin: 0;
  text-align: left;
}

.academy-page .card.essentials .note {
  font-size: 14px;
}

.academy-page .popular-badge {
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.academy-page .contact-us {
  padding: 10px 40px;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 24px;
  text-decoration: none;
}

.academy-page .contact-us:hover {
  color: black;
  background-color: white;
}

.academy-page .testimonial-container {
  overflow: hidden;
}

.academy-page .testimonial-card {
  display: table;
  width: 30%;
  min-height: 350px;
  background-color: white;
  margin: 1%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  float: left;
  vertical-align: top;
}

.academy-page .testimonial-card .profile {
  margin-bottom: 15px;
  overflow: hidden;
  display: inline-block;
}

.academy-page .testimonial-card img {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  margin-top: 12px;
}

.academy-page .testimonial-card .profile-info {
  display: inline-block;
}

.academy-page .testimonial-section h2 {
  text-align: center;
}

.academy-page .testimonial-card .profile-info h3 {
  font-size: 1.2rem;
  margin: 0;
}

.academy-page .testimonial-card .profile-info .company-name {
  color: #bbb;
}

.academy-page .testimonial-card .testimonial-text {
  margin-bottom: 10px;
}

.academy-page .rating {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: left;
  display: table-row;
}

/** MEDIA QUERIES */
@media screen and (min-width: 1408px) and (max-width: 1600px) {
  .academy-page .w3-picture {
    max-width: 600px;
    width: 100%;
    height: auto;
    position: relative;

    & .p-1-adjusted {
      float: right;
    }
    & .p-2-adjusted {
      float: right;
    }
    & .p-3-adjusted {
      float: left;
    }
    & .p-4-adjusted {
      max-width: 500px;
      float: right;
    }
    & .p-5-adjusted {
      float: left;
    }
    & .p-6-adjusted {
      float: right;
    }
    & .p-7-adjusted {
      float: left;
    }
    & .p-8-adjusted {
      float: none;
    }
  }
}

@media screen and (min-width: 1091px) and (max-width: 1407px) {
  .academy-page .w3-picture {
    max-width: 600px;
    width: 100%;
    height: auto;
    position: relative;

    & .p-1-adjusted {
      float: right;
    }
    & .p-2-adjusted {
      float: right;
    }
    & .p-3-adjusted {
      float: left;
    }
    & .p-4-adjusted {
      max-width: 500px;
      float: right;
    }
    & .p-5-adjusted {
      float: left;
    }
    & .p-6-adjusted {
      float: right;
      width: 550px;
      height: 370px;
    }
    & .p-7-adjusted {
      float: left;
    }
    & .p-8-adjusted {
      width: auto;
    }
  }
}

@media screen and (max-width: 1090px) {
  /* .margin-left-reset-mobile {
    margin-left: 0 !important;
  }

  .margin-top-reset-mobile {
    margin-top: 0 !important;
  }

  .padding-left-reset-mobile {
    padding-left: 0 !important;
  }

  .padding-top-reset-mobile {
    padding-top: 0 !important;
  }
  .academy-page .mobile_margin-reset {
    margin-top: 0;
  } */
  .margin-top-reset-mobile {
    margin-top: 0 !important;
  }
  .padding-top-reset-mobile {
    padding-top: 0 !important;
  }
  .academy-page br {
    display: none;
  }
  /* Style the submit button */
  .academy-page .get-started button {
    width: auto;
  }
  .academy-page .desktop-section {
    display: none !important;
  }

  .academy-page .mobile-section {
    display: block !important;
  }

  .academy-page .card.essentials.essentials-d_show_m_hide {
    display: none !important;
  }

  .academy-page .card.essentials.essentials-d_hide_m_show {
    display: inline-block !important;
  }

  .m-width-30 {
    width: 30%;
  }

  .m-width-50 {
    width: 50%;
  }

  .m-width-70 {
    width: 70%;
  }

  /* .w3-padding-y-xl {
    padding-top: 64px;
    padding-bottom: 64px;
  } */

  .w3-margin-top-neg-large {
    margin-top: -180px;
  }
  .academy-page .w3-half {
    width: 100%;
  }
  .academy-page .w3-picture {
    /* max-width: 500px; */
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;

    & .p-1-adjusted {
      margin-bottom: 32px;
    }
    & .p-2-adjusted {
      margin-top: 0;
      float: none;
    }
    & .p-3-adjusted {
      float: none;
      margin-top: 0;
    }
    & .p-4-adjusted {
      margin: 0 auto;
      margin-top: 32px;
    }
    & .p-5-adjusted {
      float: none;
    }
    & .p-6-adjusted {
      margin: 0 auto;
      margin-top: 32px;
      float: none;
      width: auto;
      max-width: 600px;
    }
    & .p-7-adjusted {
      float: none;
    }
    & .p-8-adjusted {
      float: none;
    }
    & .p-9-adjusted {
      margin-top: 32px;
      float: none;
    }
    & .p-10-adjusted {
      margin-top: 32px;
      float: none;
    }
    & .p-11-adjusted {
      max-width: 300px;
      margin-top: 32px;
      float: none;
    }
  }

  .academy-page .icon-container {
    position: absolute;
    top: 0;
    margin-top: 10%;
    width: fit-content;
    right: 20%;
  }

  .academy-page .heart {
    width: fit-content;
    margin-top: 60px;
  }

  .academy-page .hat {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }

  .academy-page .cert {
    width: fit-content;
    margin-top: 40px;
    margin-left: 35%;
  }

  .academy-page .card.essentials {
    margin-top: 18px;
  }

  .academy-page .mobile-academy p {
    width: 70% !important;
    margin-left: 0 !important;
  }

  .academy-page .mobile-academy h2,
  .mobile-academy .button-container {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .academy-page .testimonial-card {
    width: 48%;
  }

  /* .testimonial-card .profile-info h3 {
    font-size: 0.8rem;
    margin: 0;
  }

  .testimonial-card img {
    width: 40px;
    height: 40px;
  } */
}

@media screen and (max-width: 600px) {
  .w3-padding-y-xl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .margin-left-reset-mobile {
    margin-left: 0 !important;
  }

  .margin-top-reset-mobile {
    margin-top: 0 !important;
  }

  .padding-left-reset-mobile {
    padding-left: 0 !important;
  }

  .padding-top-reset-mobile {
    padding-top: 0 !important;
  }
  .academy-page .text {
    width: 100%;
    font-size: 16px;
  }
  .academy-page h2 {
    font-size: 32px;
  }
  .academy-page .get-started {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .academy-page .accordion span {
    display: inline-block;
    font-size: 18px;
    width: 85%;
  }
  .w3-margin-top-neg-large {
    margin-top: -180px;
  }
  .academy-page .w3-half {
    width: 100%;
  }
  .academy-page .w3-picture {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;

    & .p-1-adjusted {
      margin-top: 32px;
    }
    & .p-2-adjusted {
      margin-top: 48px;
    }
    & .p-3-adjusted {
      float: none;
      margin-top: 0;
    }
    & .p-4-adjusted {
      margin: 0 auto;
      margin-top: 48px;
    }
    & .p-5-adjusted {
      float: none;
      margin-top: 48px;
    }
    & .p-6-adjusted {
      margin: 0 auto;
      margin-top: 32px;
      width: auto;
      max-width: 300px;
    }
    & .p-7-adjusted {
      max-width: 400px;
    }
    & .p-8-adjusted {
      float: none;
    }
    & .p-9-adjusted {
      margin-top: 32px;
      max-width: 300px;
    }
    & .p-10-adjusted {
      margin-top: 32px;
      max-width: 300px;
    }
    & .p-11-adjusted {
      max-width: 200px;
      margin-top: 32px;
      float: none;
    }
  }

  .academy-page .heart img {
    width: 80px;
  }

  .academy-page .heart {
    margin-top: 190px;
  }

  .academy-page .hat img {
    width: 60px;
  }

  .academy-page .hat {
    margin-top: 20px;
    margin-left: -40px;
  }

  .academy-page .cert img {
    width: 50px;
  }

  .academy-page .cert {
    width: fit-content;
    margin-top: 40px;
    margin-left: 35%;
  }

  .academy-page .mobile-academy p:first-child {
    font-size: 24px;
  }

  .academy-page .mobile-academy h2 {
    font-size: 32px;
  }

  .academy-page .mobile-academy br {
    display: none;
  }

  .academy-page .icon-container {
    right: 10%;
  }

  .academy-page .card {
    width: 320px;
    marding: 0 auto;
  }

  .academy-page .contact-us {
    padding: 10px 16px;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
  }
  .academy-page .navigation {
    position: relative;
  }

  .academy-page .navigation a:first-child {
    display: block;
    margin-top: 8px;
  }

  .academy-page .navigation a {
    display: inline-block;
    margin-top: 8px;
  }

  .academy-page .mobile-academy p {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .academy-page .mobile-academy h2,
  .mobile-academy .button-container {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .academy-page .testimonial-card {
    width: 100%;
  }
}

/* @media (max-width: 768px) {
    .testimonial-card {
        width: 48%;
        margin: 1%;
    }
} */

@media screen and (max-width: 430px) {
  .academy-page .mobile-academy p {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .academy-page .mobile-academy h2,
  .mobile-academy .button-container {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .academy-page p {
    font-size: 16px;
  }
}

#user-profile-bottom-wrapper {
  display: none;
}

.academy-page .w3-academy-heading {
  font-size: 40px !important;
  font-weight: 600;
  line-height: 52px;
  font-family: "Source Sans Pro", sans-serif;
}

.academy-page .w3-academy-subcopy {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 27px;
  font-family: "Source Sans Pro", sans-serif;
}

/**Bravo form*/
@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2)
      format("woff2"),
    url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff)
      format("woff");
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2)
      format("woff2"),
    url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff)
      format("woff");
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2)
      format("woff2"),
    url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff)
      format("woff");
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container a {
  text-decoration: underline;
  color: #2bb2fc;
}

.field {
  width: 50% !important;
}

#ORGANIZATION_TYPE option {
  color: #000;
}

@media screen and (max-width: 480px) {
  .field {
    width: 100% !important;
  }
}

/** Dark mode */

body.darkpagetheme .academy-page h2 {
  color: white !important;
}

body.darkpagetheme .academy-page .boolean_girl {
  background: rgba(45, 55, 72, 1) !important;
}

body.darkpagetheme .academy-page .accordion, body.darkpagetheme .academy-page .panel {
  color: white !important;
  background: rgba(45, 55, 72, 1) !important;
}

/* When darkpagetheme class is on the body, switch the image */
body.darkpagetheme .academy-page .w3-picture.p-2-adjusted {
  content: url("../images/teachers_1_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-3-adjusted {
  content: url("../images/teachers_2_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-4-adjusted {
  content: url("../images/teachers_3_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-5-adjusted {
  content: url("../images/teachers_4_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-6-adjusted {
  content: url("../images/teachers_5_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-7-adjusted {
  content: url("../images/teachers_6_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-8-adjusted {
  content: url("../images/teachers_7_darkmode.png") !important;
  margin-top: 18px !important;
  max-width: 100px !important;
  width: auto !important;
}
body.darkpagetheme .academy-page .w3-picture.p-9-adjusted {
  content: url("../images/teachers_8_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-10-adjusted {
  content: url("../images/certificate_illustration_darkmode.png") !important;
}
body.darkpagetheme .academy-page .w3-picture.p-11-adjusted {
  content: url("../images/teachers_10_darkmode.png") !important;
}
body.darkpagetheme .academy-page .section_7_bg .mobile-section .w3-picture.p-11-adjusted {
  content: url("../images/teachers_10_mobile_darkmode.png") !important;
}

   body.darkpagetheme .academy-page .bg {
    background: url("../images/hero_teachers_bg_darkmode.svg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  body.darkpagetheme .academy-page .circle-sides-bg {
    background: url("../images/teachers_get_started_bg_darkmode.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  body.darkpagetheme .academy-page .section_7_bg {
    background: rgba(45, 55, 72, 1) !important;
  }
  body.darkpagetheme .academy-page .navigation {
    background: rgba(151, 99, 246, 1) !important;
  }
  body.darkpagetheme .academy-page .navigation a {
    color: white !important;
  }
  body.darkpagetheme .academy-page .testimonial-card {
    background: rgba(45, 55, 72, 1) !important;
  }
  body.darkpagetheme .academy-page .pricing-container .color_darkmode {
    color: rgba(255, 255, 255, 1) !important;
  }
  body.darkpagetheme .academy-page .pricing-container  a.contact-us {
    border-color: rgba(255, 255, 255, 1) !important;
  }
  