body {
  font-family: 'Poppins', sans-serif;
  color: #1F2A24;
  background: #ffffff;
}

h1,
h2,
h3,
h4 {
  font-family: 'Host-grotesk', sans-serif;
  font-weight: 600;
}

.hero-section {
  padding: 90px 0;
}

.brand-label {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #6B756F;
  text-transform: uppercase;
}

.hero-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2A24;
}

.hero-desc {
  font-size: 16px;
  color: #6B756F;
  /* max-width: 520px; */
  margin-top: 16px;
}


.countdown h4 {
  font-weight: 700;
  margin: 0;
}

.impact-section {
  background: #F1FFF4;
}

.trainer-section {
  background: #fff;
}

.trusted-section {
  background: #0f0f0f;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
}

.accordion-button:not(.collapsed) {
  color: #5B8A66;
  font-weight: 600;
}

.video-banner {
  background: url('../images/video-bg.png') center/cover no-repeat;
  padding: 80px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.icon-box img {
  height: 40px;
  margin-bottom: 10px;
}

.cta-section {
  background: #5B8A66;
  color: white;
  border-radius: 12px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 12px;
}

.expert-card {
  background: #f6f6f6;
  padding: 15px;
  border-radius: 12px;
}

.btn-primary {
  background: #5B8A66;
  border: none;
  padding: 6px 20px;
  border-radius: 99px;
  /* font-weight: 600; */
  font-size: 16px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
}

.btn-primary:hover {
  background: #45684d;
}

.btn-outline-secondary {
  border: 1px solid #D6DED7;
  border-radius: 99px;
  padding: 12px 26px;
  color: #1F2A24;
  text-wrap: nowrap;
}

.btn-outline-secondary:hover {
  background-color: #111111;
}

.text-primary {
  color: #5B8A66 !important;
}

.educator-img-container>img {
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #5B8A66;
}

.nav-link {
  background-color: #fff;
  color: #000;
}

.nav-link:focus,
.nav-link:hover {
  color: #5B8A66;
}

.bg-primary {
  background-color: #5B8A66 !important;
}

.check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-banner-1 {
  width: 100%;
  height: 400px;
  background: url(./images/young-woman-getting-beauty-treatment-her-eyebrows.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.header-logo {
  width: 100px;
}

.icon-box>svg {
  width: 50px;
}

.icon-box>h6 {
  font-size: 14px;
}

.accordion-button:focus {
  box-shadow: #F1FFF4 !important;
}

.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsiveness */
@media (max-width:991px) {

  .hero-title {
    font-size: 32px;
  }

  .video-banner {
    padding: 50px 30px;
  }

}

@media (max-width:768px) {

  .hero-section {
    text-align: center;
  }

  .hero-img {
    margin-top: 30px;
  }

  .countdown {
    justify-content: center;
  }

  .button-group {
    display: flex;
    justify-content: center;
  }

  .learn-col {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    border: none !important;
    margin-top: 20px;
  }

  .btn {
    padding: 6px 20px;
  }

}

@media (max-width:576px) {

  .header-logo {
    width: 80px;
  }

  .hero-title {
    font-size: 26px;
  }

  .cta-section {
    padding: 40px 20px;
  }

  p {
    font-size: 12px !important;
  }

  .accordion-button,
  .accordion-body {
    font-size: 12px !important;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  .video-banner-1 {
    height: 200px;
  }

  .btn {
    font-size: 14px;
    padding: 4px 16px;
  }

  .btn-outline-secondary {
    font-size: 14px;
    padding: 4px 16px;
  }

  .nav-item {
    font-size: 10px;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .educator-img-container {
    width: 180px;
  }

  .educator-content>h3 {
    font-size: 16px;
  }

  .stats {
    font-size: 22px !important;
    color: #5B8A66;
    font-weight: 600;
  }

  .download-course-btn {
    font-size: 12px;
  }
}

/* @media (max-width : 417px) {
  .expert-card {
    display: flex;
    flex-direction: column;
  }
} */

@media (max-width:376px) {
  .nav-item {
    font-size: 10px;
    padding-inline: 4px;
  }

  .nav-link {
    padding-inline: 16px !important;
  }

  .btn {
    font-size: 12px;
  }
}

@media (max-width:321px) {

  .countdown {
    gap: 10px !important;
  }

  .nav-link {
    padding-inline: 12px !important;
  }
}

.stats {
  font-size: 50px;
  color: #5B8A66;
  font-weight: 600;
}

.video-container {
  position: relative;
  width: 100%;
  height: 350px;
  /* adjust based on hero height */
  overflow: hidden;
  border-radius: 16px;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77%;
  /* 16:9 vs 9:16 trick */
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* prevents accidental clicks */
}

/* ── Global clip ── */
html,
body {
  overflow-x: hidden;
}

/* ── Countdown: shrink on xs so 4 numbers don't spill ── */
@media (max-width: 575.98px) {
  .countdown {
    gap: 0.5rem !important;
  }

  .countdown h2 {
    font-size: 1.25rem;
  }
}

/* ── text-nowrap: allow wrapping on mobile ── */
@media (max-width: 767.98px) {
  .text-nowrap {
    white-space: normal !important;
  }
}

/* ── .learn-col (col-lg-6 ps-5 border-start): swap left border for top border when stacked ── */
@media (max-width: 991.98px) {
  .learn-col {
    border-left: none !important;
    border-top: 1px solid #dee2e6 !important;
    padding-left: 0 !important;
    padding-top: 1.5rem !important;
  }
}

/* ── Expert cards: stack image + content vertically on mobile ── */
@media (max-width: 575.98px) {
  .expert-card {
    flex-direction: column !important;
  }

  .educator-img-container {
    width: 100% !important;
  }

  .educator-img-container img {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .educator-content {
    padding: 1rem !important;
    width: 100%;
  }
}

/* ── Masterclass tab header: h3 + button row needs to wrap ── */
@media (max-width: 767.98px) {
  .masterclass .tab-pane>div>.d-flex.justify-content-between {
    flex-wrap: wrap !important;
    gap: 0.75rem;
  }
}

/* ── Nav pills: stack the two long labels on very narrow screens ── */
@media (max-width: 430px) {
  #pills-tab {
    flex-direction: column !important;
    border-radius: 0.75rem !important;
    align-items: stretch;
    gap: 0.35rem;
  }

  #pills-tab .nav-item {
    margin-left: 0 !important;
  }

  #pills-tab .nav-link {
    text-align: center;
  }
}

/* ── Hero button group: stack on very small phones ── */
@media (max-width: 400px) {
  .button-group {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.custom-padding {
  padding: 6px 20px;
}