html, body {
  margin: 0;
  padding: 0;
}
body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img, iframe, video, audio {
  max-width: 100%;
}
hr {
  border-top: 1px solid #3f3f3f!important;
}
.btn {
  cursor: pointer;
}
.container {
  padding-right: 10px!important;
  padding-left: 10px!important;
}
div[builder-element="CellContainerElement"] {
  margin: 0 -10px;
}


.learners-hq-landing-page-footer {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 10px 15px;
  background: #1a1a1a;
  font-size: 70%;
}
.learners-hq-powered-by {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.learners-hq-powered-by img {
  max-width: 120px;
  margin-left: 10px;
}
.learners-hq-links {
  margin-left: auto;
}
.learners-hq-link {
  color: #ffffff;
  text-decoration: none!important;
}
.learners-hq-link:hover {
  color: #fb0300;
}

/* Modal */
#learners-hq-overlay,
#learners-hq-notification-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
}
#learners-hq-modal {
  display: none;
  opacity: 0;
  position: fixed;
  width: 60%;
  height: 70%;
  margin-top: 7.5%;
  margin-left: 20%;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
}
.learners-hq-modal-single-column {
  width: 400px!important;
  margin-left: calc( (100% - 400px) / 2 )!important;
  height: 80%!important;
  margin-top: 5%!important;
}
#learners-hq-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  overflow: hidden;
}
#learners-hq-close {
  display: none;
  opacity: 0;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  background: #1a1a1a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}

/* Blog */
.lhq-blog-card.
.lhq-blog-card img {
  transition: all 0.25s;
}
.lhq-blog-card:hover {
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1)!important;
  transition: all 0.25s;
}
.lhq-blog-card:hover img {
  opacity: 0.85;
  transition: all 0.25s;
}
.lhq-page-back {
  display: inline-block;
  padding: 4px 8px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}
.lhq-page-back:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff;
}
.lhg-blog-breadcrumb {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
}
.lhg-blog-breadcrumb span {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  font-weight: 400;
}
.lhg-blog-breadcrumb span a {
  color: #747474;
  text-decoration: none;
}
.lhg-blog-breadcrumb span a:hover {
  color: #212529;
  text-decoration: none;
}
.lhg-blog-breadcrumb span {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
}
.lhg-blog-breadcrumb span:first-child {
  margin-left: 0;
}
.lhg-blog-breadcrumb span:last-child {
  margin-right: 10px;
}
.lhg-blog-breadcrumb .lhq-page-back {
  font-size: 12px;
  padding: 2px 6px;
}
#lhq-single-blog-image img {
  width: 100%;
  max-width: 100%;
}
#lhq-single-blog-title h3 {
  margin: 30px 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
#lhq-single-blog-content {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
#lhq-single-blog-meta {
  font-size: 13px;
  color: #666666;
}
#lhq-single-blog-wrapper.lhq-single-blog-image-left #lhq-feature-image {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
}
#lhq-single-blog-wrapper.lhq-single-blog-image-right #lhq-feature-image {
  display: inline;
  float: right;
  margin: 0 0 15px 15px;
}

/* Product Cards */
.lhq-product-card {
  height: 100%;
  position: relative;
  padding-bottom: 65px!important;
}
.lhq-product-media {
  overflow: hidden;
}
.lhq-product-media img {
  width: 100%;
}
.lhq-product-button {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 15px;
  cursor: pointer;
}

/* Videos */
.video-play-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 998;
}
.video-play-wrapper {
  position: fixed;
  top: 3%;
  left: 15%;
  z-index: 9999;
  width: 70%;
  height: auto;
  padding: 30px;
  background: rgba(0,0,0,0.9);
  transition: top 0.25s;
}
.video-play-close {
  position: absolute;
  right: -15px;
  font-size: 36px!important;
  top: -10px;
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  cursor: pointer;
}

/* Product Modal */
.modal-product-wrapper {
  height: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  margin: 0 0 15px 15px;
  color: #f7f7f7;
  overflow: auto;
}
/* Scroll bars */
.modal-product-wrapper::-webkit-scrollbar {
  width: 10px;
  background: #f7f7f7;
}
.modal-product-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px #d0d0d0;
}

.modal-product-wrapper::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px #000000;
  background: #f7f7f7;
  border-radius: 3px;
}
.modal-product-title h3 {
  margin: 10px 0 30px 0;
  padding-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 1px solid #2f2f2f;
}
.modal-product-title h3 div span {
  float: right;
  margin: 0 0 5px 5px;
  color: #32cd32;
}
.modal-product-description {
  margin-bottom: 15px; 
}
.lhq-purchase-signup-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.lhq-purchase-signup-wrapper p {
  width: 100%;
  margin-bottom: 10px;
}
.lhq-purchase-form-group {
  width: 100%;
  display: inline-block;
}
.lhq-purchase-form-group-inline {
  width: 49%;
}
.lhq-purchase-form-group-inline-first {
  margin-right: 1%;
}
.lhq-purchase-form-group-inline-last {
  margin-left: 1%;
}
.lhq-purchase-form-group label {
  width: 100%;
  margin: 0;
}
.lhq-purchase-signup-field {
  width: 100%;
  padding: 4px 8px;
  border: none;
  outline: none;
  background: #f7f7f7;
}
.modal-product-subscriptions-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-content: center;
  justify-content: center;
}
.modal-product-subscriptions-item {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  margin-bottom: 15px;
  padding: 15px 15px 62px;
  border: 2px solid #e1e1e1;
  border-radius: 15px;
  text-align: center;
}
.modal-subscription-title {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.modal-subscription-price {
  display: inline-block;
  width: 70%;
  margin: 15px auto 5px;
  padding: 5px;
  font-size: 24px;
  color: #32cd32;
  border: 1px solid #f7f7f7;
  border-radius: 15px;
}
.modal-subscription-type {
  font-size: 12px;
  color: #f7f7f7;
}
.modal-subscription-description { /*00bfff*/
  margin-top: 15px;
  padding: 10px;
  background: #003142;
  border: none;
  border-radius: 15px;
  text-align: left;
}
.modal-subscription-description span {
  font-size: 14px;
}
.modal-subscription-description ul {
  padding: 15px;
  margin: 0 0 0 3px;
}
.modal-subscription-description ul li {
  color: #fff;
}
.modal-subscription-description ul li::marker {
  color: #00bfff;
}
.lhq-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  outline: none;
  border: 3px solid #f7f7f7;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #000000;
}
.lhq-btn:hover {
  opacity: 0.66;
  outline: none;
  border: 3px solid #f7f7f7;
  color: #fff;
}
.lhq-btn-purchase {
  background: rgb(0,191,102);
  background: linear-gradient(90deg, rgba(0,191,102,1) 0%, rgba(0,191,252,1) 100%);
}
.lhq-btn-subscribe {
  background: rgb(250,8,7);
  background: linear-gradient(90deg, rgba(250,8,7,1) 0%, rgba(255,218,87,1) 100%);
}
.lhq-btn-free {
  background: rgb(0,191,102);
  background: linear-gradient(90deg, rgba(0,191,102,1) 0%, rgba(0,191,252,1) 100%);
}
.lhq-product-list-item-hidden {
  display: none;
}
.lhq-show-more-toggle {
  padding-left: 3px;
  font-size: 14px;
  color: #00bfff!important;
  text-decoration: underline!important;
  cursor: pointer;
}
.lhq-show-more-toggle:hover {
  text-decoration: none!important;
}
.modal-product-free-wrapper .modal-product-media,
.modal-product-free-wrapper .modal-product-description {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.modal-product-free-wrapper .modal-product-media.modal-product-media-empty,
.modal-product-free-wrapper .modal-product-description.modal-product-description-full {
  display: block;
  width: 100%;
}
.lhq-payment-wrapper {
  width: 100%;
  position: relative;
  vertical-align: top;
}
.lhq-payment-col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#lhq-stripe-payment {
  padding-right: 15px;
}
#lhq-product-details {
  padding-left: 15px; 
}
#lhq-product-details h4 {
  font-size: 1.3em;
}
.learners-hq-modal-single-column .lhq-payment-col {
  display: block;
  width: 100%;
}
.learners-hq-modal-single-column #lhq-stripe-payment {
  padding-right: 0;
  margin-right: -8px;
}
.learners-hq-modal-single-column #lhq-product-details {
  padding-left: 0; 
}
#lhq-payment-submit {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  background: rgb(0,191,102);
  background: linear-gradient(90deg, rgba(0,191,102,1) 0%, rgba(0,191,252,1) 100%);
  outline: none;
  border: 3px solid #f7f7f7;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #000000;
}
.learners-hq-modal-single-column #lhq-payment-submit {
  width: calc(100% - 8px); 
}
#lhq-payment-submit:hover {
  opacity: 0.66;
  outline: none;
  border: 3px solid #f7f7f7;
  color: #fff;
}

/* Notifications */
#learners-hq-notification-modal {
  position: fixed;
  top: -800px;
  left: calc(50% - 300px);
  width: 600px;
  height: 400px;
  margin: auto;
  background: #000;
  border: 3px solid #00ffae;
  border-radius: 16px;
  padding: 0 20px 40px;
  box-shadow: 0 10px 30px rgba(0, 255, 174, 0.2);
  overflow: hidden;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
#learners-hq-notification-modal.error {
  left: calc(50% - 150px);
  width: 300px;
  height: 150px;
  border: 3px solid #fd0001;
  box-shadow: 0 10px 30px rgb(244 67 54 / 33%);
}
#learners-hq-notification-modal.error h4 {
  color: #fd0001;
}
.learners-hq-notification-content {
  display: none;
}
#learners-hq-notification-modal:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url('https://learnershq.com/assets/cms/landing-page-notification-bkg.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#learners-hq-notification-close {
  position: relative;
  color: #fd0001;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}
#learners-hq-notification-close span {
  cursor: pointer;
}
#learners-hq-notification-modal p {
  font-size: 20px; 
}
.btn-hover-glow {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  background-color: #0a0a0a;
  border-radius: 10px;
  border: 2px solid #00bfff; /* Static blue outline */
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
}
.btn-hover-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.6), rgba(0, 191, 255, 0.6));
  opacity: 0;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  z-index: -1;
}
.btn-hover-glow:hover::before {
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 255, 150, 0.5); /* green glow behind */
}
.btn-hover-glow:hover {
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
.btn-hover-glow:active {
  transform: scale(0.96);
  box-shadow: inset 0 0 10px rgba(0, 255, 150, 0.4);
}
#lhq-notification {
    display: none;
    position: fixed;
    top: 15px;
    left: calc(50% - 150px);
    width: 300px;
    padding: 15px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 9px;
    z-index: 99999;
}
#lhq-notification.error {
  border: 2px solid #cc0000;
  background: #ffe9e9;
}
#lhq-notification.success {
  border: 2px solid #088000;
  background: #eeffed;
}
#currency-wrapper {
  position: fixed;
  top: 15px;
  right: 15px;
}
#currency-wrapper.top.center {
  right: calc(50% - 50px);
}
#currency-wrapper.top.left {
  right: auto;
  left: 15px;
}
#currency-wrapper.bottom.right {
  top: auto;
  bottom: 50px;
}
#currency-wrapper.bottom.center {
  top: auto;
  bottom: 50px;
  right: calc(50% - 50px);
}
#currency-wrapper.bottom.left {
  top: auto;
  bottom: 50px;
  right: auto;
  left: 15px;
}
#currency-wrapper #currencies {
  width: 110px;
  padding: 4px 8px;
  border-radius: 13px;
  border: 1px solid #000;
  color: #000;
  outline: none;
}
#currency-wrapper #currencies.currency-default {
  border: 1px solid #4374d1;
  color: #4374d1;
}
#currency-wrapper #currencies.currency-light {
  border: 1px solid #fff;
  color: #fff;
}
#currency-wrapper #currencies:hover {
  border: 1px solid #4374d1;
}
#currency-wrapper #currencies.currency-active {
  background: #4374d1;
  color: #fff;
  border: 1px solid #3fca6d;
}

/* Loader */
.product-loader {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid #1a1a1a;
  border-right-color: #d70801;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  to {
    transform: rotate(1turn)
  }
}

/* Media Query */
@media only screen and (max-width: 1024px) {
  #learners-hq-modal {
    width: 90%;
    height: 90%;
    margin-top: 2.5%;
    margin-left: 5%;
    min-height: 370px;
  }
  #learners-hq-close {
    top: 8px;
    right: 34px;
  }
}
@media only screen and (max-width: 768px) {
  [data-hide-on="mobile"] {
    display: none !important;
  }
}
@media only screen and (max-width: 620px) {
  #learners-hq-notification-modal {
    left: calc(50% - 250px);
    width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .learners-hq-landing-page-footer {
    display: block;
    text-align: center;
  }
  .learners-hq-powered-by {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .learners-hq-links {
    width: 100%;
  }
  #learners-hq-modal {
    width: 96%;
    margin-top: 70px;
    margin-left: 2%;
  }
  .learners-hq-modal-single-column {
    width: 96%!important;
    margin-left: 2%!important;
    margin-top: 10%!important;
  }
  #learners-hq-close {
    top: 56px;
    right: 2px;
  }
  .video-play-wrapper {
    left: 5%;
    width: 90%;
  }
  .lhq-menu-wrapper {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  #lhq-menu-bar {
    display: none!important;
    margin-top: 10px;
    text-align: center;
  }
  #lhq-menu-bar li {
    margin: 10px 0!important;
  }
  #lhq-menu-bar.menu-open {
    display: block!important;
  }
  .lhq-mobile-menu-right {
    text-align: right;
  }
  .lhq-burger-menu {
    display: block!important;
    cursor: pointer;
  }
  .lhq-burger-menu svg {
    width: 34px;
    height: 34px;
  }
  #lhg-blog-content.lhg-blog-grid .lhq-blog-card {
    width: 100%!important;
  }
  #lhg-blog-content.lhg-blog-list .lhq-blog-card-inner {
    flex-direction: column!important;
  }
  #lhg-blog-content.lhg-blog-list .lhq-blog-card-img {
    width: 100%!important;
  }
  .lhq-payment-col {
    display: block;
    width: 100%;
  }
  #lhq-stripe-payment {
    padding-right: 0;
    margin-right: -8px;
  }
  #lhq-product-details {
    padding-left: 0; 
  }
  #lhq-payment-submit {
    width: calc(100% - 8px); 
  }
  #learners-hq-notification-modal {
    left: calc(50% - 200px);
    width: 400px;
    height: 420px;
  }
}