/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

:root {
  --dark-blue: #011e3d;
  --blue: #0c274a;
  --light-blue: #153861;
  --yellow: #f6d04e;
  --grey: #ebebeb;
  --red: #ef4444;
  --off-white: #e2e6ef;

  --font-primary: "futura-pt", sans-serif;
  --font-bold: "futura-pt-bold", sans-serif;
  --p-size: 16px;
}

body {
  font-family: "futura-pt", sans-serif;
}

p {
  font-size: 16px;
}

li {
  font-size: 16px;
}

/* Update common 14px fonts to 15px for better readability */
.avia-tooltip,
.avia-button,
.menu-item,
.widget,
.footer-content,
.iconbox_content_container,
.course-tag,
.course-meta span,
.form-row label,
.woocommerce-form-row label,
.comment-meta,
.post-meta-infos,
.sidebar .widget,
.avia-testimonial-meta,
.pricing-table-wrap,
.flex_column p,
.textblock p {
  font-size: 16px !important;
}

.special_amp {
  font: inherit !important;
}

.image-overlay .image-overlay-inside:before {
  display: none;
}

/* Cart- Košik dropdown schovať */

.cart_dropdown {
  display: none;
}

/* Mobile menu item border color */
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
  border-color: var(--light-blue);
}

/* Below hero section - larger icons and text */
.below-hero-section .iconbox_icon {
  font-size: 35px !important;
  width: 35px !important;
  height: 35px !important;
}

.below-hero-section .iconbox_icon svg {
  width: 35px !important;
  height: 35px !important;
  margin-top: 0 !important;
}

.below-hero-section .iconbox_content_container {
  font-size: 16px !important;
  margin-top: 15px !important;
}

/* Secure discreet column spacing */
.secure-discreet-col {
  margin-top: 20px;
}

/* Mobile - smaller icons */
@media only screen and (max-width: 767px) {
  .below-hero-section .iconbox_icon {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .below-hero-section .iconbox_icon svg {
    width: 28px !important;
    height: 28px !important;
  }
}

/* scroll top button */

#scroll-top-link {
  border: 1px solid var(--yellow) !important;
}
#scroll-top-link svg path {
  fill: var(--yellow);
}

#scroll-top-link:hover {
  border: 1px solid #fff !important;
  background-color: var(--light-blue) !important;
}

#scroll-top-link:hover svg path {
  fill: #fff !important;
}

/* Enfold Header Styles - do not modify */

/* Header */
.responsive #top #header,
.responsive #top #header #header_meta,
.responsive #top #header #menu-item-search a,
.responsive #top #header a.cart_dropdown_link,
.responsive #top #header #header_main nav .social_bookmarks,
.responsive #top #header #header_main .inner-container .logo,
.responsive #top #header #header_main .inner-container .main_menu,
.responsive #top #header #header_main .inner-container .widget,
#top #header #header_main .container.av-logo-container .inner-container {
  display: flex;
  position: relative;
}

.responsive #top #header #header_meta {
  flex-basis: 100%;
}

#top #header #header_main .container.av-logo-container {
  height: 110px;
}

#top #header #header_main .container.av-logo-container .inner-container {
  height: inherit;
  position: relative !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.responsive #top #header {
  flex-wrap: wrap;
}

.responsive #top #header #header_main {
  flex-basis: 100%;
}

.responsive.html_header_transparency #top #wrap_all #header {
  position: absolute;
}

.responsive #top #main {
  padding-top: 0px;
}

.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header {
  position: fixed;
  border-bottom: 2px solid var(--blue) !important;
}

.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main {
  padding-top: 110px !important;
}

@media only screen and (max-width: 989px) {
  .html_header_sticky:not(.html_header_transparency) #top #wrap_all #main {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .html_header_sticky:not(.html_header_transparency) #top #wrap_all #main {
    padding-top: 80px !important;
  }
}

.responsive #top #header #header_main .inner-container .logo {
  order: 0;
  flex-basis: auto;
  min-width: 100px;
  max-width: 180px;
  z-index: 9;
}

.logo svg {
  width: 150px !important;
}

.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img,
.responsive #top #header .logo svg {
  width: auto;
  height: auto;
  max-height: 100px;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.responsive #top #header .logo span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.responsive #top #header #header_main .inner-container .main_menu {
  order: 0;
  flex-basis: auto;
  align-items: center;
  align-self: center;
  margin: 0 auto;
}

#header .av-main-nav {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1000px) {
  #top #header .av-main-nav > li.menu-item {
    display: none !important;
  }
  #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block !important;
  }
  .responsive #top #header #header_main .inner-container .main_menu {
    order: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .responsive #top .av-logo-container .avia-menu {
    display: flex !important;
    align-items: center;
  }
}

#header li .avia_mega_div,
#header li:hover .avia_mega_div {
  right: 0 !important; /* submenu position */
  left: auto !important; /* submenu position */
  max-width: 50vw;
}

.responsive #top #header #header_main .inner-container .widget {
  order: 0;
  flex-basis: auto;
  padding: unset;
  clear: none !important;

  align-self: center;
  align-items: center;
  z-index: 1;
}

.responsive #top #header #header_main .inner-container .widget > div {
  width: 100%;
  line-height: 1.4;
  padding: 0 10px;
}

.responsive #top #header #header_main nav .social_bookmarks {
  display: flex;
  top: auto;
  margin-top: 0;
  align-items: center;
}

#top .av-logo-container .social_bookmarks li {
  height: inherit;
}

#top #header #header_main #menu-item-shop a.cart_dropdown_link {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .responsive #top #menu-item-shop.cart_dropdown {
    display: flex;
    align-items: center;
  }
  .cart_dropdown .dropdown_widget .avia-arrow {
    display: none;
  }
}

/*
==========================================================================
LUSOLE HEADER
==========================================================================
*/

.header_color .header_bg {
  background-color: var(--dark-blue);
}

.header_color .main_menu ul:first-child > li.current-menu-item > a {
  color: var(--yellow);
}

.header_color .main_menu ul:first-child > li > a {
  color: #fff;
}

.header_color .main_menu ul:first-child > li > a:hover {
  color: var(--yellow) !important;
}

.av-main-nav > li > a {
  font-weight: 500;
  font-size: 14px;
}

/*
==========================================================================
LUSOLE BURGER MENU
==========================================================================
*/

.html_av-overlay-side
  #top
  #wrap_all
  .av-burger-overlay-scroll
  #av-burger-menu-ul
  a {
  color: #fff !important;
}

.html_av-overlay-side
  #top
  #wrap_all
  .av-burger-overlay-scroll
  #av-burger-menu-ul
  .current_page_item
  a {
  color: var(--yellow) !important;
}

.html_av-overlay-side
  #top
  #wrap_all
  div
  .av-burger-overlay-scroll
  #av-burger-menu-ul
  a:hover {
  background-color: var(--blue) !important;
}

/*
==========================================================================
LUSOLE HOME
==========================================================================
*/

.home-hero-section {
  background-size: cover !important;
}

.home-hero-section .flex_column {
  padding-right: 40%;
}

.home-hero-section .av-special-heading-h1 .av-special-heading-tag {
  color: #fff;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-hero-section .av-special-heading .av-subheading_below p {
  color: var(--off-white);
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 22px !important;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
}
.home-hero-section .avia_textblock {
  color: var(--off-white);
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
}
.home-hero-section .av-special-heading-h1 .heading-highlight {
  color: var(--yellow, #f6d04e);
}
.home-hero-section .avia-button.avia-size-medium {
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--dark-blue, #011e3d) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-transform: none !important;
  border-radius: 0 !important;
  border: 2px solid var(--yellow) !important;
  height: 57px !important;
  width: 218px !important;
  padding: 18px 39px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.home-hero-section .avia-button.avia-size-medium:hover {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}

.home-hero-section .avia-button.avia-size-small {
  background-color: var(--light-blue, #153861) !important;
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-transform: none !important;
  border-radius: 0 !important;
  border: 2px solid var(--light-blue) !important;
  height: 57px !important;
  width: 218px !important;
  padding: 18px 39px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.home-hero-section .avia-button.avia-button:hover {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
.home-hero-section .avia-animated-number {
  text-align: center;
}
.home-hero-section .avia-animated-number .heading.avia-animated-number-title {
  color: var(--yellow, #f6d04e);
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 22px;
  font-weight: 500;
}
.home-hero-section .avia-animated-number .avia-animated-number-content p {
  color: #b0b8c8;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.home-hero-section .avia-animated-number .avia-animated-number-icon svg {
  filter: brightness(0) saturate(100%) invert(85%) sepia(91%) saturate(492%)
    hue-rotate(324deg) brightness(101%) contrast(93%);
}

@media only screen and (max-width: 989px) {
  .home-hero-section {
    background-position: 50% 0 !important;
  }
  .home-hero-section .flex_column {
    padding-right: 20%;
  }
  .home-hero-section .av-special-heading-h1 .av-special-heading-tag {
    font-size: 60px;
    line-height: 1.1;
  }
  .home-hero-section .av-special-heading .av-subheading_below p {
    font-size: 20px !important;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-section .flex_column {
    padding-right: 0;
  }
  .home-hero-section .av-special-heading-h1 .av-special-heading-tag {
    font-size: 42px;
  }
  .home-hero-section .av-special-heading .av-subheading_below p {
    font-size: 18px !important;
  }
  .home-hero-section .avia_textblock {
    font-size: 16px;
    line-height: 1.7;
  }
  .home-hero-section .avia-buttonrow {
    text-align: center;
  }
  .home-hero-section .avia-buttonrow .avia-button {
    display: block !important;
    margin: 0 auto 15px auto !important;
  }
}

@media only screen and (max-width: 522px) {
  .home-hero-section .avia-button.avia-size-medium {
    margin-bottom: 10px !important;
  }
  .stats-container {
    padding: 10px 0;
  }
  .home-hero-section .stats-container {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 360px) {
  .home-hero-section .stats-container {
    gap: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .home-hero-section .stats-container .stat-number {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .home-hero-section .stats-container .stat-label {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
}

.home-hero-section .flex_column_table {
  display: inline-flex;
  width: auto !important;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 50px !important;
  padding: 0;
  float: none !important;
}

.home-hero-section .flex_column_table_cell {
  flex-grow: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: block !important;
  float: none !important;
}

.home-hero-section .av-flex-placeholder {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-hero-section .flex_column_table {
    display: flex !important;
    width: 100% !important;
    justify-content: space-around;
    gap: 20px;
  }
}

/* --- General Button Styles --- */

.avia-button.avia-size-small {
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--dark-blue, #011e3d) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif) !important;
  font-weight: 500 !important;
  padding: 12px 24px !important;
  border-radius: 0 !important;
  border: 2px solid var(--yellow) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.avia-button.avia-size-small:hover {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.avia-button.avia-size-medium {
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--dark-blue, #011e3d) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif) !important;
  font-weight: 500 !important;
  padding: 16px 32px !important;
  border-radius: 0 !important;
  border: 2px solid var(--yellow) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.avia-button.avia-size-medium:hover {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.avia-button.avia-size-large {
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--dark-blue, #011e3d) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif) !important;
  font-weight: 500 !important;
  padding: 19px 39px !important;
  border-radius: 0 !important;
  border: 2px solid var(--yellow) !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.avia-button.avia-size-large:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.header-buttons a {
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--dark-blue, #011e3d) !important;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  padding: 8px 16px !important;
  border-radius: 0 !important;
  border: 1px solid var(--yellow) !important;
  font-size: 14px !important;
  text-decoration: none;
  display: inline-block;
}

.header-buttons a:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.av-special-heading-h2 {
  text-align: left;
  margin-bottom: 15px;
}

.av-special-heading-h2 .av-special-heading-tag {
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #ffffff !important;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.av-special-heading-h2 .av-subheading_below p {
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: var(--off-white);
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.home-faq-section .av-special-heading-h2,
.home-faq-section .av-special-heading-h2 .av-subheading_below p {
  text-align: center;
}

.why-choose-section {
  background-color: var(--blue, #0c274a) !important;
  padding: 75px 0 !important;
}

.why-choose-section .avia-icon-list-container .avia-icon-list > li {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 40px;
}

.why-choose-section .iconlist_icon {
  flex-shrink: 0;
  margin: 0 !important;
  background: transparent !important;
  width: 20px;
  height: 20px;
}

.why-choose-section .iconlist_icon .av-icon-char {
  color: #ffffff !important;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.why-choose-section .av_iconlist_title {
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin: 0 10px 0 0;
  display: block;
  max-width: 120px;
}

.why-choose-section .iconlist_content {
  flex: 1;
  display: inline;
}

.why-choose-section .iconlist_content p {
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  color: #b0b8c8;
  font-size: 14px;
  margin: 0;
  display: inline;
}

.why-choose-section .avia-icon-list > li .iconlist_content_wrap {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.home-faq-section-2 {
}

/*
==========================================================================
LUSOLE - CUSTOM TESTIMONIAL SLIDER
==========================================================================
*/

.why-choose-section .avia-testimonial-wrapper {
  background-color: var(--dark-blue);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-section .avia-slideshow-arrows {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.why-choose-section .avia-slideshow-arrows a {
  color: var(--yellow) !important;
  pointer-events: auto;
  opacity: 1 !important;
  position: relative !important;
}

.why-choose-section .avia-slideshow-arrows a svg path {
  fill: var(--yellow) !important;
}

.why-choose-section .avia-testimonial {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.why-choose-section .avia-testimonial-content {
  order: 1;
  background: none;
  border: none;
  color: #ffffff;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  text-align: left;
}

.why-choose-section .avia-testimonial-meta {
  order: 2;
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.why-choose-section .avia-testimonial-name {
  color: var(--yellow) !important;
  font-family: "Futura", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0 !important;
}

.why-choose-section .avia-testimonial-subtitle {
  color: #b0b8c8;
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.why-choose-section .avia-testimonial::after {
  order: 3;
  content: "★★★★★";
  color: var(--yellow);
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.why-choose-section .avia-testimonial-arrow-wrap {
  display: none !important;
}

.why-choose-section .avia-testimonial-wrapper::after {
  display: none !important;
}

#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
  padding: 0px 50px;
}

.below-hero-section .entry-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.below-hero-section .flex_column.av_one_third {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.below-hero-section .iconbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.below-hero-section .iconbox_icon {
  margin: 0;
}


.below-hero-section .iconbox_content_title {
  color: #ffffff !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .below-hero-section .entry-content-wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    padding: 0 20px;
  }
  .below-hero-section .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.home-explore-section .av-special-heading-h2 .av-special-heading-tag {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0 !important;
  line-height: 1.3;
  white-space: normal;
}

.home-explore-section .av-special-heading-h2 .av-subheading_below p {
  position: relative;
  align-self: stretch;
  height: 30.72px;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: var(--off-white);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.home-explore-section .av_one_full:last-child {
  align-items: center;
  gap: 32px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-explore-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 30px;
  border: 2px solid var(--blue) !important;
}

.home-explore-box:hover {
  border: 2px solid var(--yellow) !important;
  background-color: #192f3c !important;
}

.home-explore-box.highlighted {
  background-color: #f4c42f1a;
  border: 2px solid var(--yellow, #f6d04e);
}

.home-explore-box .avia-image-container img {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

.home-explore-box .av-special-heading-h3 {
  margin-top: 20px;
}

.home-explore-box .av-special-heading-h3 .av-special-heading-tag {
  position: relative;
  align-self: stretch;
  height: 38.39px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 38px;
  white-space: nowrap;
}

.home-explore-box p {
  position: relative;
  align-self: stretch;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #b0b8c8 !important;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.3px !important;
}

.home-explore-box .explore-course-desc {
  display: block;
  width: 100%;
}

.home-explore-box .explore-course-desc p {
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #b0b8c8;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

.home-explore-box .explore-meta-row {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 14px;
  color: #b0b8c8;
}

.home-explore-box .avia-button {
  box-sizing: border-box;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 45px;
  background-color: var(--yellow, #f6d04e) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
}

.home-meet-instructors {
  background-color: var(--blue, #0c274a) !important;
  padding: 50px 0 !important;
}

.home-meet-instructors .av-special-heading-h2 .av-special-heading-tag {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: normal;
}

.home-meet-instructors .av-special-heading-h2 .av-subheading_below p {
  position: relative;
  align-self: stretch;
  height: 30.72px;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: var(--off-white);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.home-meet-instructors .av_one_half {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  align-self: stretch;
}

.home-instructors-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 50px 35px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--light-blue, #153861);
}

.home-instructors-box .avia-image-container {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 0;
}

.home-instructors-box .avia-image-container img {
  object-fit: cover;
}

.home-instructors-box .monika-joey img {
  width: 224px;
  height: auto;
}

.home-instructors-box .barbara img {
  width: 100px;
  height: auto;
}

.home-instructors-box .av-special-heading-h3 {
  margin-top: 18px !important;
}

.home-instructors-box .av-special-heading-h3 .av-special-heading-tag {
  position: relative;
  align-self: stretch;
  height: 33.27px;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
  margin-bottom: 15px;
}

.home-instructors-box .av-special-heading-h3 .av-subheading_below p {
  position: relative;
  height: 25.59px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: var(--off-white) !important;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.home-instructors-box p {
  position: relative;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: var(--off-white) !important;
  font-size: 14px;
  text-align: center !important;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 10px 0;
}

.home-instructors-box .special_amp {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}

.home-hero-section .stats-container {
  display: flex;
  justify-content: flex-start;
  gap: 45px;
  margin-top: 50px;
  text-align: left;
}
.home-hero-section .stat-item {
  text-align: left;
}

.home-instructors-box .stats-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
  width: 100%;
}
.home-instructors-box .stat-item {
  text-align: center;
  min-width: 60px;
}
.home-instructors-box .stat-number {
  font-size: 18px !important;
  line-height: 1.3 !important;
}
.home-instructors-box .stat-label {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.stats-container {
  padding: 20px 0;
}
.stat-item {
  min-width: 80px;
}
.stat-number {
  color: #f6d04e;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
}
.stat-label {
  color: #b0b8c8;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;
}

.tags-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  width: 100%;
}

.tag-item {
  background: #f6d04e;
  color: #000;
  padding: 6px 18px;
  border-radius: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.tags-container .tag-item:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}

.home-instructors-box.doctor-box {
  position: relative;
}

.home-instructors-box.doctor-box .instructor-avatar {
  position: relative;
  width: 100px;
  height: 100px;
  background-image: url(./img/container-gradient.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home-instructors-box.doctor-box .instructor-name {
  position: relative;
  width: fit-content;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.instructor-tags-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.instructor-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 11px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--yellow, #f6d04e);
  border-radius: 15px;
}

.instructor-tag .tag-text {
  font-family: "Futura Lt BT-Light", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.instructor-tag.wide {
  padding: 6px 18px;
}

.instructor-tag.experience {
  padding: 6px 12px;
}

.home-reviews {
  background-color: var(--dark-blue, #011e3d) !important;
  padding: 0 !important;
}

.home-reviews .flex_column_table {
  margin-top: 2% !important;
}

.home-reviews .av-special-heading-h2 .av-special-heading-tag {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "futura-pt", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3;
}

.home-reviews .av-special-heading-h2 .av-subheading_below p {
  position: relative;
  align-self: stretch;
  height: 30.72px;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: var(--off-white);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}

.review-card {
  padding: 30px 25px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

  max-width: 450px;
  min-height: 270px;
}

.review-card .review-stars {
  color: var(--yellow); /* Using theme variable */
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.review-card .review-text {
  color: #ffffff; /* White is standard, no variable needed unless you have one */
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.review-card .review-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto; /* Pushes author to the bottom */
}

.review-card .author-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--yellow); /* Using theme variable */
  color: var(--dark-blue); /* Using theme variable for best contrast */

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
}

.review-card .author-info {
  display: flex;
  flex-direction: column;
}

.review-card .author-name {
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.review-card .author-title {
  color: var(--yellow); /* Using theme variable */
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.home-faq-section {
  background-color: var(--blue, #0c274a) !important;
  padding: 50px 0 !important;
}

.home-faq-section .av-special-heading-h2 .av-special-heading-tag {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: normal;
  text-align: left;
}

.home-faq-section .av-special-heading-h2 .av-subheading_below p {
  position: relative;
  align-self: stretch;
  height: 30.72px;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: var(--off-white);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.home-faq-section .togglecontainer {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  max-width: none;
  margin: 0;
}

.av-minimal-toggle .single_toggle {
  margin: 0;
}

.home-faq-section .single_toggle {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--light-blue, #153861) !important;
  margin-bottom: 1px;
  border-radius: 0;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 20px;
}

.home-faq-section .toggler {
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px;
  background-color: var(--light-blue, #153861) !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #143e6f;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "futura-pt", Helvetica;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
  border: none !important;
  margin: 0;
}

.home-faq-section .av_toggle_section {
  width: 100%;
}

.home-faq-section .toggle_icon {
  position: relative;
  width: 25px;
  margin-top: -1px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: var(--yellow, #f6d04e);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38px;
  white-space: nowrap;
}

.home-faq-section .toggle_wrap {
  display: none;
  align-items: center;
  gap: 417px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--light-blue, #153861) !important;
}

.home-faq-section .toggle_wrap {
  scroll-margin-top: 0 !important;
}

.home-faq-section .toggle_content {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "futura-pt", Helvetica;
  font-weight: 400;
  color: #e8e8e8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  display: flex;
}

.home-faq-section .toggle_content p {
  color: #e8e8e8;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.home-faq-section .toggler.activeTitle + .toggle_wrap {
  border-top: none;
  padding-top: 20px;
}

.home-faq-section .toggle_icon .vert_icon,
.home-faq-section .toggle_icon .hor_icon {
  background-color: var(--yellow, #f6d04e) !important;
}

.home-faq-section .single_toggle,
.home-faq-section .single_toggle .toggler,
.home-faq-section .single_toggle .toggle_wrap,
.home-faq-section .single_toggle .toggle_content {
  background: var(--light-blue, #153861) !important;
  background-color: var(--light-blue, #153861) !important;
}

.home-faq-section .single_toggle * {
  background: transparent !important;
}

.home-faq-section .single_toggle .toggler,
.home-faq-section .single_toggle .toggle_wrap {
  background: var(--light-blue, #153861) !important;
  background-color: var(--light-blue, #153861) !important;
}

/****. NEW ACCORDION ********/

.home-faq-section-new .toggler {
  font-family: "futura-pt", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  padding: 16px 20px;
  cursor: pointer;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--light-blue) !important;
  border-bottom: 1px solid #153f70 !important;
}

.home-faq-section-new .toggler:hover {
  opacity: 0.9;
}

.home-faq-section-new .toggle_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue, #153861);
  position: relative;
  margin-top: 2px;
}

.home-faq-section-new .toggle_icon span.vert_icon,
.home-faq-section-new .toggle_icon span.hor_icon {
  background-color: #fff;
  display: block;
  position: absolute;
}

.home-faq-section-new .toggle_icon span.vert_icon {
  border-color: var(--yellow) !important;
}

.home-faq-section-new .toggle_icon span.hor_icon {
  border-color: var(--yellow) !important;
}

.home-faq-section-new .toggle_content {
  font-family: "futura-pt", sans-serif;
  color: #e8e8e8;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
  background-color: var(--light-blue, #153861);
  padding: 24px 40px 24px 20px !important;
  margin: 0 0 !important;
}

.home-faq-section-new .toggle_content p {
  margin: 0 !important;
}

.home-faq-section-new .togglecontainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*************/

.cta-box-explore .content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-box-explore {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 40px;
  position: relative;
  background-image: url(./img/frame-1.png);
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
}

.cta-box-explore .av-section-color-overlay {
  background-color: rgba(1, 30, 61, 0.7);
  opacity: 1;
}

.cta-box-inner {
  padding: 80px 65px;
}

.cta-box-explore .av-special-heading-h2 .av-special-heading-tag {
  position: relative;
  margin-top: -1px;
  font-family: "futura-pt-bold", sans-sherif;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

.cta-box-explore .av-special-heading-h2 .av-subheading_below p {
  position: relative;
  font-family: "futura-pt", sans-sherif;
  font-weight: 500;
  color: #e8e8e8 !important;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

.cta-box-explore .av_textblock {
  justify-content: center;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.cta-box-explore .av_textblock p {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-box-explore .av_textblock strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0px;
  position: relative;
  flex: 0 0 auto;
  color: #ffffff !important;
  font-family: "futura-pt-bold", sans-sherif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.cta-box-explore .av_textblock strong::before {
  content: "✓";
  position: relative;
  width: 20px;
  height: 30.72px;
  margin-top: -1px;
  font-family: "futura-pt-bold", sans-sherif;
  font-weight: 700;
  color: var(--yellow, #f6d04e);
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.cta-box-explore .av-link-btn a {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 19px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--yellow, #f6d04e);
  color: var(--dark-blue, #011e3d) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  border: 2px solid var(--yellow) !important;
}

.cta-box-explore .av-link-btn a:hover {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.cta-checkmarks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.checkmark-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
}

.checkmark {
  color: var(--yellow);
  font-family: "Futura", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.checkmark-text {
  color: #fff;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
  .cta-box-explore .container {
    padding: 0 1%;
  }
}

@media only screen and (max-width: 989px) {
  .cta-box-inner {
    padding: 90px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-box-explore .container {
    width: 100%;
    max-width: 100%;
  }
  .cta-box-explore {
    padding: 40px 0;
  }
  .cta-box-explore .avia-button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 522px) {
  .cta-box-inner {
    padding: 90px 30px;
  }
}

/*
==========================================================================
LUSOLE COURSE DETAIL
==========================================================================
*/

.lusole-course-item .course-item-title {
  margin: 0 0 15px 0;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.lusole-course-item .course-item-title a {
  color: var(--yellow, #f6d04e) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Course Grid */

.lusole-course-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  font-family: var(--font-primary, "futura-pt", sans-serif);
}

.lusole-course-item {
  background-color: var(--blue) !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--blue) !important;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.lusole-course-item:hover {
  border-color: var(--yellow) !important;
  background: rgba(244, 196, 48, 0.1) !important;
}
.lusole-course-item .course-thumbnail {
  position: relative;
  background: #000;
}
.lusole-course-item .course-thumbnail a {
  display: block;
}

.lusole-course-item .thumbnail-image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all 0.4s ease;
}
.lusole-course-item .course-main-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.lusole-course-item .course-item-title a {
  color: var(--yellow, #f6d04e);
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
}
.lusole-course-item .course-item-title {
  margin: 0 0 15px;
}
.lusole-course-item .course-description-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px !important;
  min-height: 117px; /* 3 lines (77px) + padding (20px top + 20px bottom) = 117px */
  margin-bottom: 25px;
  color: #b0b8c8;
  font-size: 16px; /* Updated from 14px */
  line-height: 1.6;
  border-radius: 0 !important;
}
.lusole-course-item .course-description-wrapper p {
  margin: 0;
}
.lusole-course-item .course-price-current {
  color: var(--yellow, #f6d04e);
  font-size: 20px;
  font-weight: 700;
}
.lusole-course-item .course-price-original {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
}

.lusole-course-item .course-tags {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.lusole-tags-shortcode-container {
  display: flex;
  gap: 10px;
}
.lusole-course-item .course-tag,
.lusole-tags-shortcode-container .course-tag {
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.lusole-course-item .tag-masterclass,
.lusole-tags-shortcode-container .tag-masterclass {
  background: #fff;
  color: var(--blue, #0c274a);
}
.lusole-course-item .tag-kinky,
.lusole-tags-shortcode-container .tag-kinky,
.lusole-course-item .tag-sexual-health,
.lusole-tags-shortcode-container .tag-sexual-health,
.lusole-course-item .tag-advanced,
.lusole-tags-shortcode-container .tag-advanced,
.lusole-course-item .tag-beginner,
.lusole-tags-shortcode-container .tag-beginner,
.lusole-course-item .tag-control,
.lusole-tags-shortcode-container .tag-control,
.lusole-course-item .tag-educational,
.lusole-tags-shortcode-container .tag-educational,
.lusole-course-item .tag-essential,
.lusole-tags-shortcode-container .tag-essential,
.lusole-course-item .tag-heterosexual,
.lusole-tags-shortcode-container .tag-heterosexual,
.lusole-course-item .tag-homosexual,
.lusole-tags-shortcode-container .tag-homosexual,
.lusole-course-item .tag-practical,
.lusole-tags-shortcode-container .tag-practical,
.lusole-course-item .tag-podcast,
.lusole-tags-shortcode-container .tag-podcast,
.lusole-course-item .tag-oral,
.lusole-tags-shortcode-container .tag-oral,
.lusole-course-item .tag-medical,
.lusole-tags-shortcode-container .tag-medical,
.lusole-course-item .tag-technique,
.lusole-tags-shortcode-container .tag-technique,
.lusole-course-item .tag-foundation,
.lusole-tags-shortcode-container .tag-foundation {
  background-color: var(--yellow, #f6d04e);
  color: var(--blue, #0c274a);
}

.lusole-course-item .tag-bestseller::before,
.lusole-tags-shortcode-container .tag-bestseller::before {
  content: "🔥";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 14px;
  vertical-align: middle;
}

.lusole-course-item .tag-bestseller,
.lusole-tags-shortcode-container .tag-bestseller {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 107, 1),
    rgba(255, 142, 83, 1)
  );
  color: #fff;
}

.course-sidebar {
  padding: 30px;
}

.course-sidebar .avia-icon-list li {
  display: flex;
  align-items: center;
}

.course-sidebar .avia-icon-list .iconlist_content p {
  --font-primary: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.course-sidebar .avia-icon-list .iconlist_icon {
  width: 20px !important;
  height: auto !important;
}

.course-sidebar .avia-icon-list .iconlist_icon svg {
  width: 10px !important;
  height: auto !important;
}

.course-sidebar p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.course-sidebar .avia-button.avia-size-medium {
  width: 100%;
  text-transform: uppercase !important;
  height: 72px;
  font-family: "futura-pt-bold", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.course-sidebar .avia-button.avia-size-large {
  width: 100%;
  height: 47px;
  font-family: "futura-pt", sans-serif !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  background-color: var(--blue, #0c274a) !important;
  color: var(--yellow, #f6d04e) !important;
  border: 2px solid var(--yellow, #f6d04e) !important;
  margin-top: 20px;
}

.course-sidebar .avia-button.avia-size-large:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

.course-section-top h1 {
  color: var(--yellow);
  font-weight: 700 !important;
  font-size: 26px;
  padding-bottom: 5px !important;
}

.course-section-top .av-subheading p {
  font-size: 18px !important;
  line-height: 24px;
  padding-bottom: 20px;
}

.course-section-top h2 {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.course-section-top .avia-gallery .avia-gallery-big {
  padding: 0 !important;
  border-radius: 0 !important;
  border-style: none !important;
}

.course-section-top .avia-gallery a:hover .image-overlay {
  opacity: 0.3 !important;
}

.course-section-top .avia-gallery img {
  border-style: none !important;
  padding: 2px !important;
}

/* === STYLE 1: DEFAULT / HOMEPAGE CARD === */
.lusole-course-item:not(.lusole-course-item-alt) .thumbnail-image {
  opacity: 0.5;
}
.lusole-course-item:not(.lusole-course-item-alt):hover .thumbnail-image {
  opacity: 0.65;
}

.lusole-course-item:not(.lusole-course-item-alt) .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: var(--yellow, #f6d04e);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.lusole-course-item:not(.lusole-course-item-alt) .play-icon {
  width: 35%;
  height: 35%;
  fill: var(--blue, #0c274a);
}
.lusole-course-item:not(.lusole-course-item-alt):hover .play-button-overlay {
  transform: translate(-50%, -50%) scale(1.1);
}

.lusole-course-item:not(.lusole-course-item-alt) .course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #b0b8c8;
  margin-bottom: 25px;
}
.lusole-course-item:not(.lusole-course-item-alt) .course-pricing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.lusole-course-item:not(.lusole-course-item-alt) .course-discount-badge {
  background-color: var(--red, #ef4444);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
.lusole-course-item:not(.lusole-course-item-alt) .course-button {
  margin-top: auto;
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--blue, #0c274a) !important;
  text-align: center;
  padding: 14px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
}
.lusole-course-item:not(.lusole-course-item-alt) .course-button:hover {
  opacity: 0.9;
}

/* === STYLE 2: ALTERNATIVE CARD === */
.lusole-course-item-alt {
  background-color: var(--blue) !important;
  border: 2px solid var(--blue) !important;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.lusole-course-item-alt:hover {
  border-color: var(--yellow) !important;
  background: rgba(244, 196, 48, 0.1) !important;
}

.lusole-course-item-alt .thumbnail-image {
  opacity: 1;
}
.lusole-course-item-alt:hover .thumbnail-image {
  opacity: 0.3;
}

.lusole-course-item-alt .thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lusole-course-item-alt:hover .thumbnail-overlay {
  opacity: 0.5;
}
.lusole-course-item-alt .view-course-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--yellow, #f6d04e);
  color: var(--dark-blue, #011e3d);
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  white-space: nowrap;
}
.lusole-course-item-alt:hover .view-course-button {
  opacity: 1;
}
.lusole-course-item-alt .tag-discount {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--yellow, #f6d04e);
  color: var(--blue, #0c274a);
}
.lusole-course-item-alt .course-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #b0b8c8;
  font-size: 14px;
  margin-bottom: 20px;
}
.lusole-course-item-alt .course-pricing {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.lusole-course-item-alt .course-type-tag {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 15px;
  align-self: flex-start;
  margin-top: 10px;
}

.lusole-course-item .course-main-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lusole-course-item .course-item-title {
  margin: 0 0 15px 0;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none !important;
  padding-top: 5px;
  padding-bottom: 15px;
}
.lusole-course-item .course-item-title a {
  color: var(--yellow, #f6d04e);
  text-decoration: none;
  transition: color 0.3s ease;
}
.lusole-course-item .course-item-title a:hover {
  color: #fff;
}

/* Course title styling for My Courses section (no links) */
.lusole-course-item .course-item-title {
  color: var(--yellow) !important;
}

.lusole-course-item .course-description-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px !important;
  min-height: 117px; /* 3 lines (77px) + padding (20px top + 20px bottom) = 117px */
  border-radius: 5px;
  margin-bottom: 25px;
}
.lusole-course-item .course-short-description {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b8c8;
  margin: 0;
}

.lusole-course-item .course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #b0b8c8;
  margin-bottom: 25px;
}
.lusole-course-item .course-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lusole-course-item .meta-icon {
  width: 18px;
  height: 18px;
  filter: invert(81%) sepia(11%) saturate(237%) hue-rotate(181deg)
    brightness(85%) contrast(87%);
}
/* New SVG icons styling */
.course-meta img {
  width: 14px;
  height: 14px;
  filter: invert(1);
}
.lusole-course-item-alt .course-meta img {
  width: 14px;
  height: 14px;
  filter: invert(1);
}

/* WooCommerce Login Form Styling - Full Width */
.woocommerce-form-login {
  width: 100%;
  max-width: none;
  padding: 40px;
  background-color: var(--blue) !important;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  font-family: var(--font-primary);
}

.woocommerce-form-login .woocommerce-form-row {
  margin-bottom: 30px;
}

.woocommerce-form-login label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: white;
  font-size: 16px;
  font-family: var(--font-primary);
}

.woocommerce-form-login .required {
  color: var(--red);
}

.woocommerce-form-login .woocommerce-Input {
  width: 100%;
  padding: 18px 20px;
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: var(--font-primary);
  background: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.woocommerce-form-login .woocommerce-Input:focus {
  outline: none;
  border: none !important;
}

.woocommerce-form-login .password-input {
  position: relative;
  display: block;
}

.woocommerce-form-login .show-password-input {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--blue);
  cursor: pointer;
  font-size: 14px;
  padding: 8px;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: white !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme span {
  color: white !important;
}

.woocommerce-form-login .woocommerce-form__input-checkbox {
  width: auto;
  margin-right: 12px;
  transform: scale(1.2);
}

.woocommerce-form-login .woocommerce-button {
  width: 100%;
  background: var(--yellow) !important;
  color: var(--dark-blue) !important;
  border: none !important;
  padding: 18px 25px;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
  box-sizing: border-box;
  margin-bottom: 30px;
  display: block;
}

.woocommerce-form-login .woocommerce-button:hover {
  background: var(--dark-blue);
  color: var(--yellow);
}

.woocommerce-form-login .woocommerce-LostPassword {
  text-align: left;
  margin-top: 0;
  clear: both;
  display: block;
  position: static !important;
  padding-top: 10px !important;
}

.woocommerce-form-login .woocommerce-LostPassword a {
  color: white;
  text-decoration: underline;
  font-size: 16px;
  transition: color 0.3s ease;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: var(--yellow);
}

/* Footer column spacing fix */
footer .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
  margin-top: 0 !important;
}

/* Font Size Improvements for Better Readability */
/* Main Navigation */
.av-main-nav > li > a {
  font-size: 16px !important; /* was 14px */
}

/* Course Meta Information */
.lusole-course-item .course-meta {
  font-size: 16px !important; /* was 15px */
}
.lusole-course-item-alt .course-meta {
  font-size: 16px !important; /* was 14px */
}

/* Course Descriptions */
.course-description {
  font-size: 16px !important; /* was 14px */
}
.lusole-course-item .course-short-description {
  font-size: 16px !important; /* was 14px */
}

/* Form Labels */
.form-row label {
  font-size: 16px !important; /* was 14px */
}

/* Course Sidebar Content */
.course-sidebar .avia-icon-list .iconlist_content p {
  font-size: 16px !important; /* was 14px */
}

/* Footer Content */
.footer-content,
.footer-text {
  font-size: 16px !important; /* was 14px */
}

/* Course Tags */
.course-tag {
  font-size: 15px !important; /* was 14px */
}

/* Rating Text */
.rating-text {
  font-size: 15px !important; /* was 14px */
}

/* Course Duration */
.course-duration {
  font-size: 16px !important; /* was 15px */
}

/* Button Text */
.btn-small {
  font-size: 16px !important; /* was 14px */
}

/* Timeline and About Section Text */
.track-record-section .timeline-row .note {
  font-size: 16px !important; /* was 14px */
}

/* Dashboard Meta Info */
.dashboard-meta-info {
  font-size: 16px !important; /* was 14px */
}

/* Hide white opacity overlay on course cards */
.lusole-course-item .image-overlay,
.lusole-course-item-alt .image-overlay {
  display: none !important;
}

.lusole-course-item .image-overlay-inside,
.lusole-course-item-alt .image-overlay-inside {
  display: none !important;
}

/* Make entire course cards clickable */
.course-card-link {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
  width: 100% !important;
  height: 100% !important;
}

.lusole-course-item .course-card-link,
.lusole-course-item-alt .course-card-link {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
  width: 100% !important;
  height: 100% !important;
}

/* Ensure course cards are positioned relative for full clickability */
.lusole-course-item,
.lusole-course-item-alt {
  position: relative !important;
}

/* Remove pointer events from inner elements to prevent conflicts */
.lusole-course-item .course-card-link *,
.lusole-course-item-alt .course-card-link * {
  pointer-events: none !important;
}

/* Re-enable pointer events for specific interactive elements */
.lusole-course-item .course-card-link .course-button,
.lusole-course-item-alt .course-card-link .course-button,
.lusole-course-item .course-card-link .dashboard-course-actions a,
.lusole-course-item-alt .course-card-link .dashboard-course-actions a {
  pointer-events: auto !important;
}

@media (max-width: 1280px) {
  .lusole-course-item .course-tags {
    flex-direction: column;
  }
}

/* Mobile specific improvements */
@media (max-width: 767px) {
  /* Ensure even larger fonts on mobile for better readability */
  .av-main-nav > li > a {
    font-size: 18px !important;
  }

  .course-description,
  .lusole-course-item .course-short-description {
    font-size: 17px !important;
  }

  .lusole-course-item .course-meta,
  .lusole-course-item-alt .course-meta {
    font-size: 17px !important;
  }

  .form-row label {
    font-size: 17px !important;
  }
}

/* My Account page container */
.woocommerce-MyAccount-content {
  background: transparent;
  padding: 40px 0;
  min-height: auto;
}

/* WooCommerce Address Forms Styling */
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row input.input-text,
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row select,
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row textarea {
  border-radius: 0 !important;
  border: 2px solid var(--light-blue) !important;
  background: var(--light-blue) !important;
  color: white !important;
  font-family: "futura-pt", sans-serif !important;
  font-size: 16px !important;
  padding: 12px 16px !important;
  transition: border-color 0.3s ease !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row input.input-text:focus,
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row select:focus,
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row textarea:focus {
  border-color: var(--yellow) !important;
  outline: none !important;
  background: var(--light-blue) !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
  color: white !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row .required {
  color: var(--yellow) !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row .button,
.woocommerce-MyAccount-content button[name="save_address"] {
  border-radius: 0 !important;
  background: var(--yellow) !important;
  color: var(--dark-blue) !important;
  border: none !important;
  padding: 15px 30px !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row .button:hover,
.woocommerce-MyAccount-content button[name="save_address"]:hover {
  background: white !important;
  color: var(--dark-blue) !important;
  border: 2px solid var(--dark-blue) !important;
}

/* Select2 dropdown styling for address forms */
.woocommerce-MyAccount-content .select2-container .select2-selection--single {
  border-radius: 0 !important;
  border: 2px solid var(--light-blue) !important;
  background: var(--light-blue) !important;
  height: auto !important;
  padding: 10px 14px !important;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
  color: white !important;
  font-family: "futura-pt", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__arrow {
  height: auto !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.woocommerce-MyAccount-content .select2-container--open .select2-selection--single {
  border-color: var(--yellow) !important;
}

.woocommerce-MyAccount-content h2 {
  color: white !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
}

.addresses .title .edit {
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--yellow);
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .woocommerce-form-login .woocommerce-Input {
    padding: 15px 18px;
    font-size: 16px;
  }

  .woocommerce-form-login .woocommerce-button {
    padding: 15px 20px;
    font-size: 16px;
  }
}

.lusole-course-item .course-pricing {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
}
.lusole-course-item .course-price-current {
  color: var(--yellow, #f6d04e);
  font-size: 20px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
}
.lusole-course-item .course-price-original {
  color: #ffffff;
  text-decoration: line-through;
  font-size: 16px;
  opacity: 0.7;
}
.lusole-course-item .course-discount-badge {
  background-color: var(--red);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.lusole-course-item .course-button {
  margin-top: auto;
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--blue, #0c274a) !important;
  text-align: center;
  padding: 14px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
  border-radius: 0 !important; /* Sharp corners as requested */
  border: 2px solid var(--yellow) !important;
}
.lusole-course-item .course-button:hover {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}

.lusole-star-rating-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

.stars-outer::before {
  content: "★★★★★";
  color: #ccc;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-inner::before {
  content: "★★★★★";
  color: var(--yellow, #f6d04e);
}

.rating-text {
  font-size: 14px;
  color: #b0b8c8;
  font-weight: 500;
}

.lusole-pricing-block-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.lusole-pricing-block-container .prices-line {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.lusole-pricing-block-container .current-price {
  color: #fff;
  font-family: var(--font-bold, "Futura", sans-serif);
  font-size: 27px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

.lusole-pricing-block-container .original-price {
  color: #dfe4ee;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-decoration: line-through;
}

.lusole-pricing-block-container .save-badge {
  background-color: var(--red, #ef4444);
  color: #fff;
  --font-bold: "futura-pt-bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  padding: 8px 16px;
  display: inline-block;
  margin: 5px 0;
}

.class-meta-table {
  margin-bottom: 40px !important;
  background: transparent !important;
  border: none !important;
  width: 100%;
}

.course-sidebar .available-now-col {
  margin-bottom: 25px;
}

.course-sidebar .available-now-col p {
  font-size: 15px;
  font-weight: 700;
  --font-bold: "futura-pt-bold", sans-serif;
}

.class-meta-table .pricing-table {
  margin: 0 !important;
}

.class-meta-table .pricing-table > li {
  list-style-type: none;
  background: transparent !important;
  border: none !important;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: var(--font-primary, "Futura", sans-serif);
  font-weight: 500 !important;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.class-meta-table .pricing-table-wrap:first-child .pricing-table > li {
  text-align: left;
  color: #fff;
}

.class-meta-table .pricing-table-wrap:nth-child(2) .pricing-table > li {
  text-align: right;
  justify-content: flex-end;
  color: #e2e6ef;
}

.class-meta-table .pricing-extra {
  display: none !important;
}

.course-description .av-special-heading-h2 .av-special-heading-tag {
  color: #f6d04e !important;
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.course-description .av-special-heading-h2 .av-subheading_below {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.6;
}

.course-description .course-truth {
  padding: 30px 60px;
}

.course-description
  .course-truth
  .av-special-heading-h3
  .av-special-heading-tag {
  color: #fff !important;
  font-family: "futura-pt", sans-serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  text-transform: uppercase !important;
}

.course-description .course-truth .avia_textblock p {
  color: #e8e8e8 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.course-description .course-truth .avia_textblock p strong {
  color: #e8e8e8 !important;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.course-master .entry-content-wrapper {
  background-color: var(--blue);
  padding: 30px 30px 60px 30px !important;
}

.course-master .course-master-content-col {
  padding: 25px 80px 25px 25px !important;
  margin-top: 2% !important;
}

.course-master .flex_column_table {
  margin-top: 2% !important;
}

.course-master .course-master-content-col h3 {
  color: var(--yellow) !important;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-master .course-master-content-col .iconbox_content_container p {
  color: #e8e8e8 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.course-master .iconbox_icon {
  width: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
  line-height: 25px !important;
}

.course-master .iconbox_icon svg {
  margin-top: 10px !important;
}

.course-master .iconbox_icon svg path {
  fill: #011e3d;
}

.course-who-for .content {
  padding-bottom: 70px !important;
}

.course-who-for .individuals-col .av-special-heading-h3 {
  margin-top: 35px !important;
}

.course-who-for .individuals-col h3 {
  color: #fff !important;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-who-for .individuals-col .avia_textblock p {
  color: #e8e8e8 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.course-who-for .individuals-col {
  padding: 35px 30px !important;
}

.course-instructors .entry-content-wrapper {
  background-color: var(--blue);
  padding: 70px 30px 70px 30px !important;
}

.course-instructors .course-master-content-col {
  padding: 25px 80px 25px 25px !important;
  margin-top: 2% !important;
}

.course-instructors .single-course-instructor-col {
  padding: 35px 15px !important;
}

.course-instructors .single-course-instructor-col img {
  width: 100px;
  height: auto;
}

.course-instructors .single-course-instructor-col .av-special-heading-h3 {
  margin-top: 15px;
}

.course-instructors .single-course-instructor-col h3 {
  color: #fff !important;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.course-instructors
  .single-course-instructor-col
  .av-special-heading-h3
  .av-subheading
  p {
  color: #dfe4ee !important;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.course-instructors .single-course-instructor-col .avia_textblock p {
  color: #e8e8e8 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.course-whatour-section .av-special-heading-h2 .av-special-heading-tag {
  font-weight: 400;
}

.course-whatour-section .home-review-box {
  background-color: var(--light-blue) !important;
}

.course-whatour-section .home-review-box .review-card {
  min-height: 200px;
  gap: 25px;
}

.course-whatour-section .home-review-box .review-card .review-text {
  color: #e8e8e8;
}

.course-faq .entry-content-wrapper {
  background-color: var(--blue);
  padding: 60px 30px 60px 30px !important;
}

.course-faq .togglecontainer {
  gap: 10px;
}

.course-page-cta .ready-transform-col {
  background-size: cover !important;
  padding: 70px 220px !important;
}

.course-page-cta .ready-transform-col h2 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}

.course-page-cta .av-special-heading-h2 {
  text-align: left;
  margin-bottom: 15px;
}

.course-page-cta .ready-transform-col .av-subheading p {
  text-align: center !important;
}

.course-page-cta .ready-transform-col .promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background-color: rgba(246, 208, 78, 0.1);
  border: 2px solid var(--yellow);
  color: var(--yellow);
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  width: 577px;
  justify-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.promo-text {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.promo-code {
  background-color: var(--yellow);
  color: var(--dark-blue);
  padding: 6px 20px;
  border-radius: 25px;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.promo-banner img.emoji {
  filter: none !important;
  color: initial !important;
  mix-blend-mode: normal !important;
}

.promo-banner img.emoji {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

@media only screen and (max-width: 1080px) and (min-width: 767px) {
  .course-section-top .course-sidebar {
    width: 32.333333% !important;
    margin-left: 3% !important;
    padding: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .course-page-cta .ready-transform-col {
    padding: 70px 120px !important;
  }
}

@media only screen and (max-width: 989px) {
  .course-page-cta .ready-transform-col {
    padding: 70px 60px !important;
    background-position: 50% 50% !important;
  }
  .course-page-cta .ready-transform-col .promo-banner {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .course-section-top .content {
    padding-top: 30px;
  }
  .course-section-top .av-special-heading-h2 {
    padding-bottom: 0 !important;
  }
  .class-meta-table .avia-pricing-table-container,
  .class-meta-table .pricing-table-wrap {
    display: table-cell !important;
    width: 100vw;
  }
  .course-description .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .course-description .course-truth {
    padding: 30px;
  }
  .course-master .course-master-content-col {
    padding: 25px 25px 25px 25px !important;
  }
  .course-master .course-master-content-col .iconbox {
    display: flex !important;
    flex-direction: column !important;
  }
  .course-master .course-master-content-col .iconbox_icon {
    margin: 0 auto 10px auto !important;
  }
  .course-master .flex_column_table {
    margin-top: 0% !important;
  }
  .course-page-cta .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .course-page-cta .ready-transform-col .promo-banner {
    flex-direction: column;
  }
  .course-page-cta .promo-code {
    margin-top: 15px;
  }
  .course-who-for .content {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .course-who-for
    .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0 !important;
  }
  .course-instructors .entry-content-wrapper {
    padding: 40px 30px 30px 30px !important;
  }
}

@media only screen and (max-width: 522px) {
  .course-page-cta .ready-transform-col {
    padding: 70px 20px !important;
  }
}

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

.footer_color p strong {
  color: #ffffff;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.footer_color a,
.footer_color p {
  color: var(--off-white);
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_color .av_textblock a:hover {
  color: var(--yellow);
}

.footer_color .av_one_fourth:first-child p {
  color: var(--off-white);
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer_color .hr-custom {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.footer_color .hr-custom .hr-inner {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-top-width: 1px !important;
}

.footer_color .flex_column.av_one_half:not(:last-of-type) .avia_textblock {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer_color .av_one_half img.alignnone {
  width: 30px !important;
  height: 30px !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  margin-right: 24px;
}

.footer_color .av_one_half a:hover img.alignnone {
  opacity: 1;
}

.footer_color .flex_column.av_one_half:last-of-type p {
  color: var(--off-white);
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  margin: 0;
}

.footer_color img {
  width: 200px;
}

/*
==========================================================================
LUSOLE ABOUT US
==========================================================================
*/

.about-us-breaking-section .av-special-heading-h1 .av-special-heading-tag {
  color: #fff;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-us-breaking-section .av-special-heading-h1 .heading-highlight {
  color: var(--yellow);
}

.about-us-breaking-section .av-special-heading .av-subheading p {
  color: var(--off-white);
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

.about-us-breaking-section .avia_textblock p {
  color: #fff;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}

.about-us-breaking-section .what-different-col {
  margin-top: 20px;
  padding: 24px 100px 24px 27px;
  border-left: 3px solid var(--yellow);
}

.about-us-breaking-section
  .what-different-col
  .av-special-heading-h2
  .av-special-heading-tag {
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}

.about-us-breaking-section
  .what-different-col
  .av-special-heading-h2
  .av-subheading
  p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

.about-us-breaking-section .monika-joey-col {
  padding: 50px 30px;
}

.about-us-breaking-section .monika-joey-col .avia-image-container img {
  width: 224px;
}

.about-us-breaking-section .monika-joey-col h4 {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 0;
}

.about-us-breaking-section .monika-joey-col p {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--light-blue);
  border-radius: 20px;
  padding: 10px 0;
}

.about-us-breaking-section .report-col strong,
.about-us-breaking-section .avarage-col strong {
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 39px;
  line-height: 1.3;
  letter-spacing: 0;
}

.about-us-breaking-section .report-col p,
.about-us-breaking-section .avarage-col p {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.our-story-section .av-special-heading-h2 .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.our-story-section .av-special-heading .av-subheading p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

.our-story-section .avia_textblock p {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.our-story-section .avia-timeline-container .av-milestone-title {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
}

.our-story-section .avia-timeline-container .av-milestone-content {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}

.our-story-section .avia-timeline-container .av-milestone-content .small-text {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--light-blue);
  padding: 10px 10px;
  border-left: 3px solid var(--yellow);
}

.our-story-section .avia-timeline-vertical .av-milestone-content-wrap {
  padding: 0 0 30px 0;
}

.our-story-section .avia-timeline-vertical .av-milestone-date {
  position: absolute;
  left: 0;
  background: #f6d04e;
  padding: 2px 2px;
  min-width: 90px;
  text-align: center;
}

.our-story-section .avia-timeline .av-milestone-date > strong {
  font-family: var(--font-primary, "futura-pt", sans-serif);
  color: #000 !important;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

.our-story-section .avia-timeline .av-milestone-icon-wrap {
  position: absolute;
  height: 480px !important;
}

.our-story-section .avia-timeline .milestone_icon {
  border: 3px solid var(--light-blue);
  background-color: var(--dark-blue) !important;
  top: 10px;
}

.our-story-section .avia-timeline .milestone_inner {
  background-color: var(--dark-blue) !important;
}

.our-story-section .avia-timeline-vertical .av-milestone-icon-wrap:after {
  border-left-style: solid;
  border-color: var(--light-blue) !important;
  border-left-width: 3px;
  z-index: -1;
}

.our-mission-section .av-special-heading-h2 .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* ===== LUSOLE THANK YOU PAGE STYLES ===== */

/* Thank You Page Container */
.lusole-thankyou-container {
  width: 100%;
  background-color: var(--blue);
  color: #ffffff;
  font-family: var(--font-primary);
}

/* Blue background only for hero container */

/* Apply blue background only to hero section */
.lusole-thankyou-hero-container,
.lusole-thankyou-hero-section {
  background-color: var(--blue) !important;
}

/* Hero Section */
.lusole-hero-section {
  background-color: var(--blue);
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  width: 100%;
}

/* Thank you hero section - full width */
.lusole-thankyou-hero-section {
  background-color: var(--blue);
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  width: 100%;
}

.lusole-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  width: 100%;
}

/* Checkmark Icon */
.lusole-checkmark-icon {
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 23px;
  background-color: #47ba78;
  border-radius: 50px;
  margin: 0 auto 20px auto;
}

.lusole-checkmark {
  width: 30px;
  height: 15px;
  margin-left: -3px;
  margin-right: -3px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}

/* Hero Text */
.lusole-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 0 16%;
  margin-bottom: 30px;
}

.lusole-congratulations {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  color: #ffffff !important;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0 !important;
  line-height: 56px;
  margin: 0;
}

.lusole-success-message {
  width: 100%;
  max-width: 873px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

.lusole-message-main {
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0;
}

.lusole-message-email {
  color: var(--yellow);
}

/* Trust Section */
.lusole-trust-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.lusole-trust-text {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.lusole-featured-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 282px;
}

.lusole-featured-text {
  font-family: var(--font-bold);
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  width: 103px;
}

.lusole-featured-logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lusole-featured-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

/* Main Content */
.lusole-main-content {
  width: 100%;
  padding: 0 116px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-color: var(--blue);
}

/* Thank you page main content - no blue background */
.lusole-thankyou-main-content {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Order Confirmation */
.lusole-order-confirmation {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 50px 0;
}

.lusole-order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
}

.lusole-order-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  color: #ffffff !important;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0;
}

.lusole-order-number {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38px;
}

.lusole-order-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lusole-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lusole-item-details {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.lusole-item-name {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-item-desc {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: var(--off-white);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-item-price {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-order-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 25px 0;
}

.lusole-order-totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lusole-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lusole-total-label {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-total-amount {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-order-final-total {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.lusole-final-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lusole-final-total-label {
  font-family: var(--font-bold);
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.6;
}

.lusole-final-total-amount {
  font-family: var(--font-bold);
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.6;
}

/* What Happens Next Section */
.lusole-next-steps-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px 0;
}

.lusole-next-steps-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lusole-next-steps-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  color: #ffffff !important;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 25px;
}

.lusole-steps-grid {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.lusole-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 32px;
  flex: 1;
  background-color: var(--light-blue);
  text-align: center;
}

.lusole-step-number {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--yellow);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38px;
}

.lusole-step-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  color: #ffffff !important;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

.lusole-step-description {
  font-family: var(--font-primary);
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.lusole-step-text {
  font-family: var(--font-primary);
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-step-email {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-step-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lusole-step-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: var(--yellow) !important;
  color: #011e3c !important;
  border: 1px solid var(--yellow) !important;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lusole-step-button:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  text-decoration: none;
}

.woocommerce-order-received .footer-page-content .container_wrap {
  border-top-style: none !important;
}

/* Course Recommendations Section */
.lusole-recommendations-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0;
  background-color: var(--blue);
}

/* Thank you page recommendations section - no blue background */
.lusole-thankyou-recommendations-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0;
  background-color: transparent;
}

.lusole-recommendations-header,
.lusole-thankyou-recommendations-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lusole-recommendations-title,
.lusole-thankyou-recommendations-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  color: #ffffff !important;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
}

.lusole-recommendations-subtitle,
.lusole-thankyou-recommendations-subtitle {
  font-family: var(--font-primary);
  font-weight: 400;
  color: #ffffff !important;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

.lusole-recommendations-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.lusole-course-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  background-color: var(--blue);
  border-radius: 8px;
  overflow: hidden;
}

.lusole-course-header {
  display: flex;
  flex-direction: column;
  height: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 20px;
  width: 100%;
  background: linear-gradient(
    0deg,
    var(--light-blue) 0%,
    var(--light-blue) 100%
  );
  position: relative;
}

.lusole-course-image-placeholder {
  position: relative;
  flex: 1;
  width: 100%;
  border-radius: 8px;
}

.lusole-course-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.lusole-course-placeholder-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dark-blue), var(--light-blue));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lusole-course-placeholder-text {
  color: var(--yellow);
  font-family: var(--font-bold);
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}

.lusole-discount-badge {
  position: absolute;
  top: -14px;
  right: -10px;
  width: 96px;
  height: 32px;
  background-color: var(--yellow);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lusole-discount-text {
  font-family: var(--font-bold);
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}

.lusole-course-type-badge {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 96px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lusole-course-type {
  font-family: var(--font-primary);
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
}

.lusole-course-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 20px;
  width: 100%;
}

.lusole-course-title {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--yellow);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

.lusole-course-description {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 23px 33px;
  border-radius: 8px;
}

.lusole-course-description p {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--off-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.lusole-course-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.lusole-course-rating {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--yellow);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
}

.lusole-course-reviews {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--off-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
}

.lusole-course-duration {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--off-white);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.lusole-course-pricing {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lusole-course-current-price {
  font-family: var(--font-bold);
  font-weight: 700;
  color: var(--yellow);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}

.lusole-course-original-price {
  font-family: var(--font-bold);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: line-through;
}

.lusole-course-tag {
  width: 93px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lusole-course-tag-text {
  font-family: var(--font-primary);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
}

.lusole-course-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lusole-course-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: var(--yellow);
  color: #011e3c;
  font-family: var(--font-bold);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.lusole-course-buy-btn:hover {
  background-color: #e6c547;
  color: #011e3c;
  text-decoration: none;
}

.lusole-course-preview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: transparent;
  color: #ffffff;
  font-family: var(--font-bold);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.lusole-course-preview-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .lusole-hero-section,
  .lusole-thankyou-hero-section {
    padding: 40px 0;
  }

  .lusole-main-content {
    padding: 0 60px;
  }

  .lusole-featured-section {
    padding: 0 150px;
  }

  .lusole-steps-grid {
    gap: 20px;
  }

  .lusole-recommendations-grid {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .lusole-hero-section,
  .lusole-thankyou-hero-section {
    padding: 30px 0;
  }

  .lusole-main-content {
    padding: 0 20px;
  }

  .lusole-congratulations {
    font-size: 36px;
    line-height: 44px;
  }

  .lusole-success-message {
    font-size: 17px;
    line-height: 1.6;
  }

  .lusole-featured-section {
    padding: 0 20px;
    flex-direction: column;
    gap: 12px;
  }

  .lusole-featured-logos {
    flex-wrap: wrap;
    gap: 12px;
  }

  .lusole-steps-grid {
    flex-direction: column;
    gap: 20px;
  }

  .lusole-recommendations-grid {
    flex-direction: column;
    gap: 20px;
  }

  .lusole-course-card {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .lusole-congratulations {
    font-size: 28px;
    line-height: 36px;
  }

  .lusole-success-message {
    font-size: 15px;
    line-height: 24px;
  }

  .lusole-next-steps-title {
    font-size: 24px;
    line-height: 38px;
  }

  .lusole-recommendations-title,
  .lusole-thankyou-recommendations-title {
    font-size: 24px;
    line-height: 38px;
  }

  .lusole-step-card {
    padding: 20px;
  }
}

.our-mission-section .av-special-heading .av-subheading p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

.our-mission-section
  .our-mission-col
  .av-special-heading-h3
  .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.our-mission-section .our-mission-col .av-special-heading .av-subheading p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.our-mission-section .our-mission-col .av_textblock_section .bottom-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 20px;
}

.our-values-section .av-special-heading-h2 .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.our-values-section .our-values-col {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.our-values-section .our-values-text-col {
  flex: 1 1 calc(50% - 12px); /* 2 per row */
  background-color: var(--dark-blue);
  padding: 24px 80px 24px 24px;
  box-sizing: border-box;
}

.our-values-section .our-values-text-col h3 {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0;
}

.our-values-section .our-values-text-col p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.our-values-section .our-values-text-col .practice-note {
  background-color: #f4c4301a;
  color: var(--yellow) !important;
  margin-top: 16px;
  padding: 12px 70px 12px 12px;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  .our-story-section .avia-timeline-vertical .av-milestone-content-wrap {
    padding: 0 0 30px 30px;
  }
  .our-mission-section .our-mission-col .av_textblock_section .bottom-text {
    flex-direction: column;
    line-height: 1.5;
  }
}

@media (max-width: 989px) {
  .about-us-breaking-section .av-special-heading-h1 .av-special-heading-tag {
    font-size: 46px;
  }

  .our-story-section .avia-timeline .milestone_icon {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .about-us-breaking-section .av-special-heading-h1 .av-special-heading-tag {
    font-size: 36px;
    line-height: 42px;
  }
  .about-us-breaking-section .what-different-col {
    padding: 24px 50px 24px 24px;
  }
  .our-story-section .avia-timeline-vertical .av-milestone-content-wrap {
    padding: 0 0 30px 12px;
  }
  .our-values-section .our-values-text-col {
    flex: 1 1 100%;
    padding: 24px 24px 24px 24px;
  }
  .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap:after {
    left: 40px;
  }
  .our-story-section .avia-timeline .milestone_icon {
    left: 10px;
  }
  .avia-timeline
    .milestone_icon
    i.milestone-char.avia-svg-icon
    svg:first-child {
    margin-top: 15px;
  }
}

.about-us-instructors .av-special-heading-h2 .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-us-instructors .av-special-heading-h2 .av-subheading p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

.about-us-instructors .instructor-col .avia-image-container img {
  width: 100px;
  height: auto;
}
.about-us-instructors .instructor-col .av-special-heading-h3 {
  margin-top: 30px !important;
}

.about-us-instructors
  .instructor-col
  .av-special-heading-h3
  .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}

.about-us-instructors .instructor-col .av-special-heading-h3 .av-subheading p {
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.about-us-instructors .instructor-col .instructor-certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 15px;
}

.about-us-instructors .instructor-col .instructor-certificates .certificate {
  background-color: #243d5c;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 15px;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.about-us-instructors .instructor-col .avia_textblock p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 20px 0;
}

.about-us-instructors .instructor-col .av-special-heading-h4 {
  margin-top: 20px;
}

.about-us-instructors
  .instructor-col
  .av-special-heading-h4
  .av-special-heading-tag {
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.about-us-instructors .instructor-col .av-special-heading-h4 .av-subheading p {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}

.track-record-section .av-special-heading-h2 .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.track-record-section .av-special-heading-h2 .av-subheading p {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

.track-record-section .av-special-heading-h3 .av-special-heading-tag {
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
}

.track-record-section .our-stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.track-record-section .stat-box {
  background-color: var(--blue);
  padding: 30px 24px;
  flex: 1 1 calc(50% - 12px);
  box-sizing: border-box;
}

.track-record-section .stat-number {
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-size: 47px;
  font-weight: 400;
  color: var(--yellow);
  line-height: 1.3;
  margin-bottom: 5px;
}

.track-record-section .stat-title {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.track-record-section .stat-desc {
  color: var(--off-white) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 989px) {
  .about-us-instructors .instructor-col {
    padding: 30px !important;
  }
}

@media (max-width: 767px) {
  .track-record-section .stat-box {
    flex: 1 1 100%;
  }
  .track-record-section .success-stories-second-col {
    width: 90% !important;
  }
}

.track-record-section .timeline-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
  width: 90%;
}

.track-record-section .timeline-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--blue);
  color: #ffffff;
  padding: 16px 24px;
  flex-wrap: wrap;
}

.track-record-section .timeline-row .year {
  color: var(--yellow);
  font-weight: 400;
  width: 80px;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.track-record-section .timeline-row .event {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  flex-grow: 1;
  text-align: left;
  letter-spacing: 0;
}

.track-record-section .timeline-row .note {
  color: var(--off-white);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 767px) {
  .track-record-section .timeline-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .track-record-section .timeline-row .year,
  .track-record-section .timeline-row .event,
  .track-record-section .timeline-row .note {
    width: 100%;
    text-align: left;
  }

  .track-record-section .timeline-row .note {
    margin-left: 0;
  }
}

.track-record-section .success-stories-col {
  background-color: var(--blue);
  padding: 20px 24px;
  margin-bottom: 24px;
}

.track-record-section .success-stories-title {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.track-record-section .success-stories-content {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.track-record-section .success-stories-second-col {
  width: 42.5% !important;
}

/*
==========================================================================
LUSOLE DASHBOARD
==========================================================================
*/

/* Dashboard Header Section */
.dashboard-top h1 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff !important;
}

.dashboard-top h1 .span,
.dashboard-top h1 span {
  color: var(--yellow);
}

.dashboard-top .avia_textblock p {
  color: var(--off-white) !important;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  .dashboard-top h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .dashboard-top .avia_textblock p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* Dashboard Course Video Popup */
.video-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.video-popup-overlay.active {
  display: flex;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 80%;
  background: transparent;
  padding: 0;
}

.video-popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10001;
}

.video-popup-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Video Loading State */
.video-loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(246, 208, 78, 0.3);
  border-top: 4px solid var(--yellow);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

.video-loading-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Dashboard Course Grid */
.lusole-dashboard {
  font-family: var(--font-primary, "futura-pt", sans-serif);
}

.lusole-dashboard h2,
.lusole-dashboard > h2 {
  color: var(--yellow) !important;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.dashboard-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.dashboard-course-card {
  background: linear-gradient(145deg, #1a2332 0%, #0f1926 100%);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
}

.dashboard-course-card:hover {
  border-color: var(--yellow);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(246, 208, 78, 0.2);
}

.dashboard-course-card.warning-card {
  background: linear-gradient(145deg, #2a1f1f 0%, #1a1515 100%);
  border-color: #444;
}

.dashboard-course-card.warning-card:hover {
  border-color: #666;
  transform: none;
  box-shadow: none;
}

.course-preview {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.course-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.dashboard-course-card:hover .course-image {
  transform: scale(1.05);
}

.course-details {
  padding: 25px;
}

.course-header {
  margin-bottom: 20px;
}

.course-title {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.course-description {
  color: #b0b8c8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.course-duration {
  color: #8a9ba8;
  font-size: 15px;
  margin: 0;
}

.course-action {
  margin-top: 20px;
}

.btn {
  width: 100%;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  font-family: inherit;
}

.btn-primary {
  background: var(--yellow);
  color: var(--dark-blue);
}

.btn-primary:hover {
  background: #f4c842;
  transform: translateY(-2px);
}

.btn-warning {
  background: #666;
  color: #999;
  cursor: not-allowed;
}

.btn-warning:hover {
  background: #666;
  transform: none;
}

.lusole-no-courses {
  text-align: center;
  padding: 60px 20px;
  background: var(--blue) !important;
  margin: 40px 0;
}

.lusole-no-courses h3 {
  color: var(--yellow);
  font-size: 24px;
  margin-bottom: 15px;
}

.lusole-no-courses p {
  color: #b0b8c8;
  font-size: 16px;
  margin-bottom: 25px;
}

.lusole-no-courses .button {
  background: var(--yellow) !important;
  border: 1px solid var(--yellow) !important;
  color: var(--dark-blue) !important;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.lusole-no-courses .button:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.dashboard-prezriet-kurzy-section .content {
  padding-top: 0;
  padding-bottom: 0;
}

/* Dashboard Recommended Courses Section */
.lusole-dashboard-recommended {
  margin-top: 60px;
}

.lusole-dashboard-recommended h2 {
  color: var(--yellow);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Dashboard specific course actions (reusing existing button styles) */
.dashboard-course-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.course-button-buy {
  background-color: var(--yellow) !important;
  color: var(--dark-blue) !important;
  text-align: center;
  padding: 14px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
}

.course-button-buy:hover {
  opacity: 0.9;
}

.course-button-preview {
  background-color: transparent !important;
  color: #ffffff !important;
  text-align: center;
  padding: 14px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.course-button-preview:hover {
  border-color: var(--yellow);
  color: var(--yellow) !important;
}

.course-button-purchased {
  background-color: #666 !important;
  color: #999 !important;
  text-align: center;
  padding: 14px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0;
  border: none;
  cursor: not-allowed;
}

/* My Courses specific button styles */
.dashboard-my-course-actions {
  margin-top: 20px;
}

.course-button-start {
  background-color: var(--yellow) !important;
  color: var(--dark-blue) !important;
  text-align: center;
  padding: 14px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.course-button-start:hover {
  opacity: 0.9;
}

.course-button-warning {
  background-color: #666 !important;
  color: #999 !important;
  text-align: center;
  padding: 14px;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0;
  border: none;
  cursor: not-allowed;
  width: 100%;
}

/* Course Filter Panel Styles */
.lusole-courses-list-page {
  padding: 25px 0;
  color: white;
}

.lusole-filter-panel {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 20px;
  background-color: var(--blue);
  margin-bottom: 40px;
  padding: 10px 20px;
}

.lusole-filter-panel select {
  background-color: var(--light-blue) !important;
  border-radius: 8px !important;
  position: relative;
  top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  padding-left: 20px !important;
}

.lusole-filter-panel .lusole-sort-dropdown::after {
  display: none !important;
}

.lusole-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lusole-category-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.lusole-category-btn {
  all: unset;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  font-family: "futura-pt", Helvetica, var(--font-primary);
  font-weight: 400;
  color: white;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lusole-category-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.lusole-category-btn.active {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--dark-blue);
}

.lusole-sort-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lusole-sort-label {
  font-family: "futura-pt", Helvetica, var(--font-primary);
  font-weight: 400;
  color: #afb8c7;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}

.lusole-sort-dropdown {
  position: relative;
}

.lusole-sort-dropdown select {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 25px 8px 15px;
  font-family: "futura-pt", Helvetica, var(--font-primary);
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 1.4;
  min-width: 163px;
  appearance: none;
  cursor: pointer;
}

.lusole-sort-dropdown select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}

.lusole-sort-dropdown::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 14px;
  pointer-events: none;
}

.lusole-results-text {
  margin-top: 8px;
}

.lusole-results-text p {
  font-family: "futura-pt", Helvetica, var(--font-primary);
  font-weight: 400;
  color: #afb8c7;
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0;
}

#lusole-filtered-courses {
  transition: opacity 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .lusole-dashboard h2 {
    font-size: 24px;
  }

  .video-popup-content {
    width: 95%;
    height: 70%;
  }

  .video-popup-close {
    top: -30px;
    font-size: 24px;
  }

  .lusole-courses-list-page {
    padding: 0px 0px;
  }

  .lusole-filter-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .lusole-category-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }

  .lusole-category-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .lusole-sort-dropdown select {
    min-width: 140px;
    font-size: 14px;
  }

  .lusole-course-grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .lusole-course-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*
==========================================================================
LUSOLE COURSES PAGE
==========================================================================
*/

.courses-explore-section .av-special-heading-h1 .av-special-heading-tag {
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.courses-explore-section .av-special-heading-h1 .av-subheading {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 20px;
  padding-right: 35%;
}

@media only screen and (max-width: 767px) {
  .courses-explore-section .av-special-heading-h1 .av-subheading {
    padding-right: 0;
  }
  .courses-explore-section .av-special-heading-h1 .av-special-heading-tag {
    font-size: 38px;
  }
  .av-special-heading-h2 .av-special-heading-tag {
    font-size: 30px;
  }
  .course-description .av-special-heading-h2 .av-special-heading-tag {
    font-size: 26px;
  }
  .course-description .course-truth .av-special-heading-h3 .av-special-heading-tag {
    line-height: 32px;
  }
  .our-values-section .our-values-text-col .practice-note {
    padding: 12px;
  }
  .track-record-section .stat-number {
    font-size: 38px;
    text-align: left;
  }
  .track-record-section .timeline-row .year {
    font-size: 24px;
  }
  .track-record-section .success-stories-second-col {
    width: 100% !important;
  }
  .cta-checkmarks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 20px;
  }
  .contact-us-section .important-links-col h2 {
    margin-bottom: 0;
  }
  .footer_color a, .footer_color p {
    font-size: 16px;
    text-align: left !important;
  }
}

.course-list-top .finally-col {
  padding: 40px !important;
}

.course-list-top .content {
  padding-bottom: 0 !important;
}

.ccourse-list-top .av-special-heading-h2 .av-special-heading-tag {
  color: #fff !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-list-top .avia_textblock p {
  color: #e8e8e8 !important;
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  font-size: 16px !important;
  line-height: 1.6;
  letter-spacing: 0;
}

.course-list-top .courses-explore-btn {
  margin-top: 20px;
}

.course-list-top .courses-explore-btn a {
  text-decoration: underline !important;
  color: var(--yellow) !important;
  font-family: var(--font-primary, "futura-pt-bold", sans-serif);
  font-weight: 700;
  font-size: 15px !important;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .course-list-top .content {
    padding-top: 20px;
  }
}

/*
==========================================================================
LUSOLE Checkout page
==========================================================================
*/

.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-checkout .woocommerce-info {
  display: none;
}

.woocommerce-info {
  background-color: var(--light-blue) !important;
  color: white !important;
  border: 2px solid var(--yellow) !important;
  padding: 15px 20px !important;
  border-radius: 0 !important;
  font-family: var(--font-primary) !important;
}

.woocommerce-checkout .express-checkout-container {
  background: var(--dark-blue) !important;
  font-family: "futura-pt", sans-serif;
  padding: 0;
}

.woocommerce-checkout .express-checkout-container .checkout-left {
  background: var(--dark-blue) !important;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .express-header
  h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .express-header
  p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .express-header
  a {
  color: var(--yellow);
  text-decoration: underline !important;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .form-section
  h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .form-section
  .form-row
  label {
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .form-section
  .form-row
  input {
  background-color: var(--light-blue) !important;
  border: 1px solid rgba(12, 39, 74, 1) !important;
  padding: 14px 6px !important;
  font-family: "futura-pt", sans-serif !important;
  color: #fff !important;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-left
  .form-section:nth-of-type(2) {
  border-top: 1px solid rgba(12, 39, 74, 1);
  border-bottom: 1px solid rgba(12, 39, 74, 1);
  padding-top: 20px;
}

.woocommerce-checkout #payment {
  background-color: var(--dark-blue) !important;
  border-radius: 0 !important;
  border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0 !important;
  background: none;
  border-width: 0 !important;
}

.woocommerce-checkout #payment .form-row {
  padding: 0 !important;
}

.woocommerce-checkout .express-checkout-container .checkout-right {
  background: var(--blue);
  border-radius: 0;
}

.woocommerce-checkout .express-checkout-container .checkout-right h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-right
  .order-item-details
  h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-right
  .order-item-details
  p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--off-white);
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-right
  .order-item-price {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-right
  .order-totals {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-right
  .total-row
  final {
  font-family: "futura-pt-bold", sans-serif !important;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border-top: none !important;
}

.woocommerce-checkout
  .express-checkout-container
  .checkout-right
  .total-row.final {
  border-top: none !important;
}

.woocommerce-checkout .express-checkout-container .checkout-right .order-item {
  border-bottom: 1px solid rgba(181, 181, 181, 1) !important;
}

/*
==========================================================================
LUSOLE Contact Us page
==========================================================================
*/

.contact-us-section h1 {
  font-family: "futura-pt", sans-serif !important;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}

.contact-us-section h2 {
  font-family: "futura-pt", sans-serif !important;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.contact-us-section .wpcf7 input,
.contact-us-section .wpcf7 textarea {
  background-color: var(--light-blue) !important;
  color: #fff !important;
  font-size: 14px !important;
  border: 1px solid rgba(12, 39, 74, 1) !important;
  padding: 14px 6px !important;
  margin-bottom: 10px !important;
}

.contact-us-section .wpcf7 input[type="submit"] {
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--dark-blue, #011e3d) !important;
  font-family: var(--font-primary, "futura-pt", sans-serif) !important;
  font-weight: 500 !important;
  padding: 12px 24px !important;
  border-radius: 0 !important;
  border: 2px solid var(--yellow) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  text-decoration: none !important;
  margin-top: 15px;
}

.contact-us-section .wpcf7 input[type="submit"]:hover {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.contact-us-section .contact-form-col {
  padding: 60px 60px;
  background-color: var(--blue);
}

.contact-us-section .important-links-col {
  padding: 60px 60px;
  background-color: var(--blue);
}

.contact-us-section .important-links-col h2 {
  margin-bottom: 40px;
}

.contact-us-section .important-links-col p {
  background: var(--light-blue);
  padding: 12px 6px !important;
  border-radius: 0px;
  font-size: 20px;
}

@media (max-width: 989px) {
  .contact-us-section h1 {
    font-size: 42px;
  }
  .contact-us-section .contact-form-col,
  .contact-us-section .important-links-col {
    padding: 30px !important;
  }
}

/* Mobile Font Size Improvements for Better Readability */
@media (max-width: 767px) {
  /* Ensure minimum 14px for small text elements on mobile */
  .course-meta,
  .course-description-wrapper,
  .course-tags,
  .course-sidebar p,
  .rating-review-text,
  .course-duration,
  .form-row label,
  .woocommerce-checkout label,
  .footer-text,
  .course-tag,
  .lusole-step-description,
  .lusole-course-meta,
  .lusole-course-description,
  .timeline-note,
  .our-story-section .timeline-content,
  .track-record-section .timeline-row .note,
  .dashboard-meta-info,
  .video-popup-description {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* Ensure minimum 15px for medium text elements on mobile */
  .course-item-title,
  .course-title,
  .step-title,
  .form-row input,
  .woocommerce-checkout input,
  .course-pricing,
  .lusole-course-pricing,
  .button-text,
  .nav-text {
    font-size: 17px !important;
    line-height: 1.4 !important;
  }

  /* Ensure body text is at least 16px on mobile */
  body,
  p,
  .avia_textblock,
  .entry-content,
  .course-description,
  .about-description {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* ================================================================
   UTILITY CLASSES
   ================================================================ */

/* Typography Utilities */
.font-primary {
  font-family: var(--font-primary, "futura-pt", sans-serif);
}
.font-bold {
  font-family: var(--font-bold, "futura-pt", sans-serif);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}

/* Color Utilities */
.color-white {
  color: #ffffff;
}
.color-blue {
  color: var(--blue);
}
.color-dark-blue {
  color: var(--dark-blue);
}
.color-light-blue {
  color: var(--light-blue);
}
.color-yellow {
  color: var(--yellow);
}
.color-off-white {
  color: var(--off-white);
}

.bg-blue {
  background-color: var(--blue);
}
.bg-dark-blue {
  background-color: var(--dark-blue);
}
.bg-light-blue {
  background-color: var(--light-blue);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-white {
  background-color: #ffffff;
}
.bg-transparent {
  background-color: transparent;
}

/* Spacing Utilities */
.m-0 {
  margin: 0;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}

.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}

.mr-0 {
  margin-right: 0;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}

.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}

.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}

.pr-0 {
  padding-right: 0;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}

/* Flexbox Utilities */
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}

.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}

.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

/* Width/Height Utilities */
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w-auto {
  width: auto;
}

.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}

/* Position Utilities */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-static {
  position: static;
}

/* Border Utilities */
.border-0 {
  border: none;
}
.border-radius-0 {
  border-radius: 0;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-12 {
  border-radius: 12px;
}

/* Button Utilities */
.btn-base {
  font-family: var(--font-primary, "futura-pt", sans-serif);
  font-weight: 500;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background-color: var(--yellow);
  color: var(--dark-blue);
  border: 2px solid var(--yellow);
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--yellow);
}

.btn-secondary {
  background-color: transparent;
  color: var(--yellow);
  border: 2px solid var(--yellow);
}

.btn-secondary:hover {
  background-color: var(--yellow);
  color: var(--dark-blue);
}

.btn-small {
  padding: 8px 16px;
  font-size: 14px;
}

.btn-medium {
  padding: 12px 24px;
  font-size: 16px;
}

.btn-large {
  padding: 16px 32px;
  font-size: 18px;
}

/* Visibility Utilities */
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

.show {
  display: block;
}
.hide {
  display: none;
}

/* Overflow Utilities */
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-visible {
  overflow: visible;
}

/* Text Utilities */
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}

.white-space-nowrap {
  white-space: nowrap;
}
.white-space-normal {
  white-space: normal;
}

/* Cursor Utilities */
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}

/* Print Utilities */
@media print {
  .print-hidden {
    display: none;
  }
  .print-visible {
    display: block;
  }

  .btn,
  .nav,
  .header-actions,
  .video-popup {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.4;
    color: #000;
    background: #fff;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  .course-item,
  .lusole-course-card {
    page-break-inside: avoid;
  }
}

/* Dashboard Course Card Clickability */
.dashboard-course-card-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  color: inherit !important;
}

.dashboard-course-card-link:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.dashboard-course-card-link * {
  pointer-events: none !important;
}

.dashboard-course-card-link .course-button {
  pointer-events: all !important;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease !important;
}

.course-button-start,
.dashboard-course-card-link .course-button-start,
.lusole-course-item .course-button-start {
  text-transform: none !important;
}

/* Preserve original hover effects for dashboard cards */
.dashboard-course-card-link:hover .lusole-course-item-alt {
  border-color: var(--yellow) !important;
  background: rgba(244, 196, 48, 0.1) !important;
}

.dashboard-course-card-link:hover .lusole-course-item-alt .thumbnail-image {
  opacity: 0.3;
}

.dashboard-course-card-link:hover .lusole-course-item-alt .thumbnail-overlay {
  opacity: 0.5;
}

.dashboard-course-card-link:hover .lusole-course-item-alt .view-course-button {
  opacity: 1;
}

.dashboard-course-card-link:hover .course-button {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}

/* Move Profile button next to burger menu */
.inner-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.inner-container .logo {
  order: 1;
}

.inner-container .main_menu {
  order: 2;
}

.inner-container #custom_html-2 {
  order: 3;
  margin-right: 0 !important;
}

.responsive #top #header #header_main .inner-container .main_menu {
  margin: 0 auto !important;
}

/* Ensure profile button is close to burger menu */
@media (max-width: 989px) {
  .inner-container #custom_html-2 {
    margin-left: 10px !important;
  }

  .responsive #top #header #header_main .inner-container .widget {
    margin-left: auto !important;
  }

  /* Force scroll-to-top button to show on mobile */
  .responsive #scroll-top-link {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
  }
}

/* Stats Container Larger Size */
.stats-container .stat-number {
  font-size: 36px !important;
  line-height: 1.2 !important;
}

.stats-container .stat-label {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.stats-container .stat-item {
  padding: 15px !important;
}

.home-instructors-box .stats-container .stat-number {
  font-size: 24px !important;
  line-height: 1.3 !important;
}
.home-instructors-box .stats-container .stat-label {
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.home-instructors-box .stats-container .stat-item {
  padding: 8px !important;
  min-width: 60px;
}

/* Reset iconbox positioning to center */
.iconbox_left .iconbox_icon {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}

.iconbox .iconbox_content .iconbox_content_title,
.iconbox .iconbox_content .iconbox_content_title h3,
h3.iconbox_content_title {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}

/* Align icon and h3 properly */
.iconbox_content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 15px !important;
}

.iconbox_content .entry-content-header {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  width: 100% !important;
}

.responsive #top #header #header_main .inner-container .main_menu {
  margin: 0 !important;
}

/* Checkout Page Styling Improvements */

/* Optional label text in white */
#top label span,
#top legend span {
  color: white !important;
}

/* Input font size 15px */
#top div form .form-row input.input-text,
#top div #content .form-row input.input-text,
#top div form .form-row textarea,
#top div #content .form-row textarea {
  font-size: 15px !important;
}

/* Place Order button - no radius, full width, styled like other buttons */
.woocommerce-page .button,
.woocommerce-page #place_order {
  border-radius: 0 !important;
  width: 100% !important;
  background-color: var(--yellow, #f6d04e) !important;
  color: var(--blue, #0c274a) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 15px !important;
  border: 2px solid var(--yellow, #f6d04e) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
}

.woocommerce-page .button:hover,
.woocommerce-page #place_order:hover {
  background-color: transparent !important;
  color: var(--yellow, #f6d04e) !important;
  border-color: var(--yellow, #f6d04e) !important;
}

/* Contact Support Link in Checkout */
.checkout-contact-support {
  text-align: center !important;
  margin: 20px 0 !important;
}

.checkout-contact-support a {
  color: var(--yellow, #f6d04e) !important;
  text-decoration: underline !important;
  font-size: 14px !important;
}

.checkout-contact-support a:hover {
  color: white !important;
}

/* Hide iconbox content in below-hero-section */
#top .below-hero-section .iconbox_content_container {
  display: none;
}

/* Mobile adjustments for below-hero-section */
@media only screen and (max-width: 767px) {
  .below-hero-section .content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Contact us section styling */
.contact-us-section .important-links-col h2 {
  margin-bottom: 20px;
}

/* CTA box button spacing */
.cta-box-inner .avia-button-wrap {
  margin-top: 20px;
}

/* Header logout button styling */
.header-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-buttons .logout-button {
  background: transparent !important;
  color: white !important;
  padding: 0 !important;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  border: none !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
  display: inline !important;
}

.header-buttons .logout-button:hover {
  color: #f6d04e !important;
  text-decoration: none;
  background: transparent !important;
  border: none !important;
}

/* WooCommerce Account Page Layout */
.woocommerce-MyAccount-navigation {
  width: 100% !important;
  float: none !important;
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
  flex: 1 !important;
  text-align: center !important;
}

.woocommerce-MyAccount-navigation-link a {
  display: block !important;
  padding: 15px 20px !important;
  color: white !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: color 0.3s ease !important;
}

.woocommerce-MyAccount-navigation-link a:hover {
  background: transparent !important;
  color: var(--blue) !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--yellow) !important;
  color: var(--blue) !important;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}

/* Dashboard Welcome Section */
.lusole-dashboard-welcome {
  padding: 10px 0;
  margin-bottom: 40px;
  text-align: left;
}

.lusole-dashboard-welcome h1 {
  color: white !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  margin: 0 0 15px 0 !important;
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase !important;
}

.lusole-dashboard-welcome p {
  color: white !important;
  font-size: 20px !important;
  margin: 0 !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 400 !important;
}

.main_color tr:nth-child(2n+1), .main_color .pricing-table > li:nth-child(2n+1), .main_color .pricing-extra {
  background: transparent !important;
}

/* Specific styling for WooCommerce orders table */
.main_color .woocommerce-orders-table tr:nth-child(2n+1) {
  background: var(--dark-blue) !important;
}

.main_color table caption, .main_color tr:nth-child(2n), .main_color .pricing-table > li:nth-child(2n), #top .main_color .avia-data-table.avia_pricing_minimal td {
  color: #fff;
}

#top #main .shop_table.order_details {
  padding: 0;
}

.main_color .woocommerce-tabs .tabs a, .main_color .product_meta, .main_color .quantity input.qty, .main_color .cart_dropdown .dropdown_widget, .main_color .avia_select_fake_val, .main_color address, .main_color .product > a .main_color .product_excerpt, .main_color .term_description, #top .main_color .price .from, #top #wrap_all .main_color del, .main_color .dynamic-title .dynamic-heading, .main_color .dynamic-title a, .main_color .entry-summary .woocommerce-product-rating .woocommerce-review-link, .main_color .chosen-container-single .chosen-single span, #top .main_color .select2-container .select2-choice, .main_color .woocommerce-MyAccount-navigation-link.is-active a {
  color: #fff;
}

/* WooCommerce Account Details Form Styling */
.woocommerce-EditAccountForm .form-row {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm .form-row label {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.woocommerce-EditAccountForm .form-row .required {
  color: var(--yellow);
}

#top .main_color .woocommerce-EditAccountForm .woocommerce-Input {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 2px solid var(--light-blue) !important;
  border-radius: 0 !important;
  background: var(--light-blue) !important;
  color: white !important;
  font-family: "futura-pt", sans-serif !important;
  font-size: 16px !important;
  transition: border-color 0.3s ease !important;
}

#top .main_color .woocommerce-EditAccountForm .woocommerce-Input:focus {
  border-color: var(--yellow) !important;
  outline: none !important;
  background: var(--light-blue) !important;
}

.woocommerce-EditAccountForm .woocommerce-Input::placeholder {
  color: #999;
}

.woocommerce-EditAccountForm fieldset {
  border: 2px solid var(--light-blue);
  border-radius: 0;
  padding: 20px;
  margin: 30px 0;
  background: rgba(21, 56, 97, 0.3);
}

.woocommerce-EditAccountForm fieldset legend {
  color: var(--yellow);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 0 10px;
  background: var(--dark-blue);
}

.woocommerce-EditAccountForm .password-input {
  position: relative;
  display: block;
}

.woocommerce-EditAccountForm .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: var(--yellow);
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.woocommerce-EditAccountForm .woocommerce-Button {
  background: var(--yellow);
  color: var(--dark-blue);
  border: none;
  padding: 15px 30px;
  border-radius: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-EditAccountForm .woocommerce-Button:hover {
  background: #f4c842;
  transform: translateY(-2px);
}

.woocommerce-EditAccountForm #account_display_name_description {
  display: block;
  margin-top: 8px;
  color: #ccc;
  font-size: 14px;
  font-style: italic;
}

/* WooCommerce Notices - Fix small font size */
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    font-size: 16px \!important;
    line-height: 1.6 \!important;
}

/* Specific fix for change password notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.my-account .woocommerce-message,
.my-account .woocommerce-info {
    font-size: 16px \!important;
    line-height: 1.6 \!important;
}

/* Password change success notice */
.woocommerce-message[role="alert"] {
    font-size: 16px \!important;
    line-height: 1.6 \!important;
    padding: 15px \!important;
}


/* More specific CSS for temporary password notice */
.woocommerce-account .woocommerce-info,
.my-account .woocommerce-info,
div.woocommerce-info {
    font-size: 16px \!important;
    line-height: 1.6 \!important;
    padding: 15px 20px \!important;
}

/* Ensure all text inside woocommerce notices is readable */
.woocommerce-info *,
.woocommerce-message *,
.woocommerce-error * {
    font-size: inherit \!important;
    line-height: inherit \!important;
}

/* Fix text and link colors in error messages */
.woocommerce-error,
.woocommerce-error li,
.woocommerce-error strong {
    color: #011e3d !important;
}

.woocommerce-error a,
.woocommerce-error a.showlogin {
    color: #011e3d !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.woocommerce-error a:hover,
.woocommerce-error a.showlogin:hover {
    color: #0c274a !important;
    text-decoration: underline !important;
}

/* WooCommerce order details table styling */
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background-color: var(--dark-blue) !important;
    border: 1px solid #0c274a !important;
    border-radius: 8px !important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    background-color: var(--dark-blue) !important;
    color: #ffffff !important;
    border-color: #0c274a !important;
}

.woocommerce-table--order-details thead th {
    background-color: #0c274a !important;
    color: #ffffff !important;
}

.woocommerce-table--order-details tbody tr:nth-child(even) {
    background-color: #0a1f36 !important;
}

.woocommerce-table--order-details a {
    color: #f6d04e !important;
    text-decoration: underline !important;
}

.woocommerce-table--order-details a:hover {
    color: #ffffff !important;
}

/* Hide shipping address from My Account addresses */
.woocommerce-MyAccount-content .col-2.shipping,
.woocommerce-address-fields .shipping,
.u-column2.col-2.woocommerce-Address-shipping {
    display: none !important;
}

/* Hide shipping address in addresses page */
.woocommerce-MyAccount-content .addresses .u-column2 {
    display: none !important;
}

/* Make billing address take full width when shipping is hidden */
.woocommerce-MyAccount-content .addresses .u-column1 {
    width: 100% !important;
}

/* Checkout express checkout container link font size */
.woocommerce-checkout .express-checkout-container .checkout-left .express-header a {
    font-size: 16px;
}

