@font-face {
  font-family: "DINREGULAR";
  src: url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.site-heading {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .site-heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cta .siteButton {
  background-color: #fff !important;
  outline: none !important;
}
.cta .appstore img {
  width: 130px;
}
.cta .playstore {
  width: 130px;
}

.banner-section .banner-subtitle {
  text-align: center;
  width: 100%;
}

.progress-container {
  width: 100%;
  background-color: #f0f0f1;
  border-radius: 10px;
  height: 20px;
  position: relative;
}

.introductory-video-container {
  margin: 20px auto;
  padding: 15px;
  border-radius: 5px;
  background: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

video {
  width: 100%;
  border-radius: 5px;
}

#lessonTabContent {
  padding: 0 0 0 0px;
}
#lessonTabContent .box {
  background: white;
  padding: 15px;
  border-radius: 30px;
  box-shadow: none;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
#lessonTabContent .box.highlight {
  background: #ebffa1;
  padding: 30px 25px;
  border-radius: 30px;
}
#lessonTabContent .box.highlight ul li {
  font-weight: normal;
}
#lessonTabContent .box.highlight .site-heading {
  margin-bottom: 8px;
}
#lessonTabContent .box.highlight p {
  margin: 0;
}
#lessonTabContent .box dl, #lessonTabContent .box ol, #lessonTabContent .box ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin: 10px 0;
}

.highlight {
  background: #f5ffaf;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
}

.video-container iframe, .video-container video {
  width: 100%;
  border-radius: 5px;
}

.download-button {
  display: inline-block;
  background: #cddc39;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.button-container {
  text-align: center;
  margin: 10px 0;
}

.button-container button {
  background: black;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5ffaf;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.challenge-section-lovely .progress-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.challenge-section-lovely .progress-bar {
  width: 2%; /* 1/50 = 2% */
  height: 100%;
  background-color: #eaff94; /* Light green */
  border-radius: 10px;
}

.lesson-activity {
  margin-top: 80px;
}
.lesson-activity .site-heading {
  margin-bottom: 20px;
}
.lesson-activity .status-dot {
  width: 18px;
  height: 18px;
}
.lesson-activity .status-dot.red {
  background-color: #f8f8f8;
}
.lesson-activity .status-dot.gray {
  background-color: rgb(182, 182, 182);
}
.lesson-activity .status-dot.green {
  background-color: #ebffa1;
}
.lesson-activity .quiz-status {
  display: flex;
  justify-content: space-around;
  margin-bottom: 33px;
  max-width: 340px;
  align-items: center;
  vertical-align: middle;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.lesson-activity .quiz-status .wrap-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

#lessonTabContent .dayTab {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#lessonTabContent .dayTab .day-i {
  text-align: center;
  background: #ebffa1;
  width: 70px;
  height: 70px;
  padding: 8px 0;
  font-weight: 800;
  margin: 0;
}

#upcomingLessonsTab {
  margin-bottom: 30px;
  background: #fbfbfb;
  border-radius: 30px;
}
#upcomingLessonsTab li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
#upcomingLessonsTab button {
  color: #000 !important;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 10px;
  border: none;
}

#lessonTab .nav-link.currentday, #upcomingLessonsTab .nav-link.currentday, #pastLessonsTab .nav-link.currentday {
  background: #ebffa1 !important;
  color: #000 !important;
  width: 100%;
  border-radius: 80px;
  font-weight: 600;
  margin-top: 15px;
  border: none !important;
}

#pastLessonsTab {
  padding: 23px;
  margin: 0;
  background: #fbfbfb;
  border: 1px solid #e6e8df;
  border-radius: 50px;
}
#pastLessonsTab .pastday {
  background-color: #b5b5b5;
  color: #000 !important;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}

.introductory-video-container {
  margin: 20px auto;
  padding: 15px 20px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #f6f6f6;
  border-radius: 50px;
}

.download-document .wrapBtn {
  display: flex;
  align-items: center;
  gap: 45px;
}
.download-document .wrapBtn p {
  margin: 0;
}
.download-document .wrapBtn .download-button {
  display: inline-block;
  background: #ebffa1 !important;
  color: black;
  padding: 8px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.dailyperformance .checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ebffa1 !important;
  padding: 7px 15px;
  border-radius: 50px;
  margin-bottom: 5px;
}
.dailyperformance .checkbox-container label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.dailyperformance .checkbox-container [type=checkbox], .dailyperformance .checkbox-container [type=radio] {
  width: 20px;
  height: 20px;
}
.dailyperformance .button-container button {
  background: black;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
}

#lessonTab, #upcomingLessonsTab, #pastLessonsTab {
  padding: 15px;
}

.workout .light-green-btn {
  background: #ebffa1 !important;
  font-size: 12px;
  border-radius: 50px;
  padding: 10px 12px;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: block;
}
.workout .wrap-image {
  max-width: 300px;
  margin: auto;
}
.workout .wrap-image img {
  width: 100%;
  border: 1px solid #d1d1d1;
}
.workout .button-container {
  margin-top: 20px;
}
.workout .button-container button {
  background: #ebffa1 !important;
  border: none;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
}

.comingsoon {
  padding-top: 200px;
  text-align: center;
  font-weight: 500;
}

#challengeModal.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#challengeModal .site-heading {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#challengeModal .modal-content {
  background: #050505;
  max-width: 580px;
  margin: 1% auto;
  padding: 15px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
#challengeModal .close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
#challengeModal #countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
  align-items: center;
}
#challengeModal #countdown .time-box {
  background: #2a2a2a;
  color: #fff;
  padding: 10px;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  text-align: center;
  justify-content: center;
  font-size: 120px;
}
#challengeModal #countdown .time-box small {
  font-size: 14px;
  margin-top: 0;
  color: #ccc;
  width: 100%;
  display: contents;
}
#challengeModal #countdown .event-started {
  color: green;
  font-size: 26px;
  font-weight: bold;
}
#challengeModal .site-btn {
  padding: 12px 15px;
  border-radius: 50px;
  color: #000;
  background: #ebffa1;
  border: none;
  width: 100%;
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  list-style: none;
}
#challengeModal #countdown-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
#challengeModal .time-box span {
  width: 80px;
  height: 80px;
  background: #333;
  color: white;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 48px;
  border-radius: 30px;
}
#challengeModal .time-box small {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-top: 2px;
  display: block;
}
#challengeModal .event-started {
  font-size: 24px;
  font-weight: bold;
  color: red;
}
#challengeModal .wrapCountdown {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 50px;
}
#challengeModal .wrapCountdown .dot {
  display: inline-block;
  width: 10px;
  height: 20px;
  position: relative;
  left: -22px;
  top: 6px;
}
#challengeModal .wrapCountdown .dot::before,
#challengeModal .wrapCountdown .dot::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#challengeModal .wrapCountdown .dot::before {
  top: -32px;
}
#challengeModal .wrapCountdown .dot::after {
  bottom: 2px;
}

.challengeText {
  padding: 15px 30px;
  background: red;
  font-weight: bold;
  margin-top: 200px;
  border: none;
  border-radius: 10px;
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#quiz_section .questions {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #ebffa1;
  margin: 15px 0;
  border-radius: 5px;
  background: #ebffa1;
  padding-bottom: 50px;
}
#quiz_section .questions p {
  font-size: 15px;
}
#quiz_section form ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
#quiz_section form ul li label {
  font-size: 14px;
  display: flex;
  gap: 10px;
  font-weight: 600;
  align-items: center;
}
#quiz_section form p {
  margin-bottom: 20px;
}
#quiz_section input[type=radio] {
  display: grid;
  place-content: center;
  font-size: 15px;
  height: 15px;
  width: 15px;
  border: none;
  outline: none;
}
#quiz_section input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000 !important;
}
#quiz_section input[type=radio]:checked {
  border: none;
  outline: none;
}
#quiz_section input[type=radio]:checked::before {
  transform: scale(1);
}
#quiz_section .quiz-question {
  width: 100%;
  max-width: 100%;
  padding: 15px 15px 45px;
  border: 1px solid #ebffa1;
  margin: 15px 0;
  border-radius: 5px;
  background: #ebffa1;
}
#quiz_section .quiz-question p {
  font-size: 15px;
  margin-bottom: 25px;
}
#quiz_section .quiz-question li label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
}

#quiz_section input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background-color: white;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
#quiz_section input[type=radio]:checked {
  background-color: #007bff;
  box-shadow: inset 0 0 0 4px white;
}

div#quiz-results {
  float: right;
  margin-bottom: 60px;
}
div#quiz-results .card {
  margin-left: 0 !important;
}
div#quiz-results .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  width: 260px;
  height: 350px;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
div#quiz-results .card .percent {
  position: relative;
}

.quiz-question ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}

#quiz_section form ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.quiz-results h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quiz-results .card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.quiz-results .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}
.quiz-results .card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: #3498db;
}
.quiz-results .card p {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
.quiz-results .card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz-results .card .number h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: monospace;
}
.quiz-results .card .title h2 {
  margin: 25px 0 0;
}
.quiz-results .card:nth-child(1) svg circle:last-of-type {
  stroke: #f39c12;
}
.quiz-results .card:nth-child(2) svg circle:last-of-type {
  stroke: #2ecc71;
}

section.challenge-section-lovely a {
  padding: 10px 35px;
  border-radius: 50px;
  background: #ebffa1;
  border-color: #ebffa1;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
section.challenge-section-lovely .inner-challenge-banner {
  background: #151a1e !important;
  padding: 40px 0 40px !important;
  color: #ebffa1 !important;
}

.challenge-section-lovely {
  padding: 40px 0 70px;
}

.banner-section {
  margin-bottom: 70px;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: top center;
  position: relative;
  background-color: #000;
  margin-top: 0;
}
.banner-section .banner-content {
  text-align: left;
  max-width: 672px;
  display: block;
  position: relative;
  padding: 60px 0;
}
.banner-section .banner-content h5 {
  font-family: "DINREGULAR";
  font-size: 18px;
}
.banner-section .banner-content .wrap-content {
  font-size: 20px;
  font-family: "DINREGULAR";
  margin-bottom: 30px;
}
.banner-section .banner-content .wrap-content p {
  font-family: "DINREGULAR" !important;
  font-size: 22px;
  letter-spacing: 2px;
}
.banner-section .banner-content .upcoming-text {
  border: 2px solid #ebffa1;
  padding: 12px 65px;
  display: inline-block;
  border-radius: 15px;
  color: #ebffa1;
  font-size: 20px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}
.banner-section .banner-content a.siteButton {
  background: #ebffa1;
  border-radius: 15px;
  display: inline-block;
  color: #000;
  width: 100%;
  text-align: center;
  max-width: 100%;
  padding: 12px 65px;
  font-family: "Din pro" !important;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.banner-section .banner-content h1 {
  color: #fff;
  font-size: 63px;
  font-weight: 700;
  letter-spacing: 11px;
  margin-bottom: 22px;
  line-height: 65px;
}
.banner-section button {
  padding: 10px 15px;
  border-radius: 50px;
  color: #000;
  background: #ebffa1;
  border: none;
}
.banner-section .wrap-challengeBtn {
  max-width: 600px;
}

.custom-navbar {
  background: #000 !important;
  padding: 0;
}

body .taglineBold {
  font-style: normal;
  font-size: 18px;
  font-family: "DINREGULAR";
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.why-join-us {
  padding: 50px 0;
  margin-bottom: 60px;
}
.why-join-us .wrap-heading .taglineBold {
  font-style: normal;
  font-size: 20px;
  font-family: "DINREGULAR";
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.why-join-us .section-heading {
  max-width: 700px;
  margin-bottom: 60px;
  border-left: 5px solid #f2f2f2;
  padding-left: 30px;
  font-weight: 700;
  font-size: 52px;
}
.why-join-us .card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: none;
}
.why-join-us .card:hover {
  transform: translateY(-5px);
}
.why-join-us .card .card-body {
  text-align: center;
  padding: 0;
}
.why-join-us .card .card-body .wrap-image {
  height: 300px;
  margin-bottom: 0px;
}
.why-join-us .card .card-body .wrap-image img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.why-join-us .card .card-body .wrap-content {
  padding: 30px 20px;
  height: 260px;
}
.why-join-us .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-left: 0;
  padding-top: 0;
  margin: 0;
  margin-bottom: 20px;
}
.why-join-us .card .card-body .card-text {
  color: #000;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
}
.why-join-us .card .card-body .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #ebffa1;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.3s ease;
  width: 100%;
}
.why-join-us .card .card-body .btn:hover {
  background-color: #c1f96c;
}
/* =========================
   FAQ ACCORDION
   ========================= */

.faq-section {
  padding: 50px 0;
  background: #ffffff;
}

.faq-section .section-heading {
  max-width: 700px;
  margin-bottom: 40px;
  border-left: 5px solid #f2f2f2;
  padding-left: 30px;
  font-weight: 700;
  font-size: 40px;
}

.faq-section .faq-intro {
  max-width: 700px;
  font-family: "DINREGULAR";
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
}

.faq-section .faq-list {
  margin-top: 20px;
}

/* Each FAQ item */
.faq-section .faq-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
}

/* The clickable header */
.faq-section .faq-toggle {
  width: 100%;
  padding: 16px 0;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.faq-section .faq-question {
  font-family: "DINREGULAR";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
}

.faq-section .faq-icon {
  font-size: 20px;
  font-weight: 700;
  margin-left: 15px;
  transition: transform 0.2s ease;
}

/* The answer (collapsed by default) */
.faq-section .faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  font-family: "DINREGULAR";
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}

/* Inner spacing when open */
.faq-section .faq-item.is-open .faq-answer {
  margin-top: 8px;
  padding-bottom: 16px;
}

/* Rotate icon and change symbol when open */
.faq-section .faq-item.is-open .faq-icon {
  transform: rotate(45deg); /* + becomes × visually */
}

/* Links inside answers */
.faq-section .faq-answer a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 30px 0;
  }

  .faq-section .section-heading {
    font-size: 28px;
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .faq-section .faq-question {
    font-size: 16px;
  }

  .faq-section .faq-answer {
    font-size: 14px;
  }
}

.powered-by-bar {
  background: #CCFE07;
  padding: 6px 0;
  text-align: center;
  font-family: "DINREGULAR";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.powered-by-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.powered-by-text {
  text-transform: uppercase;
}

.powered-by-logo {
  height: 22px;
  max-width: 120px;
  width: auto;
}

.login-btn-header {
  padding: 8px 20px;
  border: 2px solid #ccff00;
  border-radius: 30px;
  color: #ccff00;
  font-weight: 600;
  font-size: 14px;
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}
.login-btn-header:hover {
  background-color: #ccff00;
  color: #000;
}

/* === JOIN CHALLENGE STEPS === */

.join-challenge-steps {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.join-challenge-steps .row {
  margin-bottom: 0;
}

.join-step {
  min-height: 380px;
}

/* Images */

.join-step-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.join-step-title {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  color: #111;
}

.join-step-price {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111;
}

.join-step-subheading {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}

.join-step-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 8px 0 6px;
}

.join-step-price-now {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.join-step-price-was {
  font-size: 44px;
  font-weight: 800;
  color: #d11;
  text-decoration: line-through;
}

.join-step-disclaimer {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 14px;
}

/* Button container on step 2 */

.join-step-buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

/* === BUTTONS === */

/* Primary button – used on both steps */

.join-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.8rem;
  border-radius: 999px;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
          background-color 0.2s ease,
          color 0.2s ease,
          transform 0.15s ease,
          box-shadow 0.15s ease;
}

.join-btn-primary:hover,
.join-btn-primary:focus {
  background-color: #d3ff1c;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* Secondary button – only on step 2 */

.join-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.8rem;
  border-radius: 999px;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
          background-color 0.2s ease,
          color 0.2s ease,
          transform 0.15s ease,
          box-shadow 0.15s ease;
}

.join-btn-secondary:hover,
.join-btn-secondary:focus {
  background-color: #d3ff1c;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* Back link */

.join-step-back {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: underline;
}

.join-step-back:hover,
.join-step-back:focus {
  color: #555;
  text-decoration: underline;
}

/* === STEP VISIBILITY (desktop & mobile) === */

.join-step-2:not(.active) {
  /* no extra rule here, Bootstrap's .d-none will hide it */
}

/* Responsive tweaks */

@media (max-width: 767.98px) {
  .join-challenge-steps {
    padding: 50px 0;
  }

  .join-step-title {
    font-size: 1.8rem;
    text-align: left;
  }

  .join-step-price,
  .join-step-subheading {
    text-align: left;
  }

  .join-step-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .join-btn-secondary,
  .join-btn-primary {
    width: 100%;
    justify-content: center;
  }

  .join-step-back {
    margin-left: 0;
  }
}

.footer-logo {
  padding-bottom: 20px; /* adjust */
  display: inline-block; /* makes padding behave predictably */
}

footer .footer-contact,
footer .footer-contact a,
footer .footer-contact li {
  text-transform: none !important;
}

/* Woo Checkout Block: ensure Shipping/Delivery step heading is visible */
.wc-block-components-checkout-step__heading,
.wc-block-components-checkout-step__heading .wc-block-components-checkout-step__title {
  color: #111 !important;
}

/* Woo Checkout: ensure links are visible in disclaimer / terms text */
.wc-block-components-checkbox__label a,
.wc-block-components-checkbox__label a:visited,
.wc-block-components-checkbox__label a:hover,
.wc-block-components-checkbox__label a:focus,
.wc-block-components-checkbox__label a:active {
  color: #0057b8;
  text-decoration: underline;
}


@media (max-width: 992px) {
  .why-join-us .container .row {
    flex-direction: column;
    align-items: center;
  }
}

.what-you-do {
  padding: 0px 0;
}
.what-you-do .containerFull {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.what-you-do .containerFull .row {
  padding: 0;
  margin: 0;
}
.what-you-do .containerFull .row .left-image, .what-you-do .containerFull .row .right-content {
  margin: 0;
  padding: 0;
}
.what-you-do .left-image {
  position: relative;
}
.what-you-do .left-image .centerIcons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -62px;
  margin: auto;
  display: flex;
  align-items: center;
  transform: rotate(450deg);
}
.what-you-do .left-image .centerIcons img {
  height: 120px;
}
.what-you-do .challenge-content {
  padding: 20px;
  font-size: 1.2rem;
  color: #333;
}
.what-you-do .wrap-image img {
  width: 100%;
  max-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-you-do .taglineBold {
  margin-bottom: 10px;
}
.what-you-do .wrap-content h2 {
  max-width: 700px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 52px;
  letter-spacing: 2px;
}
.what-you-do .wrap-content ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 45px;
}
.what-you-do .wrap-content ul li {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
}
.what-you-do .wrap-right-content {
  padding: 30px 10px 0 45px;
}
.what-you-do .services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.what-you-do .services .service-card .service-image {
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  height: 230px;
}
.what-you-do .services .service-card .service-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.what-you-do .services .service-card h5 {
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
  word-break: break-word;
}
.what-you-do .join-button {
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 20px;
  padding: 24px 25px;
  background: #000;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 100%;
  margin-top: 30px;
}
.what-you-do .join-button:hover {
  background: #3a3a3a;
}

.what-you-do.trainingSection {
  background: #ffffff;
}
.what-you-do.trainingSection .wrap-right-content {
  text-align: center;
  margin: auto;
  padding: 80px 60px 60px;
  background: #fff;
}
.what-you-do.trainingSection .wrap-right-content .section-heading {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.what-you-do.trainingSection .wrap-right-content .wrap-content {
  font-family: "DINREGULAR";
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.what-you-do.trainingSection .wrap-right-content .wrap-content p a {
  color: #000;
  font-weight: 800;
  font-family: "Din pro" !important;
  font-style: normal;
}
.what-you-do.trainingSection .left-image .centerIcons {
  left: -60px;
  right: auto;
  transform: rotate(-90deg);
}

.pillarLayout {
  padding: 25px 0 0;
}
.pillarLayout .odd-section {
  background-color: #fff;
  width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.pillarLayout .odd-section .innerContent {
  padding-right: 40px;
  position: relative;
  top: 80px;
}
.pillarLayout .even-section {
  background-color: #ebffa1;
  margin-top: 120px;
  padding: 80px 0;
}
.pillarLayout .even-section .img-column {
  padding-right: 40px;
}
.pillarLayout .content-column {
  padding: 20px;
}
.pillarLayout .content-column h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 600;
}
.pillarLayout .content-column p {
  font-size: 18px;
  color: #000;
  font-family: "DINREGULAR";
}
.pillarLayout .img-column {
  text-align: center;
}
.pillarLayout .img-column img {
  max-width: 100%;
  border-radius: 50px;
  width: 100%;
}

@media (max-width: 990px) {
  #challengeModal .modal-content {
    width: 580px;
    max-width: 90%;
    padding: 15px;
  }
  #challengeModal .modal-content .time-box span {
    width: 80px;
    height: 80px;
    font-size: 48px;
    border-radius: 30px;
  }
  #challengeModal .modal-content .time-box small {
    font-size: 18px;
  }
  #challengeModal .modal-content .wrapCountdown .dot {
    top: 6px;
  }
  #challengeModal .modal-content .site-btn {
    padding: 12px 15px;
    font-size: 14px;
    margin-top: 30px;
  }
  #challengeModal .site-heading {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .banner-section .banner-content h1 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .pillarLayout {
    padding: 15px 0 0px;
  }
  .pillarLayout .odd-section {
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .pillarLayout .odd-section .innerContent {
    padding-right: 0;
    top: 40px;
    padding-bottom: 30px;
  }
  .pillarLayout .even-section {
    margin-top: 60px;
  }
  .pillarLayout .even-section .img-column {
    padding-right: 0;
  }
  .pillarLayout .content-column {
    text-align: center;
    padding: 15px;
  }
  .pillarLayout .content-column h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .pillarLayout .content-column p {
    font-size: 16px;
  }
  .pillarLayout .img-column {
    padding: 10px 0;
  }
  .pillarLayout .img-column img {
    border-radius: 20px;
  }
  body .taglineBold {
    font-size: 16px;
  }
  .why-join-us {
    margin-bottom: 0;
  }
  .why-join-us .section-heading {
    font-size: 32px;
  }
  .what-you-do .left-image .centerIcons {
    display: none;
  }
  .what-you-do .join-button {
    padding: 12px 25px;
    font-size: 16px;
  }
  .what-you-do .wrap-right-content {
    padding: 30px 20px;
    text-align: center;
  }
  .what-you-do .wrap-content h2 {
    font-size: 32px;
  }
  .what-you-do .wrap-content ul {
    padding: 0;
    padding-left: 30px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 60px;
    text-align: left;
  }
  .what-you-do .wrap-content ul li {
    font-size: 16px;
  }
  .what-you-do .wrap-image-repeater .service-card {
    margin-bottom: 30px;
  }
  .what-you-do .wrap-image-repeater .service-card .service-image {
    margin: auto;
    margin-bottom: 15px;
  }
  .why-join-us .card {
    margin-bottom: 30px;
  }
  .challenge-section-lovely {
    padding: 30px 0 0px;
  }
  section.challenge-section-lovely .inner-challenge-banner {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
  }
  section.challenge-section-lovely .inner-challenge-banner p {
    font-size: 13px;
    line-height: 26px;
  }
  div#quiz_section {
    margin-top: 0;
  }
  #quiz_section {
    margin-bottom: 30px;
  }
  #quiz_section .wrapquizResults {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  #quiz_section .quiz-question {
    padding: 15px 15px 25px;
  }
  #quiz_section .quiz-question p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #quiz_section .quiz-question li label {
    font-size: 14px;
    align-items: baseline;
  }
  div#quiz-results {
    margin-bottom: 30px;
  }
  .lesson-activity {
    margin-top: 30px;
  }
  .lesson-activity .quiz-status {
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }
  .lesson-activity .quiz-status .wrap-status {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  #lessonTabContent {
    padding: 0 0 0 0px;
  }
  #lessonTabContent button {
    padding: 10px 10px;
  }
  #lessonTabContent .dayTab {
    margin-top: 20px;
    text-align: left;
    justify-content: start;
  }
  #upcomingLessonsTab button {
    padding: 10px 0;
  }
  #pastLessonsTab {
    padding: 15px 10px;
  }
  #pastLessonsTab .pastday {
    font-size: 13px;
  }
  .site-container {
    margin: 0;
    padding: 0 15px;
    max-width: 100%;
  }
  .challenge-section-lovely .progress-text {
    margin-bottom: 0;
  }
  .challenge-section-lovely ul {
    margin: 0;
    margin-bottom: 15px;
  }
  .download-document .wrapBtn .download-button {
    width: 100%;
    text-align: center;
    font-weight: 600;
  }
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    padding: 10px 0px;
  }
  .introductory-video-container {
    padding: 10px 12px;
  }
}
@media (max-width: 500px) {
  #challengeModal .modal-content {
    padding: 40px 10px;
    max-width: 420px;
  }
  #challengeModal .modal-content .time-box span {
    width: 70px;
    height: 80px;
    font-size: 48px;
  }
  #challengeModal .modal-content .wrapCountdown {
    gap: 10px;
  }
  #challengeModal .modal-content .wrapCountdown .dot {
    top: 6px;
    left: 0;
  }
  #challengeModal .modal-content .wrapCountdown .dot::after {
    bottom: 10px;
    width: 8px;
    height: 8px;
  }
  #challengeModal .modal-content .wrapCountdown .dot::before {
    top: -22px;
    width: 8px;
    height: 8px;
  }
}/*# sourceMappingURL=custom.css.map */

:root {
  --hilight-color: #eaff94;
}
.hl-bg {
  background-color: var(--hilight-color);
}
/* .summary {
  display: flex;
  justify-content: space-between;
}
.flex {
  display: flex;
  &.space-between {
    justify-content: space-between;
  }
}
.gap {
  gap: 1rem;
} */

.daily-challenge {
  &:empty {
    min-height: 52vh;
  }
  .btn-primary {

    --primary-color: #CCFE07;
    --bs-btn-color: #000;
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color)
  }
  a:visited {
    color: currentColor;
  }
  h1, h2, .fz-30 {
    font-size: 1.875rem;
  }
  h3, .fz-24 {
    font-size: 1.5rem;
  }
}
.product-join-button{
  letter-spacing: 2px;
  display: inline-block;
  padding: 24px 25px;
  background: #000;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  max-width: 500px;
  margin-top: 30px;
}
.product-join-button:hover {
  color: #fff !important;
}
.product-join-button:visited {
  color: #fff !important;
}

.product-login-button{
  color: #000 !important;
  text-decoration: underline;
}
.registrations-close{
  padding: 12px 65px;
  height: 50px;
  align-content: center;
  text-align: center;
  width: 100%;
  color: var(--hilight-color);
}

.max-width-btn {
  max-width: 250px;
  width: 100%;
  white-space: normal;
}
