/* Klap Business shared footer - flex only */
.kbf-footer,
.kbf-footer * {
    box-sizing: border-box;
}


.kbf-footer {
    --kbf-green: #00a651;
    --kbf-dark-green: #005820;
    --kbf-ink: #0d1728;
    --kbf-muted: #5c6470;
    --kbf-border: #e8eaed;
    --kbf-font: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    min-height: 265px;
    overflow: hidden;
    border-top: 1px solid var(--kbf-border);
    background: #fff;
    font-family: var(--kbf-font);
}

.kbf-footer-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url(/wp-content/themes/klap/assets/klap-business-shared/img/bg-footer-b2b.jpg);
    background-size: cover;
    background-position: right center;
}

.kbf-footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}

.kbf-footer-inner {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 48px));
    min-height: 265px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: clamp(42px, 7vw, 86px);
}

.kbf-anniversary {
    position: relative;
    width: 126px;
    height: 126px;
    flex: 0 0 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--kbf-green);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 88, 32, .13), 0 0 0 28px rgba(0, 166, 81, .035);
}

.kbf-anniversary::before {
    content: "";
    position: absolute;
    inset: -30px;
    border: 1px solid rgba(0, 166, 81, .28);
    border-radius: 999px;
    pointer-events: none;
}

.kbf-logo-text {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
}

.kbf-years {
    margin-top: 9px;
    color: var(--kbf-green);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.kbf-years strong {
    font-size: 21px;
    line-height: 1;
}

.kbf-dates {
    margin-top: 8px;
    color: var(--kbf-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.kbf-certifications {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(22px, 4vw, 56px);
    min-width: 0;
}

.kbf-certification {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.kbf-iso-badge {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #172033;
    background-image: url(/wp-content/themes/klap/assets/klap-business-shared/img/background-iso.svg);
    background-size: cover;
    background-position: center center;
}

.kbf-iso-badge span,
.kbf-iso-badge strong {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    line-height: 1;
}

.kbf-iso-badge span {
    font-size: 7px;
    font-weight: 700;
}

.kbf-iso-badge strong {
    margin-top: 2px;
    font-size: 7px;
    font-weight: 800;
}

.kbf-cert-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.kbf-cert-copy strong {
    color: var(--kbf-ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.kbf-cert-copy span {
    color: var(--kbf-muted);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.kbh-final-btn-secondary-light:hover {
    color: var(--kbh-lime);
}
.kbh-final-btn-primary-light:hover{
    color:#fff;
}

@media (max-width: 980px) {

    .kbf-footer-bg {
    background-image: url(/wp-content/themes/klap/assets/klap-business-shared/img/backgound-footer-mobile-opt.png);
    background-size: cover;
    background-position: right center;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
}


    .kbf-footer-inner {
        min-height: auto;
        padding: 48px 0;
        flex-direction: column;
        align-items: center;
        gap: 42px;
    }

    .kbf-anniversary::after {
        display: none;
    }

    .kbf-certifications {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px 34px;
    }

    .kbf-certification {
        flex: 0 1 calc(50% - 20px);
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .kbf-footer-inner {
        width: min(100% - 32px, 1120px);
    }

    .kbf-certifications {
        align-items: flex-start;
    }

    .kbf-certification {
        flex: 1 1 100%;
        justify-content: flex-start;
        max-width: 260px;
    }
}



/* BEGIN HEADER */

.kbh-header {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e8eaed;
	font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}

.kbh-header.is-sticky {
	position: sticky;
	top: 0;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.kbh-header-inner {
	width: min(100% - 48px, 1120px);
	min-height: 74px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.kbh-header-logo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #050505;
}

.kbh-logo-word {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -1.4px;
	line-height: 1;
	color: #050505;
}

.kbh-logo-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 17px;
	padding: 0 7px;
	border-radius: 4px;
	background: #005820;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 1.1px;
	line-height: 1;
}

.kbh-header-nav {
	    display: flex;
    align-items: center;
    gap: 34px;
}

.kbh-header-nav a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #0d1728;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.kbh-header-nav a:hover {
	color: #005820;
}

.kbh-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.kbh-header-icon {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0d1728;
	text-decoration: none;
	cursor: pointer;
}

.kbh-header-icon:hover {
	color: #005820;
}

.kbh-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 18px;
    border: 1px solid #00A651;
    border-radius: 999px;
    color: #0d1728;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.18s ease;
    box-shadow: 0 2px 8px 0 rgba(0, 166, 81, 0.25);
}

.kbh-header-cta:hover {
	background: #005820;
	color: #fff;
	text-decoration: none;
}

.kbh-mobile-menu-toggle {
	display: none;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
}

.kbh-mobile-menu-toggle span {
	width: 22px;
	height: 2px;
	display: block;
	border-radius: 999px;
	background: #0d1728;
}

.kbh-header-search {
	border-top: 1px solid #e8eaed;
	background: #fff;
}

.kbh-header-search form {
	width: min(100% - 48px, 1200px);
	margin: 0 auto;
	padding: 14px 0;
	display: flex;
	gap: 10px;
}

.kbh-header-search input[type="search"] {
	flex: 1;
	height: 42px;
	border: 1px solid #e8eaed;
	border-radius: 999px;
	padding: 0 18px;
	font-size: 14px;
	outline: none;
}

.kbh-header-search button {
	height: 42px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #005820;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.kbh-mobile-menu {
	display: none;
}

@media (max-width: 900px) {
	.kbh-header-inner {
		width: 100%;
		min-height: 74px;
		padding: 0 22px;
		gap: 16px;
	}

	.kbh-header-nav,
	.kbh-header-account,
	.kbh-header-cta {
		display: none;
	}

	.kbh-header-actions {
		margin-left: auto;
		gap: 12px;
	}

	.kbh-mobile-menu-toggle {
		display: inline-flex;
	}

	.kbh-logo-word {
		font-size: 25px;
	}

	.kbh-logo-badge {
		height: 18px;
		font-size: 8px;
		padding: 0 7px;
	}

	.kbh-mobile-menu {
		display: flex;
		flex-direction: column;
		border-top: 1px solid #e8eaed;
		background: #fff;
	}

	.kbh-mobile-menu a {
		padding: 16px 22px;
		border-bottom: 1px solid #eef0f2;
		color: #0d1728;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
	}

	.kbh-mobile-menu a:hover {
		color: #005820;
	}

	.kbh-header-search form {
		width: 100%;
		padding: 14px 22px;
	}

	.kbh-header-search button {
		display: none;
	}
}


/* END HEADER */






/* BODY TEMPLATES */

.kbh-container {
  width: min(var(--kbh-container), calc(100% - 48px));
  margin-inline: auto;
}

.klap-business {
  --kbh-green: #005820;
  --kbh-green-bright: #00a651;
  --kbh-green-soft: #e9f7ee;
  --kbh-lime: #98da77;
  --kbh-ink: #0d1728;
  --kbh-muted: #5c6470;
  --kbh-border: #e8eaed;
  --kbh-bg-soft: #f8f8f8;
  --kbh-bg-soft-2: #f5f6f8;
  --kbh-radius: 24px;
  --kbh-container: 1120px;
  --kbh-font: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  background: #fff;
  color: var(--kbh-ink);
  font-family: var(--kbh-font);
  overflow: hidden;
}


/* Trust */
.kbh-trust {
padding: 40px 0 40px;
  overflow: hidden;
}

.kbh-trust-grid {
  display: flex;
  align-items: center;
  gap: 72px;
}

.kbh-trust-content {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.kbh-trust-content .kbh-eyebrow-no-line {
  margin-bottom: 10px;
  color: #2a7a40;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.kbh-trust-content h2 {
  max-width: 580px;
  margin: 0 auto 28px;
  color: var(--kbh-ink);
  font-size: clamp(32px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -1.6px;
}

.kbh-logo-strip {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 700px;
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #545454;
  border-radius: 16px;
  background: #fff;
}

.kbh-logo-strip::before,
.kbh-logo-strip::after {
  content: "";
  position: absolute;
  top: 1px;
  z-index: 2;
  width: 54px;
  height: calc(100% - 2px);
  pointer-events: none;
}

.kbh-logo-strip::before {
  left: 0cm;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.kbh-logo-strip::after {
  right: 0px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.kbh-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: kbhLogoMarquee 34s linear infinite;
}

.kbh-logo-strip:hover .kbh-logo-track {
  animation-play-state: paused;
}

.kbh-logo-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  color: #545454;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

@keyframes kbhLogoMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.kbh-testimonial {
  position: relative;
  flex: 0 0 405px;
  min-height: 200px;
  padding: 28px 48px 24px;
  overflow: hidden;
  border: 1px solid var(--kbh-border);
  border-radius: var(--kbh-radius);
  background: var(--kbh-bg-soft);
}

.kbh-quote-mark {
  display: block;
  height: 28px;
  color: var(--kbh-green-bright);
  font-size: 58px;
  font-weight: 900;
  line-height: 0.7;
}

.kbh-testimonial-slides {
  position: relative;
}

.kbh-testimonial-slide {
  display: none;
}

.kbh-testimonial-slide.is-active {
  display: block;
  animation: kbhTestimonialFade 0.35s ease;
}

@keyframes kbhTestimonialFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kbh-testimonial-slide p {
  margin: 12px 0 14px;
  color: var(--kbh-ink);
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.85;
}

.kbh-testimonial-slide strong {
  display: block;
  color: var(--kbh-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.kbh-testimonial-role {
  display: block;
  margin-top: 4px;
  color: var(--kbh-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.kbh-testimonial-dots {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
}

.kbh-testimonial-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #dfe4e7;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.kbh-testimonial-dots button.is-active {
  width: 18px;
  background: var(--kbh-green-bright);
}

/* Responsive safety. Still flex-only. */
@media (max-width: 1180px) {
  .kbh-trust-content,
  .kbh-testimonial,
  .kbh-sustainability-content,
  .kbh-cycle {
    flex: 1 1 100%;
  }

  .kbh-testimonial {
    max-width: 100%;
    margin-inline: auto;
  }

}

@media (max-width: 1024px) {
  .kbh-trust-grid {
    gap: 40px;
  }

  .kbh-testimonial {
    flex-basis: 360px;
    padding: 28px 34px 24px;
  }
}

@media (max-width: 900px) {
  .kbh-trust {
    padding: 16px 0 30px;
  }

  .kbh-trust-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .kbh-trust-content h2 {
    max-width: 100%;
    font-size: 32px;
  }

  .kbh-logo-strip {
    max-width: 100%;
  }

  .kbh-testimonial {
    flex: none;
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .kbh-container {
    width: min(100% - 32px, var(--kbh-container));
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  .kbh-trust-content .kbh-eyebrow-no-line {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .kbh-trust-content h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .kbh-logo-track span {
    padding: 0 24px;
    font-size: 14px;
  }

  .kbh-testimonial {
    padding: 26px 26px 22px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kbh-logo-track {
    animation: none;
  }

  .kbh-testimonial-slide.is-active {
    animation: none;
  }
}



