/*
Theme Name: Bettercoach WP
Theme URI: 
Author: Babu Ratheesh
Author URI: 
Description: Bettercoach website theme
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bettercoach-wp
Tags: 

/* _____ _   _ ___ ____  _ 
|_   _| | | |_ _/ ___|| |
  | | | |_| || |\___ \| |
  | | |  _  || | ___) |_|
  |_| |_| |_|___|____/(_)
  */

/* _____ _   _ ___ ____  _ 
|_   _| | | |_ _/ ___|| |
  | | | |_| || |\___ \| |
  | | |  _  || | ___) |_|
  |_| |_| |_|___|____/(_)
  */
/*
=================================
  BC-DEVELOPMENT THEME STYLES
=================================
*/

/* _________________________________
   1. FONT IMPORTS
   _________________________________ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* KMR Apparat Light (font-weight: 300) */



/* _________________________________
   2. COLOR & FONT TOKENS (CSS Variables)
   _________________________________ */

:root {
  /* Font Families and Weights */
  --font-display: "KMR Apparat", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --font-ui: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --weight-light: 300;
  --weight-book: 500;
  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* TEXT COLORS */
  --text-light-primary: #0f3b2f;
  --text-light-secondary: #2f5248;
  --text-dark-primary: #f5f7f4;
  --text-dark-secondary: #dfe6e0;

  /* BACKGROUND COLORS */
  --bg-off-white: #FFFBF7;
  --bg-light-grey: #F5F1ED;
  --bg-light-green: #E8EFCD;
  --bg-dark-green: #0A3833;
  --bg-grey: #C6CCC8;
  --bg-violet: #CCCCFF;
  --bg-light-blue: #CCDDFF;

  --bc-surface: #f7f2ec;
  --bc-ink: #133f3a;
  --bc-accent: #7a6dff;
  --bc-cta-bg: #0e3b36;
  --bc-border: #e7e1d9;


  /* PRIMARY CTA (Light surfaces) */
  --primary-500: #0f3b2f;
  /* Default */
  --primary-600: #0b2f26;
  /* Hover */
  --primary-700: #07241d;
  /* Pressed */

  /* CONVENIENCE ALIASES (Default/Light Mode) */
  --text: var(--text-light-primary);
  --muted: var(--text-light-secondary);
  --bg: var(--bg-off-white);
  --border: #e5e3dd;

  /* =========================================
   COLOR SYSTEM — add below your :root block
   ========================================= */

  /* —— LIGHT MODE TOKENS (from your spec) —— */

  /* Text on LIGHT backgrounds */
  --text-light-primary: #0f3b2f;
  /* replace with spec */
  --text-light-secondary: #2f5248;
  /* replace with spec */
  --text-light-disabled: #9aa6a0;
  /* replace with spec */
  --text-light-error: #b63d35;
  /* replace with spec */

  /* Text on DARK backgrounds */
  --text-dark-primary: #f5f7f4;
  /* replace with spec */
  --text-dark-secondary: #dfe6e0;
  /* replace with spec */
  --text-dark-disabled: #a9b5ae;
  /* replace with spec */
  --text-dark-error: #ffd3cf;
  /* replace with spec */

  /* Backgrounds */
  --bg-off-white: #fcf8f1;
  /* “BC Off White” – replace */
  --bg-light-grey: #f2f1ed;
  /* replace */
  --bg-grey: #e5e3dd;
  /* replace */
  --bg-light-green: #e8f1ea;
  /* replace */
  --bg-violet: #ede9fb;
  /* replace */
  --bg-dark-ivory: #dbd4be;
  /* replace */
  --bg-light-blue: #e5edfb;
  /* replace */
  --bg-red: #fde9e6;
  /* replace */
  --bg-dark-green: #082e24;
  /* replace (used in dark sections) */

  /* ERROR (Secondary/Error) */
  --error-500: #d54a3f;
  /* Default     */
  --error-600: #b63d35;
  /* Hover/Dark  */
  --error-700: #8e2f29;
  /* Pressed     */
  --error-200: #f7b9b4;
  /* Disabled    */
  --error-50: #fdeeee;
  /* Background  */

  /* WARNING */
  --warning-500: #f0c419;
  /* Default     */
  --warning-600: #caa514;
  /* Hover/Dark  */
  --warning-700: #9e8210;
  /* Pressed     */
  --warning-200: #f7e59a;
  /* Disabled    */
  --warning-50: #fff9df;
  /* Background  */

  /* SUCCESS */
  --success-500: #2c8a3b;
  /* Default     */
  --success-600: #226f2f;
  /* Hover/Dark  */
  --success-700: #185624;
  /* Pressed     */
  --success-200: #bfe2c6;
  /* Disabled    */
  --success-50: #e9f6ec;
  /* Background  */

  /* INFO */
  --info-500: #2b82e6;
  /* Default     */
  --info-600: #226ac0;
  /* Hover/Dark  */
  --info-700: #1a5298;
  /* Pressed     */
  --info-200: #bcd9ff;
  /* Disabled    */
  --info-50: #ecf4ff;
  /* Background  */

  /* PRIMARY CTA (Light surfaces) */
  --primary-500: #0f3b2f;
  /* Default     */
  --primary-600: #0b2f26;
  /* Hover       */
  --primary-700: #07241d;
  /* Pressed     */
  --primary-200: #c7d5d0;
  /* Disabled fg */
  --primary-50: #e9f1ee;
  /* Disabled bg */

  /* PRIMARY CTA (Dark surfaces) */
  --primary-dark-500: #fcf8f1;
  /* Default (text on dark) */
  --primary-dark-600: #e9e3d6;
  /* Hover   */
  --primary-dark-700: #d8d0bf;
  /* Pressed */
  --primary-dark-200: #a9b5ae;
  /* Disabled fg */
  --primary-dark-50: #31433d;
  /* Disabled bg */

  /* SECONDARY CTA (Light) */
  --secondary-500: #0d2f27;
  /* Default     */
  --secondary-600: #0a261f;
  /* Hover       */
  --secondary-700: #081e18;
  /* Pressed     */
  --secondary-200: #c7d2ce;
  /* Disabled fg */
  --secondary-50: #e9eeec;
  /* Disabled bg */

  /* SECONDARY CTA (Dark) */
  --secondary-dark-500: #ffffff;
  /* Default on dark    */
  --secondary-dark-600: #f1f1f1;
  /* Hover   */
  --secondary-dark-700: #e3e3e3;
  /* Pressed */
  --secondary-dark-200: #a9b5ae;
  /* Disabled fg */
  --secondary-dark-50: #344742;
  /* Disabled bg */

  /* Convenience aliases for your earlier base tokens */
  --text: var(--text-light-primary);
  --text-body: var(--text-light-primary);
  --muted: var(--text-light-secondary);
  --link: var(--info-500);
  --link-hover: var(--info-700);
  --bg: var(--bg-off-white);
  --border: #e5e3dd;
  /* tune to spec if needed */
}

/* DARK MODE OVERRIDES */
@media (prefers-color-scheme: dark) {
  :root {
    --text: var(--text-dark-primary);
    --muted: var(--text-dark-secondary);
    --bg: var(--bg-dark-green);
    --border: #263b35;
  }
}

/* _________________________________
   3. UTILITY CLASSES (Colors/Backgrounds)
   _________________________________ */

/* Text Color Helpers */
.text-primary {
  color: var(--text);
}

.text-secondary {
  color: var(--muted);
}

.text-dark-primary {
  color: var(--text-dark-primary);
}

/* Background Helpers */
.bg-off-white {
  background: var(--bg-off-white);
}

.bg-light-grey {
  background: var(--bg-light-grey);
}

.bg-light-green {
  background: var(--bg-light-green);
}

.bg-dark-green {
  background: var(--bg-dark-green);
}

.bg-grey {
  background: var(--bg-grey);
}

.bg-violet {
  background: var(--bg-violet);
}

.bg-light-blue {
  background: var(--bg-light-blue);
}

/* Custom default background for the document root */
.html,
html {
  background-color: var(--bg-light-grey);
}

/* ================================
   OPTIONAL UTILITIES
   ================================= */
.kmr-light {
  font-weight: var(--weight-light);
  font-family: var(--font-display);
}

.kmr-book {
  font-weight: var(--weight-book);
  font-family: var(--font-display);
}

.inter-regular {
  font-weight: var(--weight-regular);
  font-family: var(--font-ui);
}

.inter-semibold {
  font-weight: var(--weight-semibold);
  font-family: var(--font-ui);
}

.text-muted {
  color: var(--muted);
}

/* Base tokens (kept in sync with theme.json) */
:root {
  --bc-surface: #f7f2ec;
  --bc-ink: #133f3a;
  --bc-accent: #7a6dff;
  --bc-cta-bg: #0e3b36;
  --bc-border: #e7e1d9;
}


/* Links (inherits your earlier typography) */
a,
button,
a:visited;

  {
  transition: background 0.2s color: var(--info-500);
}

a:hover,
a:focus,
button:hover {
  /*color: var(--link-hover);*/
  opacity: 0.8;
}

/* —— Status badges & alerts —— */
.badge--error {
  background: var(--error-50);
  color: var(--error-700);
  border: 1px solid var(--error-200);
}

.badge--warning {
  background: var(--warning-50);
  color: var(--warning-700);
  border: 1px solid var(--warning-200);
}

.badge--success {
  background: var(--success-50);
  color: var(--success-700);
  border: 1px solid var(--success-200);
}

.badge--info {
  background: var(--info-50);
  color: var(--info-700);
  border: 1px solid var(--info-200);
}

/* Form states */
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--info-600);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--info-600) 25%, transparent);
}

body {
  font-family: var(--font-ui);
  color: var(--text-body);
  font-size: 16px;
  /* root size for rem math */
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* _________________________________
   4. TYPOGRAPHY SCALE
   _________________________________ */


/* ================================
   TYPOGRAPHY SCALE (DESKTOP)
   Values mirror the design spec.
   ltr-spacing uses % from spec -> em in CSS (e.g., -2% = -0.02em)
   ================================= */

/* H0 — Display */
.h0,
.is-h0 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 120px;
  line-height: 0.95;
  /* 95% */
  letter-spacing: -0.02em;
  /* -2% */
}

/* H1 (set variants from spec for flexibility) */
.h1-96 {
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  /* Book */
  font-size: 96px;
  line-height: 1.05;
  /* 105% */
  letter-spacing: -0.02em;
}

.h1-86 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 86px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.h1-80 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.h1-64 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 64px;
  line-height: 1.05;
  /* 105% */
  letter-spacing: -0.02em;
}

.h1-54 {
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

/* H2 (two rows in spec at 48px) */
.h2,
.is-h2 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 48px;
  line-height: 1.10;
  /* 110% */
  letter-spacing: -0.02em;
}

.h2-strong {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 48px;
  line-height: 1.10;
  letter-spacing: -0.02em;
  /* second row lists -2% as well */
}

/* H3 (32px 115% and 32px 110% in spec) */
.h3,
.is-h3 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 32px;
  line-height: 1.15;
  /* 115% */
  letter-spacing: -0.02em;
}

.h3-tight {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 32px;
  line-height: 1.10;
  /* 110% */
  letter-spacing: -0.02em;
}

/* H4 (24px 120–125% in spec) */
.h4,
.is-h4 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 24px;
  line-height: 1.20;
  /* 120% */
  letter-spacing: -0.02em;
}

.h4-loose {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 24px;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.02em;
}

/* H5 (20px 120%) */
.h5 {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 20px;
  line-height: 1.20;
  letter-spacing: -0.02em;
}

.h5-strong {
  font-family: var(--font-display);
  font-weight: var(--weight-light);
  font-size: 20px;
  line-height: 1.20;
  letter-spacing: -0.02em;
}

/* Body L (20px; Regular & Semibold) */
.body-l {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 20px;
  line-height: 1.60;
  /* 160% */
  letter-spacing: -0.01em;
  /* -1% */
}

.body-l--bold {
  font-family: var(--font-ui);
  font-weight: var(--weight-semibold);
  font-size: 20px;
  line-height: 1.60;
  letter-spacing: 0.01em;
  /* +1% (per table row) */
}

/* Body M (16px; Regular & Semibold) */
.body-m {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 16px;
  line-height: 1.60;
  letter-spacing: -0.01em;
}

.body-m--bold {
  font-family: var(--font-ui);
  font-weight: var(--weight-semibold);
  font-size: 16px;
  line-height: 1.60;
  letter-spacing: -0.01em;
}

/* Body S (14px; Regular & Semibold) */
.body-s {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 14px;
  line-height: 1.60;
  letter-spacing: 0em;
  /* 0% */
}

.body-s--bold {
  font-family: var(--font-ui);
  font-weight: var(--weight-semibold);
  font-size: 14px;
  line-height: 1.60;
  letter-spacing: 0em;
}

/* Title (Inter Regular; L/M/S) */
.title-l {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 20px;
  line-height: 1.30;
  /* 130% */
  letter-spacing: 0.01em;
  /* +1% */
}

.title-m {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 18px;
  line-height: 1.30;
  letter-spacing: 0.01em;
}

.title-s {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 16px;
  line-height: 1.40;
  letter-spacing: 0em;
}

/* Overline (KMR Apparat Book 13px 130% 0%) */
.overline {
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  font-size: 13px;
  line-height: 1.30;
  letter-spacing: 0em;
  text-transform: uppercase;
  /* optional, remove if not desired */
}

/* Text Links (Inter Regular; L/M/S) */
.text-link-l {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 20px;
  line-height: 1.50;
  /* 150% */
  letter-spacing: -0.01em;
}

.text-link-m {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 16px;
  line-height: 1.50;
  letter-spacing: -0.01em;
}

.text-link-s {
  font-family: var(--font-ui);
  /* font-weight: var(--weight-regular); */
  font-size: 14px;
  line-height: 1.60;
  /* 160% */
  letter-spacing: 0em;
}

/* Labels (KMR Apparat Book; L/M/S @ 130%) */
.label-l {
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  font-size: 20px;
  line-height: 1.30;
  letter-spacing: 0em;
}

.label-m {
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  font-size: 16px;
  line-height: 1.30;
  letter-spacing: -0.01em;
  /* -1% in the spec row */
}

.label-s {
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  font-size: 14px;
  line-height: 1.30;
  letter-spacing: 0em;
}

/* RESPONSIVE TUNING */
@media (max-width: 768px) {
  .h1-80 {
    font-size: 54px;
  }

  .h1-64,
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  /* Removed h3 override since Tailwind handles the size for mobile by default */
}


/* _________________________________
   5. COMPONENTS
   _________________________________ */

/* MAIN CARD LINK */
.main-card-link {
  background: var(--bg-light-grey);
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease-in-out;
}

.main-card-link:hover {
  background: var(--bg-light-green);
}


/* PRIMARY BUTTON (.btn-primary) */
.btn-primary {
  background: var(--primary-500);
  color: white;
  border: 1px solid var(--primary-500);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--primary-600);
  border-color: var(--primary-600);
}

.btn-primary:disabled {
  background: #E5E5E5;
  border: 1px solid #D1D1D1;
  color: #8C8C8C;
  cursor: not-allowed;
  box-shadow: none;
}


/* ICON PRIMARY BUTTON (.btn-icn-primary) */
.btn-icn-primary {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: var(--primary-600);
  color: white;
  border-radius: 8px;
  border: 1px solid var(--primary-500);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.btn-icn-primary svg {
  fill: currentColor !important;
  width: 24px !important;
  height: 24px !important;
  display: block;
}

.btn-icn-primary:hover {
  background: var(--primary-700);
  border-color: var(--primary-600);
}

.btn-icn-primary:disabled {
  background: #E5E5E5;
  border: 1px solid #D1D1D1;
  color: #8C8C8C;
  cursor: not-allowed;
  box-shadow: none;
}

/* ICON PRIMARY BUTTON (.btn-icn-primary) */
.btn-icn-secondary {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  color: var(--bg-dark-green);
  border-radius: 8px;
  border: 1px solid var(--secondary-500);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.btn-icn-secondary svg {
  fill: currentColor !important;
  width: 24px !important;
  height: 24px !important;
  display: block;
}

.btn-icn-secondary:hover {
  background: var(--secondary-700);
  border-color: var(--secondary-600);
}

.btn-icn-secondary:disabled {
  background: #E5E5E5;
  border: 1px solid #D1D1D1;
  color: #8C8C8C;
  cursor: not-allowed;
  box-shadow: none;
}

/* Secondary (light background) */

/* SECONDARY BUTTON (.btn-secondary) */
.btn-secondary {
  background: var(--secondary-200);
  color: var(--primary-100);
  border: 1px solid var(--secondary-200);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-family: var(--font-display);
  font-weight: var(--weight-book);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.btn-secondary:hover {
  background: var(--secondary-50);
  border-color: var(--secondary-50);
}

.btn-secondary:disabled {
  background: var(--secondary-50);
  border: 1px solid var(--secondary-50);
  color: var(--text-light-disabled);
  cursor: not-allowed;
  box-shadow: none;
}


/*Slider modal */

.sliderlinks {
  font-weight: var(--weight-light);
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--text-light-primary);
}

.sliderlinks:hover {
  background-color: var(--bg-light-green);
  color: var(--text-light-primary);
}

.image-slider img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0.75rem;
  /* rounded-xl */
  /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    */
  transition: transform 0.3s ease-in-out;
}

/* This is a necessary override for Slick's default, often ugly, button styling. 
We are making the arrows bigger and white.
*/
.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
  color: #4b5563 !important;
  /* gray-600 */
  opacity: 0.75;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

/* Center the slides slightly better when they are not the active one */
.image-slider .slick-slide {
  margin: 0 10px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  opacity: 0.8;
}

/* Scale up the active slide */
.image-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}

/* .slick-slide{
    display: block; float: left;
    height:auto;
}*/





.container {
  margin: 0 auto !important;
}

.bc-slider {
  padding: 4rem 0;
}

.bc-image-swiper img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.bc-text-swiper h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}




.logo-marquee img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}



.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  /* make track width equal to all logos */
  animation: marquee 20s linear infinite;
}

.marquee-track img {
  height: 100px;
  margin-right: 40px;
}

.marquee-track:hover {
  animation-play-state: paused;
  /* stop on hover */
}

/* Keyframes move the entire track smoothly */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.3333%);
    /* move by 1/3rd of track for 3 repeats */
  }
}

.full-width-image img {
  width: 100%;
}

w-100 {
  width: 100%;
}

.teaser-card {
  position: relative;
  /* min-height: 335px; */
  /* padding: 10px; */
  /* 
  background-image: url('/wp-content/themes/BC-Development/assets/images/teaser-bg.svg');
  background-repeat: no-repeat;
  background-size: 650px 335px;
  background-size: contain; */
}

/* Content area */
.teaser-img img {
  height: 335px;
}

.teaser-content img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.teaser-content figure {
  margin: 0;
  height: 100%;
}

/* CTA button */
.teaser-fab {
  position: absolute;
  right: 50px;
  bottom: 24px;
}

.teaser-fab .wp-block-button__link {
  width: 68px;
  height: 68px;
  padding: 0;

  display: grid;
  place-items: center;

  background-color: #1f3f38;
  color: #fff;
  border-radius: 18px;
}

.hero_overlap {
  position: absolute;
  width: 60%;
  height: 65%;
  left: 0;
  top: 0;
  margin-bottom: 20px;
  border: 20px solid red;
  border-top: none;
  border-left: none;
  /* border-bottom: 10px; */
  z-index: 2;
  overflow: hidden;
}

.hero_overlap::after {
  content: "";
  position: absolute;
  background: transparent;
  right: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border-top-right-radius: 8px;
  box-shadow: 6px 0px 0px #FFFBF7;
  z-index: 9999999;
}

@media screen and (min-width: 1600px) {
  .hero_overlap::after {
    /* right: 41.3%; */
  }
}

.hero_label_top {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;

}

.hero_overlap_main {
  height: 100%;
}

.hero_overlap_main::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 20.1%;
  top: 0px;
  border-top-left-radius: 8px;
  box-shadow: -2px -2px 0px #FFFBF7;
  z-index: 3;
}

@media screen and (min-width: 1600px) {
  .hero_overlap_main::before {
    left: 16.6%;
  }
}

.hero_overlap_main::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 0rem;
  top: 14%;
  border-top-left-radius: 8px;
  box-shadow: -2px -2px 0px #FFFBF7;
  z-index: 3;
}

.hero-button-wrap {
  width: fit-content;
  position: absolute;
  bottom: -2px;
  right: 0px;
  z-index: 3;
}

.hero-button-wrap::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: -30px;
  bottom: 2px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
  z-index: 8;
}

.hero-button-wrap::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  right: 0px;
  top: -30px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
  z-index: 8;
}

.hero-button a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 0rem;
  top: 0;
  border-top-left-radius: 8px;
  box-shadow: -2px -2px 0px #FFFBF7;
  z-index: 8;
}

.hero-button a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 0rem;
  bottom: 0;
  border-bottom-left-radius: 8px;
  box-shadow: -2px 2px 0px #FFFBF7;
  z-index: 8;
}

.hero-button::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  right: 0rem;
  top: 0;
  border-top-right-radius: 8px;
  box-shadow: 2px -2px 0px #FFFBF7;
  z-index: 8;
}

.hero-button::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  right: 0rem;
  bottom: 0;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
  z-index: 8;
}


.hero_right {
  height: 700px !important;
  /* border:20px solid red; */
}

.hero-right-img-box {
  /* height: 100%; */
  overflow: hidden;
  /* width: 100%; */
}

.hero_right figure {
  overflow: hidden;
}

.hero_right figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.welcome_div {
  position: relative;
  /* display: none; */
}

.welcome_div::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 8px;
  box-shadow: 5px 0px 0px #FFFBF7;
}

.welcome_div .hero_top_left::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom-left-radius: 8px;
  box-shadow: -5px 0px 0px #FFFBF7;
}

.welcome_div .hero_top_left::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  border-top-left-radius: 8px;
  box-shadow: -8px 0px 0px #FFFBF7;
}

.welcome_div::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 7px 0px 0px #FFFBF7;
}

.hero-bottom-arrow figure {
  background-color: #0A3833;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  /* justify-items: center; */
  align-items: center;
  width: 48px;
  height: 48px;
}

.hero-bottom-arrow figure:hover {
  /*opacity: 0.8;*/
}

.hero-bottom-arrow figure a {
  display: inherit;
}

.hero-bottom-arrow figure img {
  width: 24px;
  height: 24px;
}

.hero-green-block {
  position: relative;
}

.hero-green-block::after,
.hero-green-block::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent
}

.hero-green-block::after {
  bottom: 23.8%;
  right: 0;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
  z-index: 1;
}

.hero-green-block::before {
  bottom: 0;
  right: 11.5%;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
  z-index: 1;
}

.d-none {
  display: none;
}

/* .swiper {
  width: 100%;
  height: 600px;
} */

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide a {
  height: 100%;
}

.swiper-wrap {
  background-color: green;
}

.slider-progress {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.fill {
  transition: width 0.25s ease;
}

.slider-progress .bar {
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.slider-progress .bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}

.hero-wrapper-main {
  width: 100%;
}

.hero_right::after,
.hero_right::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  z-index: 6;
}

.hero_right::before {
  right: 65.4%;
  border-top-left-radius: 8px;
  box-shadow: -10px -2px 0px #FFFBF7;
}


.hero_right::after {
  left: 0;
  bottom: 32.5%;
  border-top-left-radius: 8px;
  box-shadow: -2px -2px 0px #FFFBF7;
}

@media screen and (min-width: 1600px) {
  .hero_right::after {
    bottom: 32.2%;
  }

  .hero_right::before {
    right: 65.6%;
  }
}

.counter {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 25px;
  left: 10px;
  z-index: 99;
  width: 80%;
  color: #FFFBF7;

}

.counter .current,
.counter .total {
  width: 30px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: 'KMR Apparat';
  font-weight: 375;
}

.bar {
  width: 80%;
  height: 2px;
  background: #81817F;
  position: relative;
}

.fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #FFFBF7;
  transition: width 0.35s ease;
}

.nav-slider-wrap {
  background-color: #FFFBF7;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 99;
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  /* width: 10%; */
  height: fit-content;
  border: 10px solid #FFFBF7;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 8px;
}

.nav-slider-wrap::after,
.nav-slider-wrap::before {
  position: absolute;
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
}

.nav-slider-wrap::before {
  top: -30px;
  right: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.nav-slider-wrap::after {
  bottom: 0px;
  left: -30px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px !important;
  color: #FFFBF7;
  margin: 0px;
  padding: 10px;
  border-radius: 8px;

}

.swiper-button-next,
.swiper-button-prev {
  position: initial !important;
  margin: 0px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: #0A3833;
  border-radius: 8px;
}

.mySwiper {
  height: 100%;
}

/* .hero-main-wrapper{
  height: 80vh;
} */

.teaser-button-wrap {
  position: relative;
}

.teaser-button-wrap::after,
.teaser-button-wrap::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0px;
  right: 0px;
  background: transparent;
}

.teaser-button-wrap::before {
  left: -30px;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.teaser-button-wrap::after {
  top: -30px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.text-button-wrap {
  position: relative;
}

.text-button-wrap::after,
.text-button-wrap::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
}

.text-button-wrap::before {
  left: -30px;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.text-button-wrap::after {
  top: -30px;
  right: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

/* ================================
   2. teaser block single
   ================================= */
.kpi-column-wrapper,
.teaser-card {
  height: 100%;
  min-height: 335px;
}

.img-100 {
  height: 100%;
  overflow: hidden;
  border-radius: 8px !important;
}

.img-100 a {
  display: inherit;
}

.teaser-button-wrap figure {
  margin: 0 !important;
}

/* _________________________________
   common styles
   _________________________________ */

.img-100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

/*  logo .marquee */
.logo-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  /* adjust freely */
  white-space: nowrap;
  will-change: transform;
}

.logo-marquee .wp-block-image,
.logo-marquee figure {
  margin: 0 !important;
  display: inline-flex !important;
  height: 60px;
  width: auto;
  min-width: 150px;
}

.logo-marquee figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}







.swiper-main-wrapper {
  width: 100%;
  height: auto;
}

.swiper-main-wrapper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-main-wrapper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-wrapper {
  min-height: 540px !important;
}

.testimonial-nav .counter {
  color: #0A3833;
  width: 75%;
}

@media screen and (min-width: 1600px) {
  .testimonial-nav .counter {
    width: 80%;
  }
}

.testimonial-nav .counter .bar {
  background: #DCDDDE;
}

.testimonial-nav .counter .fill {
  background: #002B5C;
}


/* Optional: Add smooth transition to the dropdown menu itself */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.book-demo-logo {
  width: 100%;
  overflow: hidden;
}

.book-demo-logo-wrap .logo-track img {
  height: 32px;
}

.hero-inner-page-hero .hero_overlap {
  height: 60%;
}

.hero-inner-page-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-inner-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner-page-hero .hero_right {
  position: relative;
}

.innerpage-hero_overlap_main {
  position: relative;
}

.innerpage-hero_overlap_main::before {
  left: 18%;
}

:lang(de-DE) .innerpage-hero_overlap_main::before {
  left: 18.5%;
}

.innerpage-hero_overlap_main::after {
  top: 15.3%;
}

.hero-inner-page-hero .hero_right::after {
  bottom: 37.1%;
}

.hero-inner-page-hero .hero-green-block::after {
  bottom: 28.4%;
}

.hero-inner-page-hero .hero-green-block::before {
  right: 31.2%;
}

.hero-inner-page-hero .hero-left-blank::after {
  content: "";
  position: absolute;
  right: -47.2%;
  bottom: 20px;
  z-index: 9;
  width: 20px;
  height: 20px;
  background: transparent;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

@media screen and (min-width: 1600px) {
  .innerpage-hero_overlap_main::before {
    left: 14.9%;
  }

  :lang(de-DE) .innerpage-hero_overlap_main::before {
    left: 15.4%;
  }

  .innerpage-hero_overlap_main::after {
    top: 15.3%;
  }


  .hero-inner-page-hero .hero_right::after {
    bottom: 37.3%;
  }

  .hero-inner-page-hero .hero-green-block::after {
    bottom: 28.4%;
  }

  .hero-inner-page-hero .hero-green-block::before {
    right: 28.4%;
  }

  .hero-inner-page-hero .hero-left-blank::after {
    right: -47.8%;
  }
}

.hero-inner-page-hero .hero_right::before {
  right: 65.6%;
}

/* Tabs content wrapper */
.bc-tab-contents {
  position: relative;
  overflow: hidden;
}

/* Base panel state */
.bc-tab-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(40px);
  transition: transform 0.45s ease, opacity 0.3s ease;
  pointer-events: none;
}

/* Active panel */
.bc-tab-panel.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.is-active a {
  background: #0A3833;
  color: #FFFBF7;
}

/* Slide from left */
.bc-tab-panel.from-left {
  transform: translateX(-40px);
}

/* Slide from right */
.bc-tab-panel.from-right {
  transform: translateX(40px);
}


header .left-div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'KMR Apparat';
  font-weight: 100 !important;
}

.slider-nav a {
  color: var(--bc-primary);
}

.slider-nav a:hover {
  opacity: .7;
}

/* Two-column Navigation (auto split) */
.two-column-nav .wp-block-navigation {
  column-count: 2;
  column-gap: 1rem;
}

.two-column-nav .wp-block-navigation li {
  /* margin: 8px 0; */
  break-inside: avoid;
  margin-bottom: 0.5rem;
  font-family: "KMR Apparat";
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 115%;
  /* 36.8px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
}

.two-column-nav .wp-block-navigation li a {
  color: #0A3833;
  text-decoration: none;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.two-column-nav .wp-block-navigation li:hover a,
.two-column-nav .wp-block-navigation li.current-menu-item a {
  background-color: #E8EFCD;

}

/* Remove flex that WordPress adds */
.two-column-nav ul {
  display: block !important;
}

.kpi-column {
  transition: background-color 0.3s ease;
  border-radius: 8px !important;
}

.kpi-column:hover {
  background-color: #E8EFCD !important;
}

.home-aboutus-wrap {
  position: relative;
}

.home-aboutus-button {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.home-aboutus-button .button:hover {
  opacity: 0.8;
}

.home-aboutus-button .button a {
  color: #f1f1f1;
}

.home-aboutus-button::after,
.home-aboutus-button::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
}

.home-aboutus-button::after {
  left: -30px;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.home-aboutus-button::before {
  right: 0px;
  top: -30px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.footer-button-bg {
  background: #FFFBF7;
}


/* _________________________________
   6. ACCORDION CUSTOMIZATION
   _________________________________ */

.inner-pages-accordion-wrap .accordion-image-icon {
  border-radius: 8px;
  min-height: 715px;
  max-height: 715px;
  overflow: hidden;
}

.inner-pages-accordion-wrap .accordion-image-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.inner-pages-accordion-wrap .accordion-image-common {
  min-height: 650px;
  max-height: 715px;
  border-radius: 8px;
  max-height: 715px;
  overflow: hidden;
}

.inner-pages-accordion-wrap .accordion-image-common img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-pages-accordion-wrap .accordion-image-icon figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Add custom closed icon */
.inner-pages-accordion-wrap .wp-block-accordion-heading__toggle-icon {
  position: relative;
  background: #0A3833;
  padding: 4px;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  transform: none !important;
}

.inner-pages-accordion-wrap .wp-block-accordion-heading__toggle-icon:hover {
  opacity: 0.8;
}

.inner-pages-accordion-wrap .wp-block-accordion-heading__toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  padding: 5px;
  transform: translateY(-50%);

}

/* _________________________________
   7. COACH GRID IMAGE RATIO FIX
   _________________________________ */

.coach-page .innerpage-hero_overlap_main::before {
  left: 19.8%;
}

:lang(de-DE) .coach-page .innerpage-hero_overlap_main::before {
  left: 21.1%;
}

.coach-page .hero_overlap_main::after {
  top: 15.3%;
}

:lang(de-DE) .coach-page .hero_overlap_main::after {
  top: 17.8%;
}

.coach-page .hero-inner-page-hero .hero-green-block::after {
  bottom: 24.7%;
}

:lang(de-DE) .coach-page .hero-inner-page-hero .hero-green-block::after {
  bottom: 28.2%;
}

:lang(de-DE) .coach-page .hero-inner-page-hero .hero-green-block::before {
  right: 40.4%;
}

.coach-page .hero-inner-page-hero .hero-green-block::before {
  right: 34.3%;
}

.about-wrap .hero-inner-page-hero .hero-green-block::before {
  right: 29%;
}

.about-wrap .hero-inner-page-hero .hero-green-block::after {
  bottom: 24.7%;
}

.about-wrap .innerpage-hero_overlap_main::before {
  left: 17.8%;
}

@media screen and (min-width: 1600px) {
  .coach-page .innerpage-hero_overlap_main::before {
    left: 16.4%;
  }

  :lang(de-DE) .coach-page .innerpage-hero_overlap_main::before {
    left: 17.5%;
  }

  .coach-page .hero_overlap_main::after {
    top: 15.3%;
  }

  :lang(de-DE) .coach-page .hero_overlap_main::after {
    top: 17.8%;
  }

  .coach-page .hero-inner-page-hero .hero-green-block::after {
    bottom: 24.8%;
  }

  :lang(de-DE) .coach-page .hero-inner-page-hero .hero-green-block::after {
    bottom: 28.3%;
  }

  .coach-page .text-button-wrap {
    /*width: 65px;*/
  }

  .hero-inner-page-hero .hero-green-block::before {
    right: 26.1%;
  }

  .coach-page .hero-inner-page-hero .hero-green-block::before {
    right: 28.7%;
  }

  :lang(de-DE) .coach-page .hero-inner-page-hero .hero-green-block::before {
    right: 33.8%;
  }

  .hero-green-block::before {
    right: 9.6%;
  }

  .about-wrap .hero-inner-page-hero .hero-green-block::before {
    right: 24.5%;
  }

  .about-wrap .hero-inner-page-hero .hero-green-block::after {
    bottom: 24.7%;
  }

  .about-wrap .innerpage-hero_overlap_main::before {
    left: 14.8%;
  }
}

.coach-card,
.program-card {
  background: #F5F1ED;
  border-radius: 8px;
  padding: 8px;
  min-height: 500px;
  transition: all 0.3s ease-in-out;
}

.coach-card:hover,
.program-card:hover {
  opacity: 0.8;
  cursor: pointer;
}

.coach-card img,
.program-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.coach-card h3,
.program-card h3 {
  font-family: 'KMR Apparat';
  font-weight: 375;
  font-size: 24px;
  line-height: 130%;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #0A3833;
}

.coach-card p,
.program-card p {
  padding-top: 8px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: #4B5563;
}

.coach-card .tile-button,
.program-card .tile-button {
  right: 0;
  bottom: 0;
  border: 10px solid #FFFBF7;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 8px;
}

.coach-card .tile-button img,
.program-card .tile-button img {
  width: 48px;
  height: 48px;
}


.coach-card .tile-button::before,
.coach-card .tile-button::after,
.program-card .tile-button::before,
.program-card .tile-button::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent
}

.coach-card .tile-button::before,
.program-card .tile-button::before {
  left: -30px;
  bottom: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.coach-card .tile-button::after,
.program-card .tile-button::after {
  top: -30px;
  right: 0px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

#coach-modal,
#program-modal {
  padding: 20px 10px 10px 10px;
  margin: 0;

}

#coach-modal .coachmodal .modal-image {
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}

#program-modal .programmodal .modal-image {
  height: 370px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}

#coach-modal .coachmodal .modal-image img,
#program-modal .programmodal .modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#coach-modal .close-modal,
#program-modal .close-modal {
  color: var(--Color-Text-Primary, #0A3833);
  font-family: 'KMR Apparat';
  font-size: 14px;
  font-style: normal;
  font-weight: 375;
  line-height: 140%;
  /* 19.6px */
}

.coachmodal,
.programmodal {
  border-radius: 8px;
}

.coachmodal .button-wrapper,
.programmodal .button-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 10px solid #a3a09e;
  border-top-left-radius: 8px;
  /* padding: 10px 20px; */
  background: #a3a09e;

}

.coachmodal .button-wrapper button,
.programmodal .button-wrapper button {
  background-color: #0A3833;
  color: #FFFBF7;
  border-radius: 8px;
  font-size: 32px;
  width: 48px;
  height: 48px;
}

.coachmodal .button-wrapper::after,
.coachmodal .button-wrapper::before,
.programmodal .button-wrapper::after,
.programmodal .button-wrapper::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
}

.coachmodal .button-wrapper::before,
.programmodal .button-wrapper::before {
  left: -30px;
  bottom: -10px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #a3a09e;
}

.coachmodal .button-wrapper::after,
.programmodal .button-wrapper::after {
  top: -30px;
  right: -10px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #a3a09e;
}

.coach-modal-details .details-item {
  padding-bottom: 20px;
  display: block;
}

.coach-modal-details h3 {
  font-family: 'KMR Apparat';
  font-weight: 375;
  font-size: 20px;
  line-height: 130%;
  color: #0A3833;
  margin-bottom: 8px;
}

.coach-modal-details p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4B5563;
}

h3#coach-modal-name {
  color: var(--Color-Text-Primary, #0A3833);
  font-family: "KMR Apparat";
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 115%;
  /* 36.8px */
  letter-spacing: -0.64px;
}

p#coach-modal-role {
  color: var(--Color-Background-BC-Dark-Green, #0A3833);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.coach-swiper-image {
  height: 715px;
  overflow: hidden;
  background: #CCDDFF;
  border-radius: 8px !important;
}

.coach-swiper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.coach-swiper-button-wrapper {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0px;
  padding-left: 20px;
}

.coach-swiper-button-wrapper .testimonial-nav .counter {
  width: 65%;
  left: 10px;
}

.total::before {
  content: '/';
  position: absolute;
  left: -2px;
}

@media screen and (min-width: 1600px) {
  .coach-swiper-button-wrapper .testimonial-nav .counter {
    width: 72%;
  }
}

.platform-wrapper {
  height: 80vh;
}

.platform-main .innerpage-hero_overlap_main::before {
  left: 17.2%;
}

:lang(de-DE) .platform-main .innerpage-hero_overlap_main::before {
  left: 17.8%;
}

.platform-main .hero-inner-page-hero .hero-green-block::before {
  right: 34.3%;
}

:lang(de-DE) .platform-main .hero-inner-page-hero .hero-green-block::before {
  right: 38.5%;
}

.platform-main .hero-inner-page-hero .hero-green-block::after {
  bottom: 24.7%;
}

@media screen and (min-width: 1600px) {
  .platform-main .innerpage-hero_overlap_main::before {
    left: 14.3%;
  }

  :lang(de-DE) .platform-main .innerpage-hero_overlap_main::before {
    left: 14.8%;
  }

  .platform-main .hero-inner-page-hero .hero-green-block::before {
    right: 28.7%;
  }

  :lang(de-DE) .platform-main .hero-inner-page-hero .hero-green-block::before {
    right: 32.2%;
  }
}

.swiper-main-wrapper .platform-wrapper .swiper-slide {
  height: 80vh;
  overflow: hidden;
}

.platform-wrapper .swiper-slide p {
  width: 80%;
}

.platform-wrapper .swiper-slide figure {
  width: auto;
  height: auto;
}

.swiper-slide img {
  border-radius: 8px;
}

.platform-swiper-button-wrapper {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0px;
  padding-left: 20px;
}

.platform-swiper-button-wrapper .testimonial-nav .counter {
  width: 50%;
  left: 50%;
}

.platform-swiper-button-wrapper .nav-slider-wrap {
  right: 51%;
  padding-right: 5px !important;
}

.platform-swiper-button-wrapper .nav-slider-wrap::before {
  right: 8px;
}

@media screen and (min-width: 1600px) {
  .platform-swiper-button-wrapper .testimonial-nav .counter {
    width: 50%;
  }

  .platform-swiper-button-wrapper .nav-slider-wrap::before {
    right: 5px;
  }
}

.hero-green-content {
  width: 100%;
  height: 100%;
}

.hero-main-wrapper .hero-bottom-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.hero-green-block {
  overflow: hidden;
}

.hero-green-block::before {
  z-index: 9999;
}

.hero-swiper-wrapper {
  height: 245px !important;
}

.wp-block-post-title {
  display: none !important;
}

.testimonial .swiper-main-wrapper .swiper-wrapper .swiper-slide {
  min-height: 650px;
}

.wp-block-list {
  list-style: inside;
  list-style-position: outside;
  padding-left: 20px;
}

.coach-get-start-button {
  width: 60px !important;
}

.coach-swiper-image,
.coach-swiper-content {
  height: 700px;
}

html {
  scroll-behavior: smooth;
}

.platform-accordion-wrapper .accordion-content img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.2s,
}

.platform-accordion-wrapper .accordion-content img:hover {
  opacity: 0.8;
}

.accordion-text-bg {
  min-height: 475px;
}

.acc-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.acc-modal.hidden {
  display: none;
}

.acc-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.acc-content {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 28px;
  width: 100%;
  max-width: 700px;
}

#accordion-modal {
  padding: 20px 10px 10px 10px;
}

.accordion-modal-main .modal-image {
  display: none;
}

.accordionmodal {
  padding: 20px 20px 0 20px;
  overflow: scroll !important;
  border-radius: 8px;
}

.accordionmodal #acc-modal-title {
  font-family: 'KMR Apparat';
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 115%;
  letter-spacing: -0.64px;
  color: #0A3833;
  padding: 40px 0px 20px 0px;
}

.accordionmodal #acc-modal-desc {
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #0A3833;
  padding-bottom: 20px;
}

.accordionmodal img {
  width: auto;
  /*height: 60vh;*/
}

#program-modal-name {
  color: #0A3833;
  font-family: "KMR Apparat";
  font-size: 48px;
  font-style: normal;
  font-weight: 100;
  line-height: 110%;
  /* 52.8px */
  letter-spacing: -0.96px;
  padding: 20px 0px;
}

#program-modal-details {
  color: #0A3833;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.teaser-card h2 {
  min-height: 150px;
}

.program-card p {
  padding-bottom: 50px;
}

.h-700 {
  height: 700px;
}

.program-greenbox {
  position: relative;
}

.program-wrapper .text-button-wrap {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-button-left-arrow {
  background: #FFFBF7;
  border-top-left-radius: 8px;
  position: relative;
}

.footer-button-left-arrow::before,
.footer-button-left-arrow::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
}

.footer-button-left-arrow::before {
  right: 0;
  top: -20px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

.footer-button-left-arrow::after {
  left: -20px;
  bottom: 0;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 0px #FFFBF7;
}

header .logo a img {
  height: 40px;
}

footer .logo img {
  max-height: 30px;
}

.nav-slide-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}

.nav-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.program-hero-section .hero-inner-page-hero .hero-green-block::before {
  right: 34.3%;
}

:lang(de-DE) .program-hero-section .hero-inner-page-hero .hero-green-block::before {
  right: 38.5%;
}

.program-hero-section .hero-inner-page-hero .hero-green-block::after {
  bottom: 24.7%;
}

@media screen and (min-width: 1600px) {
  .program-hero-section .hero-inner-page-hero .hero-green-block::before {
    right: 28.7%;
  }

  :lang(de-DE) .program-hero-section .hero-inner-page-hero .hero-green-block::before {
    right: 32.2%;
  }
}

#program-load-more,
#coach-load-more {
  font-family: 'KMR Apparat';
}

.mc4wp-response {
  padding-top: 20px;
  padding-left: 10px;
}


.bc-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.bc-header {
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.bc-header.is-fixed {
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
}

/*.hero .swiper-main-wrapper{*/
/*    overflow: inherit !important;*/
/*}*/
/*.hero-bottom-arrow a{*/
/*    transition: transform 0.3s ease;*/

/*}*/
/* .footer-button-left-arrow a svg, button svg{*/
/*    transition: transform 0.3s ease;*/

/*}*/

/*.hero-bottom-arrow a:hover, .footer-button-left-arrow a:hover svg, button:hover svg{*/
/*    transform: scale(1.1);*/
/*}*/

/*.bc-header.is-fixed {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 50;*/
/* background: white; important */
/*    box-shadow: 0 4px 20px rgba(0,0,0,0.08);*/
/*    padding-top: 0;*/
/*}*/
.bc-header.is-fixed {
  border-radius: 8px;
  width: 100%;
  /* box-shadow: 0 4px 20px rgba(210, 28, 28, 0.08); */
  /* background: #F5F1ED; */
  top: 5%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
}


.form-group input:focus {
  box-shadow: none;
  outline: none;
}

.bc-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.programs-section-wrap figure img {
  height: 700px;
}

/*.teaser-card {*/
/*  transition: background-color 0.5s ease;*/
/*}*/

/*.teaser-card img {*/
/*  width: 100%;*/
/*  transition: transform 0.5s ease;*/
/*}*/

/*.teaser-card p {*/
/*  transition: transform 0.5s ease;*/
/*  padding-top: 0 !important;*/
/*  padding-right: 60px !important;*/
/*}*/

/*.teaser-card:hover {*/
/*  background-color: #E8EFCD !important;*/
/*}*/

/*.teaser-card:hover img {*/
/*  transform: scale(1.05);*/
/*}*/

/*.teaser-card:hover p {*/
/*  transform: translateY(70px);*/
/*}*/
/* Responsive css for mobile devices */

@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .kpi-column-wrapper{
      flex-flow: column;
    }
    .teaser-card:hover p {
  transform: translateY(0px);
}
}
 .teaser-grid .teaser-card .teaser-button-wrap {
    width: max-content;
    position: absolute;
    right: 0;
    bottom: 0;
  }
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  /* .blankdiv{
          display: none;
      } */
  .hero_overlap_main h2 {
    font-size: 48px !important;
    padding-top: 20px;
  }

  .entry-content {
    padding: 10px !important;
  }

  .hero_overlap {
    background: #ccccff;
  }
  
  .teaser-card h2 {
    min-height: inherit;
    font-size: 26px !important;
  }
  .teaser-card:hover p {
  transform: translateY(0px);
}
}

@media (min-width: 481px) and (max-width: 768px) {
  .blankdiv {
    display: none;
  }

  .hero_overlap {
    position: relative;
    width: 100%;
    border: 0;
    margin-bottom: 10px !important;
  }

  .hero_overlap_main h2 {
    font-size: 48px !important;
    padding-top: 20px;
  }

  .hero_overlap_main {
    padding-bottom: 80px;
  }

  .hero_overlap_main h4 {
    font-size: 16px !important;
  }

  .hero {
    border: none !important;
    margin-top: 10px !important;
  }

  .hero .hero_right {
    height: auto !important;
  }

  .hero_right::before,
  .hero_right::after {
    display: none;
  }

  .hero_top_left {
    padding: 12px !important;
  }

  .hero-green-block {
    min-height: auto !important;
  }

  .hero-swiper-wrapper {
    height: 180px !important;
  }

  .hero .counter {
    width: 60%;
  }

  .entry-content {
    padding: 10px !important;
  }
  .teaser-card:hover p {
  transform: translateY(0px);
}
.legal-page{
      padding:0px 20px;
  }
  .legal-page p {
      font-size: 16px !important;
  }
}



@media only screen and (max-width: 480px) {
    .teaser-card:hover p {
  transform: translateY(0px);
}

  .hero-main-wrapper,
  .testimonial,
  .home-aboutus-wrap,
  .meet-expert-home,
  .inner-pages-accordion-wrap,
  .length-para,
  .program-wrapper,
  .platfrom-swiper,
  .r-demo,
  footer {
    padding: 10px !important;
  }

  .blankdiv {
    display: none;
  }

  .hero_overlap {
    position: relative;
    width: 100%;
    border: 0;
    margin-bottom: 10px !important;
  }

  .hero_overlap_main h2 {
    font-size: 48px !important;
    padding-top: 20px;
  }

  .hero_overlap_main {
    padding-bottom: 80px;
  }

  .hero_overlap_main h4 {
    font-size: 16px !important;
  }

  .hero {
    border: none !important;
    margin-top: 10px !important;
  }

  .hero .hero_right {
    height: auto !important;
  }

  .hero_right::before,
  .hero_right::after {
    display: none;
  }

  .hero_top_left {
    padding: 12px !important;
  }

  .hero-green-block {
    min-height: auto !important;
  }

  .hero-swiper-wrapper {
    height: 180px !important;
  }

  .hero .counter {
    width: 60%;
  }

  .client_logo_wrapper h2 {
    padding-bottom: 50px !important;
  }

  .logo-marquee {
    padding: 0px !important;
    margin-block-start: 0px;
  }

  .kpi_grid {
    padding: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teaser-grid {
    padding: 10px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .teaser-grid .teaser-card .teaser-button-wrap {
    width: max-content;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .teaser-grid .teaser-card h2 {
    min-height: inherit;
  }

  .teaser-grid .teaser-card p {
    padding-bottom: 40px;
    padding-top: 0px !important;
  }

  .home-aboutus-button {
    right: 10px;
    bottom: 10px;
  }

  .testimonial-green-box {
    gap: 50px;
  }

  .testimonial div {
    gap: 10px;
  }

  .section-button-wrap {
    padding-top: 20px !important;
  }

  .testimonial-nav .counter {
    width: 59%;
  }

  .text-button-wrap {
    flex-basis: auto !important;
    width: max-content !important;
  }

  .section-primary {
    margin: 10px !important;
    margin-top: 0px !important;
    min-height: auto !important;
  }

  .hero_overlap_main::after {
    top: 17.6%;
  }

  .hero_overlap_main::before {
    left: 29.3%;
  }

  .hero-green-block::before {
    right: 15.5%;
  }

  .hero-green-block::after {
    bottom: 32.5%;
  }

  .two-column-nav .wp-block-navigation li {
    font-size: 24px;
  }

  .nav-bottom .two-column-nav .wp-block-navigation li a {
    padding: 0
  }

  .two-column-nav .wp-block-navigation li a {
    padding: 5px;

  }

  .nav-contact-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10%;
    font-size: 15px;
  }

  .nav-contact-details a {
    color: #7878E7;
  }

  .nav-bottom .grid-bottom {
    display: grid;
    grid-template-columns: 85% 15%;
    gap: 10px;
    padding-bottom: 20%;
  }

  .bc-header .content {
    height: 83vh;
    -webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.69);
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.69);
  }

  #my_slider_bot .content .xs-content,
  #my_slider_bot .content .xs-grid {
    height: 100%;
  }

  .bc-header {
    padding-top: 0;
    width: 95%;
    margin: auto;

  }

  #bc-header {
    padding: 0;
  }

  #bc-header nav {
    background: none;
    box-shadow: none;
  }

  #bc-header .header-toggle-xs {
    background: #0A3833;
    border-radius: 8px;
  }

  #bc-header .header-toggle-xs svg {
    stroke: #fefbf7;
  }

  .bc-header.is-fixed {
    top: 5%;
    box-shadow: 0 4px 20px rgba(210, 28, 28, 0.08);
    background: #F5F1ED;
    width: 95%;

  }

  .bc-header.is-fixed .container {
    padding: 0px;
  }

  .bc-header.is-fixed nav {
    padding: 0 10px;
  }

  .bc-header .logo img {
    height: 28px;
  }

  .is-fixed .content {

    padding: 0.8rem;
    padding-top: 1.2rem;
    padding-left: 1.2rem;
  }

  .length-para {
    text-align: center
  }

  .accordion-image-common {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .hero-inner-page-image {
    border-radius: 8px !important;
  }

  #coach-modal .coachmodal .modal-image {
    width: 160px;
    height: 160px;
  }

  #coach-modal .close-modal {
    margin-bottom: 1rem;
  }

  .coach-modal-details {
    padding-top: 1rem;
  }

  h3#coach-modal-name {
    font-size: 24px;
  }

  p#coach-modal-role {
    font-size: 12px;
  }

  .coach-modal-details p {
    font-size: 12px;
  }

  .coach-swiper-image {
    margin-top: 10px !important;
    height: 350px;
  }

  .coach-swiper-content {
    height: auto;
  }

  .coach-swiper-green {
    gap: 50px;
    min-height: 400px !important;
  }

  .coach-swiper-button-wrapper {
    /*bottom: 10px;*/
    /*right: 10px;*/
    width: 100%;
  }

  .coach-swiper-button-wrapper .testimonial-nav .counter {
    width: 57%;
  }

  :lang(de-DE).coach-swiper-green {
    min-height: 500px !important;
  }

  .hero-inner-page-image {
    height: 180px;
  }

  .hero-green-block {
    min-height: 160px !important;
  }

  .swiper-main-wrapper .platform-wrapper .swiper-slide {
    height: auto;
  }

  .platform-wrapper .right-column {
    margin-top: 10px;
    padding: 60px 20px !important;
  }

  .platform-swiper-button-wrapper .nav-slider-wrap {
    right: 0;
    bottom: 10px;
  }

  .platform-swiper-button-wrapper .testimonial-nav .counter {
    left: 0;
    width: 68%;
  }

  .platform-swiper-button-wrapper .swiper-button-next,
  .platform-swiper-button-wrapper .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }

  .platform-wrapper .coach-swiper-green {
    height: 200px !important;
    min-height: auto !important;

  }

  .inner-pages-accordion-wrap {
    margin-bottom: 50px !important;
  }

  .inner-pages-accordion-wrap h3.wp-block-heading {
    padding-top: 20px;
    text-align: center;
  }

  .inner-pages-accordion-wrap .accordion-image-common,
  .inner-pages-accordion-wrap .accordion-image-icon {
    height: 344px;
    min-height: auto;
  }

  .accordion-text-bg {
    min-height: 230px
  }

  #program-modal .programmodal .modal-image {
    height: 150px;
  }

  #program-modal-name {
    font-size: 23px;
  }

  #program-modal-details {
    font-size: 12px;
  }

  .programs-primary-section {
    padding: 16px !important;
  }

  .programs-section-wrap {
    gap: 10px !important;
  }

  .programs-section-wrap figure img {
    height: 300px;
  }

  .program-greenbox {
    min-height: 450px;
  }

  :lang(de-DE) .program-greenbox {
    min-height: 500px;
  }

  .program-greenbox h2 {
    font-size: 32px !important;
    margin: 0;
  }

  .wp-block-button a {
    padding: 12px !important;
  }

  .pipedrive-form {
    margin: 10px 0 !important;
  }
  .digital-section-xs{
      position: inherit;
     border: none !important;
  }
  .digital-section-xs .button{
      justify-content: center;
  }
  .digital-section-xs figure{
      display: none;
  }
  footer .bg-light-green .logo{
      padding-bottom: 80px;
  }
  .section-primary .wp-block-button, .primary-button .wp-block-buttons, .primary-button .wp-block-button{
      width: 100%;
  }
  .primary-button{
      padding:0px 10px;
  }
  .primary-button-wrap .primary-button{
      padding-top: 0px !important;
  }
  .legal-page{
      padding:0px 20px;
  }
  .legal-page p {
      font-size: 16px !important;
  }
  .inner-pages-accordion-wrap{
      padding-top: 40px !important;
  }
  .coach-fraction{
      padding-bottom: 30px;
  }
  .book-demo{
    flex-basis: 20% !important;
}
}

.hero-inner-page-hero .hero-green-block::before,
.hero-inner-page-hero .hero-green-block::after {
  display: none !important;
}

.hero_label_top::after,
.hero_label_top::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  z-index: 99;
}

.hero_label_top::after {
  left: 0px;
  bottom: -20px;
  border-top-left-radius: 8px;
  box-shadow: -2px -2px 0px #fefbf7;
}

.hero_label_top::before {
  right: -20px;
  top: 0px;
  border-top-left-radius: 8px;
  box-shadow: -2px -2px 0px #fefbf7;
}

.innerpage-hero_overlap_main::before,
.innerpage-hero_overlap_main::after {
  display: none !important;
}

.hero_overlap_main::before,
.hero-green-block::after,
.hero-green-block::before,
.hero_overlap_main::after {
  display: none;
}

.welcome_div h2 {
  padding: 5px 12px !important
}


.hero_overlap{
    border-top-right-radius: 0px !important;
}
.hero-green-content p, .hero-green-block p {
    font-family: 'KMR Apparat';
    font-weight: 100;
    padding-right: 20px;
}

.xs-img-100 a {
    height: 100%;
}
footer .bg-light-green{
    background: #E8EFCD;
}

