/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Author: TargetZero
*/

.jbs-section-heading {
  margin-bottom: 26px;
  text-align: center;
}
.jbs-section-heading h2 {
  margin: 0;
  color: #4e4e4e;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
}
.jbs-section-heading p {
  margin: 14px auto 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

:root {
  --jbs-brand: #9dd63a;
  --jbs-brand-dark: #6f9d1e;
  --jbs-heading: #4e4e4e;
  --jbs-text: #666666;
  --jbs-dark: #686868;
  --jbs-surface: #ffffff;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
}

body.jbs-home-body {
  margin: 0;
  background: #f7f6ef;
  color: #666666;
  font-family: "Poppins", Arial, sans-serif;
}

.jbs-shell {
  width: min(100% - 32px, 1140px);
  margin-inline: auto;
}

.jbs-home {
  overflow: clip;
}

.jbs-hero-banner {
  position: relative;
  overflow: clip;
  background: radial-gradient(circle at 15% 25%, rgba(157, 214, 58, 0.18), transparent 28%), radial-gradient(circle at 85% 80%, rgba(157, 214, 58, 0.16), transparent 24%), linear-gradient(180deg, rgba(31, 41, 53, 0.78), rgba(31, 41, 53, 0.7));
  color: #ffffff;
}
.jbs-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 28, 39, 0.6);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.jbs-hero-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(20, 28, 39, 0.28), rgba(20, 28, 39, 0.5)), url("assets/images/hero-background.webp") center/cover no-repeat;
  pointer-events: none;
  transform: scale(1.02);
}
.jbs-hero-banner .jbs-header,
.jbs-hero-banner .jbs-hero__content {
  position: relative;
  z-index: 1;
}
.jbs-hero-banner .jbs-header {
  z-index: 30;
}
.jbs-hero-banner .jbs-hero__content {
  z-index: 1;
}
.jbs-hero-banner h1 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(2.5rem, 5.5vw, 4.3rem);
  font-weight: 800;
  line-height: 1.05;
}

body.jbs-interior-body .jbs-hero-banner::after {
  opacity: 1;
}


.jbs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 22px 0 56px;
}

.jbs-brand img {
  display: block;
  width: min(210px, 40vw);
  height: auto;
}

.jbs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.jbs-nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.jbs-nav__menu > li {
  position: relative;
}
.jbs-nav a, .jbs-nav__menu a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}
body:not(.jbs-home-body) .jbs-nav a,
body:not(.jbs-home-body) .jbs-nav__menu a {
  color: grey;
}
body:not(.jbs-home-body) .jbs-header-action,
body:not(.jbs-home-body) .jbs-cart-link {
  border-color: rgba(20, 28, 39, 0.2);
  background: #ffffff;
  color: #141c27;
}
body:not(.jbs-home-body) .jbs-header-action:hover,
body:not(.jbs-home-body) .jbs-cart-link:hover {
  border-color: rgba(20, 28, 39, 0.36);
  background: #f7f7f7;
}

.jbs-header-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.jbs-header-action,
.jbs-cart-link,
.jbs-site-search button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.jbs-header-action .dashicons,
.jbs-cart-link .dashicons,
.jbs-site-search button .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}

.jbs-cart-link {
  position: relative;
}

.jbs-cart-link__count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #9dd63a;
  color: #141c27;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  box-sizing: border-box;
}

.jbs-site-search {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  display: flex;
  align-items: stretch;
  width: min(340px, calc(100vw - 32px));
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.jbs-site-search[hidden] {
  display: none;
}
.jbs-site-search input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 0;
  color: #333333;
  font: 500 0.92rem "Poppins", Arial, sans-serif;
  outline: none;
}
.jbs-site-search button {
  width: 48px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #a7dd43, #9dd63a);
  color: #ffffff;
}

.jbs-cat-nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.jbs-cat-nav-wrapper .jbs-header-actions {
  margin-left: auto;
}

@media (max-width: 640px) {
  body:not(.jbs-home-body) .jbs-nav-toggle {
    border-color: rgba(20, 28, 39, 0.25);
    background: transparent;
  }
  body:not(.jbs-home-body) .jbs-nav-toggle span {
    background: #141c27;
  }
  body:not(.jbs-home-body) .jbs-nav.is-open {
    position: absolute;
    right: -30px;
    top: calc(100% + 6px);
    width: 100vw;
    z-index: 9999;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    backdrop-filter: none;
    padding: 16px;
    box-sizing: border-box;
  }
  body:not(.jbs-home-body) .jbs-nav.is-open .jbs-nav__menu a {
    color: #141c27;
  }
}

.jbs-nav__menu .menu-item-has-children > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 14px;
}

.jbs-nav__menu .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.jbs-nav__menu .menu-item-has-children.is-open > a::after {
  transform: translateY(1px) rotate(-135deg);
}

.jbs-nav__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 14px 0;
  list-style: none;
  border-radius: 12px;
  background: rgba(19, 27, 38, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 20;
}

.jbs-nav__menu .menu-item-has-children.is-open > .sub-menu {
  display: grid;
}

.jbs-nav__menu .menu-item-has-children:hover > .sub-menu {
  display: grid;
}

.jbs-nav__menu .menu-item-has-children:hover > a::after {
  transform: translateY(1px) rotate(-135deg);
}

.jbs-nav__menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
}

.jbs-nav__menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.jbs-nav__menu .sub-menu .menu-item-has-children > a::after {
  content: ">";
  width: 7px;
  height: 7px;
  border: none;
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.jbs-course-strip {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 5px 0;
  border-top: 1px solid rgba(157, 214, 58, 0.45);
  border-bottom: 1px solid rgba(157, 214, 58, 0.45);
  overflow: hidden;
}
.jbs-course-strip::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  width: 92px;
  background: linear-gradient(270deg, rgba(31, 41, 53, 0.92), rgba(31, 41, 53, 0));
  pointer-events: none;
  z-index: 1;
}
.jbs-course-strip__track {
  display: flex;
  align-items: center;
  width: min(100% - 32px, 1140px);
  margin-inline: auto;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
}
.jbs-course-strip__track::-webkit-scrollbar {
  display: none;
}
.jbs-course-strip__track.is-dragging {
  cursor: grabbing;
}
.jbs-course-strip__item {
  flex: 0 0 auto;
  position: relative;
  padding: 0 22px;
  color: #9dd63a;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.8;
}
a.jbs-course-strip__item {
  text-decoration: none;
}
a.jbs-course-strip__item:hover {
  color: #ffffff;
}
.jbs-course-strip__item:first-child {
  padding-left: 0;
}
.jbs-course-strip__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -4px;
  top: 50%;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
}

.jbs-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}
.jbs-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.jbs-nav-toggle[aria-expanded=true] span {
  transform-origin: center;
}
.jbs-nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.jbs-nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.jbs-nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.jbs-hero__content {
  position: relative;
  padding: 0 0 52px;
}

.jbs-hero {
  color: #ffffff;
}

.jbs-hero__copy {
  max-width: 640px;
}
.jbs-hero__copy > p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.jbs-eyebrow {
  margin: 0 0 12px;
  color: rgba(157, 214, 58, 0.95);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Mode toggle (Standard / NVQ) ───────────────────────────── */
.jbs-mode-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
  margin-top:20px;
}
.jbs-mode-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-weight: 600;
}
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  flex-shrink: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  transition: background 0.3s;
}
.slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  bottom: 4px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
}
.switch input:checked + .slider {
  background: #9dd63a;
}
.switch input:checked + .slider::before {
  transform: translateX(24px);
}

.jbs-search-card,
.jbs-offer-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(34, 34, 34, 0.08);
}

.jbs-search-card {
  margin-top: 28px;
  overflow: hidden;
}

.jbs-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  min-height: 340px;
}

.jbs-page-hero__copy {
  max-width: 720px;
}

.jbs-search-card--stacked {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
}

.jbs-search-grid.jbs-search-grid--stacked {
  grid-template-columns: 1fr;
}
.jbs-search-grid.jbs-search-grid--stacked label {
  border-right: 0;
  border-bottom: 1px solid rgba(78, 78, 78, 0.14);
}
.jbs-search-grid.jbs-search-grid--stacked button {
  border-radius: 0 0 12px 12px;
}

.jbs-search-grid.jbs-search-grid--none {
  grid-template-columns: none;
}

.jbs-page-main {
  padding: 76px 0;
  background: #fbfaf5;
}

.jbs-page-content {
  padding: 40px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(34, 34, 34, 0.08);
  margin-bottom: 40px;
}
.jbs-page-content > :first-child {
  margin-top: 0;
}
.jbs-page-content > :last-child {
  margin-bottom: 0;
}

.jbs-page-title {
  margin: 0 0 24px;
  color: #4e4e4e;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}

.jbs-search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.jbs-search-grid.is-nvq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jbs-search-grid label[hidden] {
  display: none;
}
.jbs-search-grid label {
  position: relative;
  display: grid;
  margin: 0;
  border-right: 1px solid rgba(78, 78, 78, 0.25);
}
.jbs-search-grid label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #727272;
  border-bottom: 2px solid #727272;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.jbs-search-grid select,
.jbs-search-grid input {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 16px;
  border: none;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #595959;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  outline: none;
}
.jbs-search-grid select::-ms-expand {
  display: none;
}
.jbs-search-grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #a7dd43, #9dd63a);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.jbs-search-grid button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(111, 157, 30, 0.24);
}
.jbs-search-grid button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.jbs-search-grid button {
  min-height: 52px;
  margin-top: auto;
  width: 100%;
  border-radius: 0 12px 12px 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.jbs-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  max-width: 980px;
  margin-top: 28px;
}

.jbs-stat-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
}
.jbs-stat-card__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.jbs-stat-card__icon .dashicons {
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
}
.jbs-stat-card__icon--check .dashicons {
  transform: translate(0, 1px);
}
.jbs-stat-card__icon--delegates .dashicons {
  width: 26px;
  height: 26px;
  font-size: 26px;
  transform: translate(-1px, 0);
}
.jbs-stat-card__icon--star .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.jbs-stat-card__content {
  display: grid;
  gap: 4px;
}
.jbs-stat-card__title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}
.jbs-stat-card__subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
}

.jbs-course-builder {
  padding: 62px 0;
  background: #686868;
}
.jbs-course-builder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.jbs-course-builder__grid .jbs-course-builder__field {
  position: relative;
  display: block;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(180deg, #a7dd43, #9dd63a);
}
.jbs-course-builder__grid .jbs-course-builder__field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.jbs-course-builder__grid select {
  width: 100%;
  min-height: 48px;
  padding: 0 52px 0 16px;
  border: 0;
  border-radius: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(180deg, #a7dd43, #9dd63a);
  color: #ffffff;
  font: 700 0.92rem "Poppins", Arial, sans-serif;
  cursor: pointer;
}
.jbs-course-builder__grid select::-ms-expand {
  display: none;
}
.jbs-course-builder__grid select option {
  background: #ffffff;
  color: #111111;
}

.jbs-section-heading--light h2 {
  color: #ffffff;
}

.jbs-features,
.jbs-offers,
.jbs-testimonials {
  padding: 76px 0;
}

.jbs-features {
  background: #fbfaf5;
}

.jbs-feature-grid,
.jbs-offer-grid,
.jbs-testimonial-grid,
.jbs-footer__grid {
  display: grid;
}

.jbs-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.jbs-feature-card {
  text-align: center;
}
.jbs-feature-card h3 {
  margin: 18px 0 12px;
  color: #4e4e4e;
  font-size: 1.12rem;
}
.jbs-feature-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}
.jbs-feature-card__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  color: #9dd63a;
}
.jbs-feature-card__icon .dashicons {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
}

.jbs-offers {
  background: linear-gradient(180deg, #e4f2b5, #f0f7d8);
}

.jbs-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.jbs-offer-card {
  position: relative;
  padding: 28px 22px 24px;
}
.jbs-offer-card h3 {
  margin: 8px 0 14px;
  color: #4e4e4e;
  font-size: 1.15rem;
}
.jbs-offer-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #d93a3a;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.jbs-offer-card__meta {
  margin: 0;
  color: #6f9d1e;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.jbs-offer-card__price {
  margin: 0 0 18px;
  color: #de4b37;
  font-size: 1.1rem;
  font-weight: 800;
}

.jbs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #a7dd43, #9dd63a);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.jbs-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(111, 157, 30, 0.24);
}
.jbs-button {
  font-size: 0.9rem;
}

.jbs-testimonials {
  padding-bottom: 90px;
  background: #fff;
}

.jbs-testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.jbs-testimonial-card {
  padding: 24px 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: #fff;
}
.jbs-testimonial-card h3 {
  margin: 10px 0 4px;
  color: #4e4e4e;
  font-size: 1rem;
}
.jbs-testimonial-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
}
.jbs-testimonial-card__stars {
  color: #e29f2d;
  letter-spacing: 0.12em;
}
.jbs-testimonial-card__role {
  margin-bottom: 14px !important;
  color: #8a8a8a;
  font-size: 0.85rem !important;
  font-weight: 600;
}

.jbs-footer {
  padding: 52px 0 56px;
  background: #686868;
  color: rgba(255, 255, 255, 0.86);
}
.jbs-footer__grid {
  grid-template-columns: 1fr 1fr 1fr 0.9fr;
  gap: 58px;
  align-items: start;
}
.jbs-footer__column h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.jbs-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  font-size: 0.84rem;
  text-transform: uppercase;
}
.jbs-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  font-size: 0.84rem;
  text-transform: uppercase;
}
.jbs-footer__menu a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  line-height: 1.45;
}
.jbs-footer__column li {
  line-height: 1.45;
}
.jbs-footer__column a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}
.jbs-footer__social-column {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100%;
}

.jbs-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-top: 154px;
}
.jbs-socials a {
  display: inline-grid;
  place-items: center;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
}
.jbs-socials .dashicons {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

@media (max-width: 991px) {
  .jbs-feature-grid,
  .jbs-course-builder__grid,
  .jbs-offer-grid,
  .jbs-testimonial-grid,
  .jbs-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jbs-page-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 0;
  }
  .jbs-search-card--stacked {
    max-width: 420px;
    margin-left: 0;
  }
  .jbs-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .jbs-stat-grid {
    max-width: none;
    gap: 24px;
  }
  .jbs-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jbs-socials {
    padding-top: 24px;
    justify-content: flex-start;
  }
  .jbs-footer__social-column {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .jbs-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
  }
  .jbs-nav,
  .jbs-search-grid,
  .jbs-search-grid.is-nvq,
  .jbs-stat-grid,
  .jbs-course-builder__grid,
  .jbs-feature-grid,
  .jbs-offer-grid,
  .jbs-testimonial-grid,
  .jbs-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .jbs-nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .jbs-header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
  }
  .jbs-site-search {
    left: auto;
    right: 0;
    width: min(320px, calc(100vw - 32px));
  }
  .jbs-nav {
    display: none;
    grid-column: 1/-1;
    /* width: 100%; */
    margin-top: 14px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(19, 27, 38, 0.88);
    backdrop-filter: blur(10px);
  }
  .jbs-nav.is-open {
    display: block;
  }
  .jbs-nav__menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: stretch;
    text-align: left;
  }
  .jbs-nav__menu .menu-item-has-children > a {
    justify-content: flex-start;
  }
  .jbs-nav__menu .sub-menu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 10px;
    padding: 8px 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .jbs-nav__menu .sub-menu a {
    padding: 8px 0;
  }
  .jbs-course-strip {
    grid-column: 1/-1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 8px;
  }
  .jbs-course-strip__item {
    padding: 0 16px;
    font-size: 0.8rem;
  }
  .jbs-hero h1 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }
  .jbs-search-card,
  .jbs-offer-card,
  .jbs-testimonial-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .jbs-search-card {
    width: min(100%, 414px);
    margin: 28px auto 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 12px;
  }
  .jbs-search-grid {
    gap: 0;
  }
  .jbs-search-grid label {
    border-right: 0;
    border-bottom: 1px solid rgba(78, 78, 78, 0.14);
  }
  .jbs-search-grid label::after {
    right: 20px;
  }
  .jbs-search-grid button {
    border-radius: 0 0 12px 12px;
  }
  .jbs-search-card--stacked {
    margin: 28px auto 0;
  }
  .jbs-page-main {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .jbs-page-content {
    padding: 24px 18px;
  }
  .jbs-stat-card {
    gap: 14px;
  }
  .jbs-stat-card__icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }
  .jbs-course-builder,
  .jbs-features,
  .jbs-offers,
  .jbs-testimonials {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .jbs-footer__grid {
    gap: 32px;
  }
  .jbs-footer__social-column,
  .jbs-socials {
    justify-content: flex-start;
  }
  .jbs-socials {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */


/*  Operator training page */

.container_top {
  gap:20px;
}

.table_inside a {
  background: var(--jbs-brand);
  text-decoration: none;
  font-weight: 600;
  color: black;
  border-radius:6px;
  padding:5px 10px;
  margin-top:10px;
  display: inline-block;
}

.table_inside tr td:first-child {
  font-weight: 600;
  color: var(--jbs-brand);
  border: .5px solid black;

}



@media (max-width: 640px) {
  .container_top {
    flex-direction: column;
  }

  .table_inside,
  .table_inside tbody,
  .table_inside tr,
  .table_inside td,
  .table_inside th {
    display: block;
    width: 100%;
  }

  .table_inside td:first-child,
  .table_inside th:first-child,
  .table_inside td:last-child,
  .table_inside th:last-child {
    width: 100%;
  }
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #a7dd43, #9dd63a);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* Hide product images everywhere in WooCommerce */
.wc-block-components-product-image,
.wc-block-components-product-image__inner-container,
.wc-block-components-product-image img,
.wc-block-cart-item__image,
.wc-block-cart-item__image img,
.wc-block-cart-items__row .wc-block-cart-item__image,
.wc-block-grid__product-image,
.wc-block-grid__product-image img,
.wc-block-featured-product__background-image,
.wc-block-featured-product__image,
.wp-block-woocommerce-product-image,
.wp-block-woocommerce-product-image img,
.wp-block-woocommerce-product-image-gallery,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image,
.wp-block-woocommerce-empty-cart-block .wc-block-components-product-image,
.wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-image,
.wp-block-woocommerce-cart-cross-sells-block .wc-block-grid__product-image,
.cross-sells .product img,
.woocommerce-product-gallery,
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img,
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product img,
.post-thumbnail,
.woocommerce div.product img {
    display: none !important;
}

/* ── Product card info (loops) ── */
.jbs-card-info {
    width: 100%;
    margin-bottom: 12px;
}

/* Top row: venue pill left, price right */
.jbs-card-info__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.jbs-card-info__top .jbs-pill {
    margin: 0;
}

.jbs-card-price {
    font-size: 0.95rem;
    font-weight: 800;
    color: #de4b37;
    white-space: nowrap;
}
.jbs-card-price del {
    color: #999;
    font-weight: 400;
    font-size: 0.82rem;
    margin-right: 4px;
}
.jbs-card-price ins {
    text-decoration: none;
    color: #de4b37;
}

.jbs-offers .jbs-card-price {
    position: absolute;
    right: 20px;
    top: 90px;
}

.jbs-card-info__row1,
.jbs-card-info__date {
    margin: 0 0 5px;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #4e4e4e;
}

.jbs-card-info__row1 strong {
    font-weight: 700;
}

.jbs-card-info__date {
    color: #666;
    font-weight: 400;
}

/* Button row: add to cart + view details, 50/50, 20px gap */
.jbs-card-button-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    margin-top: auto;
}

.jbs-card-button-row .wp-block-woocommerce-product-button,
.jbs-card-button-row .wc-block-components-product-button,
.jbs-card-button-row .wp-block-button {
    flex: 0 0 calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: block !important;
    text-align: unset !important;
    box-sizing: border-box !important;
}

.jbs-card-button-row .wp-block-button__link,
.jbs-card-button-row .wc-block-components-product-button__button {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    justify-content: center !important;
}

.jbs-btn-details {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 8px;
    background: #e8e8e8;
    color: #555 !important;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease;
    min-width: 0;
}

.jbs-btn-details:hover {
    background: #d8d8d8;
    color: #333 !important;
}

/* Product page pills */
.jbs-pill {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.jbs-pill--venue {
    background: rgba(157, 214, 58, 0.15);
    color: #6f9d1e;
    border: 1px solid rgba(157, 214, 58, 0.4);
}

.jbs-pill--price {
    background: rgba(222, 75, 55, 0.08);
    color: #de4b37;
    border: 1px solid rgba(222, 75, 55, 0.2);
    font-size: 1rem;
}

.jbs-pill--price .woocommerce-Price-amount {
    color: inherit;
    font-weight: 700;
}

.jbs-pill__nvq-label {
    display: inline-block;
    margin-right: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;
    vertical-align: middle;
}

/* ── Collapsible term/category description ───────────────────── */
.jbs-nvq-benefits {
    margin: 12px 0 18px;
    color: #4e4e4e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

.jbs-nvq-benefits ul {
    margin: 0;
    padding-left: 1.25rem;
}

.jbs-nvq-benefits li {
    margin: 0 0 4px;
}

.jbs-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  max-width: var(--wp--style--global--wide-size);
}
.jbs-cat-header.is-term-open {
  align-items: flex-start;
  flex-wrap: wrap;
}
.jbs-cat-header.is-term-open .wp-block-term-description {
  order: 1;
  flex: 0 0 100%;
  width: 100%;
}
.jbs-cat-header.is-term-open > .jbs-filter-bar,
.jbs-cat-header.is-term-open > .wp-block-group:has(> .jbs-filter-bar) {
  order: 2;
  flex: 0 0 100%;
  width: 100%;
}
.jbs-cat-header.is-term-open .jbs-filter-bar {
  justify-content: flex-start;
}
.wp-block-term-description {
  visibility: hidden;
  flex-shrink: 0;
}
.wp-block-term-description.is-ready {
  visibility: visible;
}
.jbs-term-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #141c27;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.jbs-term-toggle:hover {
  border-color: #141c27;
  color: #141c27;
}
.jbs-term-toggle__arrow {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.jbs-term-toggle[aria-expanded="true"] .jbs-term-toggle__arrow {
  transform: rotate(180deg);
}
.jbs-term-body {
  margin-top: 16px;
}
.jbs-term-body[hidden] {
  display: none;
}

/* ── Filter bar (venue + month + sorting) on category pages ─── */
.wp-block-group:has(> .jbs-filter-bar) {
  width: 100%;
}
.jbs-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.jbs-filter-bar .woocommerce-ordering,
.jbs-filter-bar form {
  margin: 0 !important;
}
.jbs-filter-select {
  height: 40px;
  padding: 0 32px 0 12px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.85rem;
  color: #333;
  cursor: pointer;
  min-width: 140px;
}
.jbs-filter-select:focus {
  outline: none;
  border-color: #141c27;
}

@media (max-width: 640px) {
  .jbs-cat-header {
    flex-direction: column;
  }
  .wp-block-group.is-nowrap.is-layout-flex {
    flex-wrap: wrap;
  }
  .wp-block-term-description {
    width: 100%;
  }
  .jbs-term-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .jbs-filter-bar {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .jbs-filter-select {
    width: 100%;
    min-width: 0;
  }
  .jbs-filter-bar .woocommerce-ordering,
  .jbs-filter-bar form {
    width: 100%;
  }
  .jbs-filter-bar .woocommerce-ordering select,
  .jbs-filter-bar form select {
    width: 100%;
  }
}

/* Product information table */
.jbs-product-info {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
}

.jbs-product-info th,
.jbs-product-info td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(78, 78, 78, 0.1);
    vertical-align: top;
    text-align: left;
}

.jbs-product-info th {
    width: 38%;
    font-weight: 700;
    color: #4e4e4e;
    white-space: nowrap;
}

.jbs-product-info td {
    color: #666;
}

/* Hide stock text and block-based price on product page */
.stock,
.wp-block-woocommerce-product-price {
    display: none !important;
}

/* Hide SKU and category on product page */
.sku_wrapper,
.posted_in {
    display: none !important;
}

/* Show additional information attributes without tabs UI and without heading */
.woocommerce-tabs ul.tabs.wc-tabs {
    display: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    display: none !important;
}

/* Hide product image gallery column on single product page */
.wp-block-woocommerce-product-image-gallery,
.woocommerce-product-gallery {
    display: none !important;
}

/* When image column is hidden, let the details column take full width */
.wp-block-woocommerce-product-image-gallery + *,
.single-product .wp-block-columns {
    flex-wrap: wrap !important;
}

.single-product .wp-block-column:has(.wp-block-woocommerce-product-image-gallery) {
    display: none !important;
}

.single-product .wp-block-column:not(:has(.wp-block-woocommerce-product-image-gallery)) {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

/* ── Product grid: shop + related products ── */

.wc-block-product-template,
ul.wc-block-product-template,
ul.products,
ul.is-flex-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: unset !important;
}

/* Reset flex overrides WooCommerce puts on li items */
.wc-block-product-template > li,
ul.products > li,
ul.is-flex-container > li {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .wc-block-product-template,
    ul.wc-block-product-template,
    ul.products,
    ul.is-flex-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .wc-block-product-template,
    ul.wc-block-product-template,
    ul.products,
    ul.is-flex-container {
        grid-template-columns: 1fr !important;
    }
}

/* ── WooCommerce product cards → jbs-offer-card style ── */

.wc-block-product,
ul.products li.product {
    position: relative !important;
    padding: 28px 22px 24px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 40px rgba(34, 34, 34, 0.08) !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    border: none !important;
}

/* Title */
.wc-block-product .wp-block-post-title,
.wc-block-product .wp-block-post-title a,
ul.products li.product .woocommerce-loop-product__title {
    text-align: left !important;
    margin: 0 0 14px !important;
    color: #4e4e4e !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    padding: 0 !important;
}

.wc-block-product .wp-block-post-title a {
    text-decoration: none !important;
    color: #4e4e4e !important;
}

.wc-block-product .wp-block-post-title a:hover {
    color: #9dd63a !important;
}

/* Price */
.wc-block-product .wc-block-components-product-price,
.wc-block-product .wc-block-grid__product-price,
ul.products li.product .price {
    text-align: left !important;
    margin: 0 0 18px !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #de4b37 !important;
}

.wc-block-product .wc-block-components-product-price .woocommerce-Price-amount,
ul.products li.product .price .woocommerce-Price-amount {
    color: #de4b37 !important;
}

/* Button */
.wc-block-product .wp-block-woocommerce-product-button,
.wc-block-product .wc-block-components-product-button {
    text-align: left !important;
    margin: auto 0 0 !important;
    width: auto !important;
}

.wc-block-product .wp-block-button__link,
.wc-block-product .wc-block-components-product-button__button,
ul.products li.product .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #a7dd43, #9dd63a) !important;
    color: #fff !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    width: auto !important;
    margin: 0 !important;
}

.wc-block-product .wp-block-button__link:hover,
.wc-block-product .wc-block-components-product-button__button:hover,
ul.products li.product .button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 24px rgba(111, 157, 30, 0.24) !important;
    color: #fff !important;
    background: linear-gradient(180deg, #a7dd43, #9dd63a) !important;
}





.wp-block-woocommerce-product-meta {
    display: none !important;
}

.wp-block-woocommerce-product-details {
    display: none !important;
}

.woocommerce table.shop_attributes td {
  padding:8px;
}

.wp-block-post-title {
  margin:0;
}
