body {
  margin: 0;
}

h1 {
  font-size: 38px;
  color: #222;
  font-family: "Artifika", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
}

h2 {
  font-size: 28px;
  font-family: "Vollkorn", sans-serif;
  font-weight: 400;
  color: #333;
}

h3 {
  font-size: 20px;
  font-family: "Vollkorn", sans-serif;
  font-weight: 400;
  line-height: 2em;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #0164af;
}

.three-columns a {
  font-family: "Rubik", sans-serif;
}

a:hover {
  color: #23a6ba;
}

h1 a {
  color: unset;
}

h1 a:hover {
  color: unset;
}

header {
  background-color: #11213a;
  position: sticky;
  top: 0;
  z-index: 20;
}

header a {
  color: #ddd;
}

.header-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.logo {
  width: 10%;
  align-items: center;
  display: flex;
  padding-left: 10px;
}

.logo a {
  max-width: 40%;
}

.logo img {
  max-width: 100%;
}

ul {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0 !important;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  padding-right: 10px;
}

.navigation {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: flex-end;
}

.navigation li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation .sub-menu li {
  padding: 0;
  max-width: 330px;
}

.navigation li a:hover {
  color: #fff;
}

.navigation li a.active {
  color: #fff;
}

.navigation .has-sub-menu .sub-menu li a.active {
  color: #112139;
}

.has-sub-menu {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e2e2e2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  list-style: none;
  width: max-content;
  font-size: 14px;
}

#courses-sub-menu {
  left: -400%;
}

.sub-menu li a {
  display: block;
  max-width: 100%;
  padding: 12px;
  line-height: 1.7em;
  color: #112139;
}

.sub-menu li a:hover {
  color: #112139;
}


.sub-menu li:hover {
  background-color: #d6d6d6;
}

#courses-sub-menu li:hover {
  background-color: unset;
}

#courses-sub-menu li ul li:hover {
  background-color: rgba(17, 33, 57, 0.2);
}

.has-sub-menu i {
  font-size: 12px;
  color: #fff;
}

#courses-sub-menu li {
  font-family: "Vollkorn", sans-serif;
  list-style: none;
  font-size: 20px;
  border: 1px solid rgba(17, 33, 57, 0.4);
  width: 280px;
}

#courses-sub-menu li ul li {
  border: none;
}

#courses-sub-menu li ul li a {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  padding: 8px 20px;
}

@media screen and (min-width: 1024px) {
  .has-sub-menu:hover .sub-menu {
    display: flex;
  }
}

.hamburger-icon {
  display: none;
  border: none;
  background-color: transparent;
}

.hamburger-icon .fa-bars,
.hamburger-icon .fa-x {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.hamburger-icon input[type="checkbox"] {
  appearance: none;
}

@media screen and (max-width: 1024px) {
  .menu {
    font-size: 16px;
  }

  .logo a {
    max-width: 100%;
  }

  .logo img {
    height: 50px;
    max-width: none;
  }

  .navigation {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: max-height ease-in-out 0.5s;
    position: absolute;
    background-color: #fff;
    top: 100%;
    align-items: flex-start;
    width: 100%;
    left: 0;
    gap: 0;
  }

  .navigation li {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }

  .navigation li a {
    width: 100%;
    display: block;
    padding: 5px 25px;
    color: #333;
  }

  .has-sub-menu i {
    color: #333;
    margin-right: 10px;
  }

  .navigation li a.active {
    color: #333;
  }

  li:has(.active) {
    background-color: rgb(229, 229, 229);
  }

  .navigation li a:hover {
    border: unset;
  }

  .hamburger-icon {
    display: block;
  }

  .fa-x {
    display: none !important;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .navigation {
    margin-top: 1rem;
    display: flex;
    max-height: 1000px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
    display: none;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
    display: inline-block !important;
  }
}

#top-banner {
  background-image: url(/assets/images/home-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 100%;
  align-items: center;
}

#top-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 80px;
}

#top-banner h2 {
  color: #fff;
  font-size: 36px;
}

@media screen and (max-width: 600px) {
  #top-banner h1 {
    font-size: 40px;
  }

  #top-banner h2 {
    font-size: 30px;
  }
}

.content-parts {
  max-width: 1200px;
  margin: 50px auto;
  text-align: left;
  padding: 0 5%;
}


.content-parts ul li, .content-parts ol li {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 2em;
  margin-left: 50px;
  color: #333;
}

.two-columns {
  display: flex;
}

.two-columns .col-1, .two-columns .col-2 {
  width: 50%;
}

.col-1 .content-images {
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-block-start: 2em;
  margin-inline-end: 2em;
  display: flex;
  justify-content: center;
}

.col-2 .content-images {
  margin-block-end: 0;
  margin-inline-start: 2em;
  margin-block-start: 2em;
  margin-inline-end: 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .content-images {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }
}

.content-images img {
  border-radius: 5px;
  max-width: 100%;
}

strong {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .two-columns {
    flex-direction: column;
    justify-content: center;
  }

  .two-columns .col-1, .two-columns .col-2 {
    width: 100% !important;
  }
}

.two-columns .w-60 {
  width: 60%;
}

.two-columns .w-40 {
  width: 40%;
}

.breadcrumb-bar {
  background: rgb(30, 24, 148);
  background: linear-gradient(90deg, rgba(108, 116, 207, 1) 0%, rgba(95, 89, 175, 1) 35%, rgba(30, 24, 148, 1) 100%); height: 80px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
}

.breadcrumb-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .breadcrumb-box {
    font-size: 10px;
  }
}

@media screen and (max-width: 1220px) {
  .breadcrumb-box nav {
    margin-right: 2%;
  }
}

.breadcrumb-box nav ol {
  display: flex;
  list-style: none;
}

.breadcrumb-box nav ol li a {
  color: #fff;
}

.breadcrumb-box nav ol li a:hover {
  color: #e6e6e6;
}

.breadcrumb-sep::after {
  content: "/";
  margin: 0 6px;
}

blockquote {
  margin: 60px auto;
  border-left: 4px solid #24a6b9;
  max-width: 70%;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  padding: 10px 20px;
  background-color: #f9f9f9;
  line-height: 2em;
  text-align: center;
  color: #333;
}

blockquote span {
  display: block;
  margin-top: 20px;
  font-weight: 700;
}


.col-2 blockquote {
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.col-quote {
  display: flex;
  align-items: center;
}

blockquote ol {
  margin-top: 30px;
  margin-left: 20px;
  padding-inline-start: 0;
}

.two-columns .shadow-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 8px 0 rgba(0, 0, 0, 0.19);
  margin: 20px;
  border-radius: 6px;
  padding: 0 30px 50px 30px;
}

@media screen and (max-width: 1024px) {
  .two-columns .shadow-box {
    max-width: 70%;
    margin: 20px auto;
  }
}

.green-text {
  color: #008000;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  figure.small-image {
    max-width: 50%;
  }
}

footer {
  width: 100%;
  background-color: #11213a;
  border-top: 12px solid #23a6bb;
}

.footer-container {
  padding: 25px 5%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-container h3 {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.footer-container a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-container a:hover {
  color: #fff;
}

.social-media-section {
  display: flex;
  gap: 10px;
}

.social-media-section i {
  font-size: 22px;
  color: #11213a;
}

.social-media-section .social-box {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 6px;
  border-radius: 4px;
  width: 26px;
  height: 26px;
}

.social-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.foundations-section {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.copyright {
  margin: 0 auto;
  background-color: #141517;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 5%;
}

.copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px !important;
  margin: 0 auto;
  max-width: 1200px;
}

.copyright a {
  color: rgba(255, 255, 255, 0.9);
}

.copyright a:hover {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }

  .footer-column p, .copyright p {
    text-align: center;
  }

  .social-media-section, .foundations-section {
    justify-content: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footer-container {
    flex-wrap: wrap;
    padding-left: 5%;
    row-gap: 50px;
  }

  .footer-column {
    width: 50%;
  }

  .copyright {
    padding-left: 5%;
  }
}

.course-box {
  background-color: #f0f0f0;
  padding: 15px 20px;
  border-radius: 7px;
  display: flex;
  margin: 0 auto;
  gap: 50px;
  margin-top: 40px;
  transition: background-color linear 0.3s;
}

.course-box:hover {
  background-color: #ddd;
}

.course-image {
  align-content: center;
}

.course-image img {
  border-radius: 7px;
  max-width: 200px;
}

.course-info {
  width: 100%;
}

.course-info h2 {
  font-family: "Vollkorn", sans-serif;
  font-size: 20px;
}

.course-info .course-cta {
  float: right;
}


@media screen and (max-width: 600px) {
  .course-box {
    flex-direction: column;
    gap: 20px;
  }

  .course-image {
    display: flex;
    justify-content: center;
  }
}


.three-columns {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .three-columns {
    flex-wrap: wrap;
  }
}


.three-columns .col-1, .three-columns .col-2, .three-columns .col-3, .three-columns .col-4, .three-columns .col-5 {
  width: 30%;
  text-align: center;
}

.three-columns .content-images {
  margin: 0 auto;
}

.three-columns .content-images img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 150px;
}

.center-heading {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .three-columns {
    flex-direction: column;
    gap: 30px;
  }

  .three-columns .col-1, .three-columns .col-2, .three-columns .col-3, .three-columns .col-4, .three-columns .col-5 {
    width: 100%;
  }
}

.grid-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  row-gap: 15px;
}

.item-card {
  width: 21%;
  display: flex;
  flex-direction: column;
  background-color: #ededed;
  align-items: center;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid rgb(216, 216, 216);
  text-align: center;
  justify-content: space-between;
}

.item-card p {
  margin-block: 10px;
  color: #222;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .item-card {
    width: 38%;
  }
}

@media screen and (max-width: 600px) {
  .item-card {
    width: 85%;
  }
}

.info-btn {
  border: 1px solid #0157ad;
  border-radius: 50px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  padding: 6px 6px;
  margin: 0 auto;
}

.info-btn:hover {
  background-color: #0157ad;
  color: #fff;
}


.card-img {
  border-radius: 8px;
  filter: brightness(100%);
  transition: filter 0.3s ease-in-out;
  max-height: 200px;
}

.card-img:hover {
  filter: brightness(80%);
}

.product-images {
  margin-block: 2em;
  margin-inline: 0;
  display: flex;
  justify-content: center;
}

.product-images img {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

#twinhearts-quote blockquote {
  border-left: 5px solid #707070;
  padding-left: 20px;
}

#twinhearts-quote {
  display: flex;
  align-items: center;
}


.home-grid-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 20px;
  margin-top: 40px;
}

.home-item-card {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.home-item-card p {
  text-align: left;
}

.home-item-card h3 {
  border-bottom: 3px solid #39a2ab;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .home-item-card {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .home-item-card {
    width: 85%;
  }
}

.cta-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.cta {
  padding: 8px 30px;
  background-color: #23a6ba;
  border: 3px solid #23a6ba;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.cta:hover {
  color: #23a6ba;
  background-color: #fff;
}

#healing-courses-box {
  background-color: #b0eeaf;
  border-radius: 5px;
  padding: 10px 25px;
}

#spirituality-courses-box {
  background-color: #e0b8db;
  border-radius: 5px;
  padding: 10px 25px;
}

#prosperity-courses-box {
  background-color: #eeb2b2;
  border-radius: 5px;
  padding: 10px 25px;
}

#achieving-course-box {
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 10px 25px;
  margin-top: 30px;
}

.course-prerequisite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.course-prerequisite p {
  margin-block: 5px;
  text-align: center;
}

.img-border {
  border: 1px solid rgb(216, 216, 216);
}

@media screen and (max-width: 1024px) {
  .js-mobile-dropdown-button {
    appearance: none;
    background: #fff0;
    border: none;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-sub-menu, .mobile-sub-menu-courses, .mobile-sub-menu-healing, .mobile-sub-menu-prosperity, .mobile-sub-menu-spirituality {
    background-color: #f8f8f8;
    border: none;
    width: 100%;
    font-size: 13px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }
}

@media screen and (max-width: 1024px) {
  .has-sub-menu .desktop-icon {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .js-mobile-dropdown-button i {
    font-size: 18px;
  }
}

.dropdown-box {
  display: none;
}

@media screen and (max-width: 1024px) {
  .dropdown-box {
    display: block;
    width: 10%;
    transition: all ease-in 1s;
  }
}

@media screen and (max-width: 1024px) {
  .sub-menu {
    width: 100%;
    display: none;
  }
}

.is-open {
  max-height: 1000px !important;
}

.mobile-only{
  display: none;
}

@media screen and (max-width: 1024px) {
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none;
  }
}

.center-image{
  display: flex;
  justify-content: center;
}
