/* CTA button inside hero event box - dark blue per XD design */
.button-box .btn.btn-primary,
.button-box a.btn-primary {
  background: #38337B !important; /* Dark blue - XD spec */
  background-color: #38337B !important;
  color: #ffffff !important; /* White text */
  border: none !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-weight: 500;
}

.button-box .btn.btn-primary:hover,
.button-box a.btn-primary:hover {
  background: #2d2a63 !important;
  background-color: #2d2a63 !important;
  color: #ffffff !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* timeline animation section css  */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: "Mark Pro";
  src: url("./font-family/Mark_Pro.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mark Pro";
  src: url("./font-family/MarkPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mark Pro";
  src: url("./font-family/MarkPro-Light.ttf");
  font-weight: 300;
  font-style: italic;
}

/* global css class */
.mark-pro {
  font-family: "Mark Pro", sans-serif;
}

.fs-12 {
  font-size: clamp(8px, 1.053vw, 12px);
}

.fs-14 {
  font-size: clamp(10px, 1.228vw, 14px);
}

.fs-16 {
  font-size: clamp(12px, 1.404vw, 16px);
}

.fs-17 {
  font-size: clamp(13px, 1.404vw, 17px);
}

.fs-18 {
  font-size: clamp(14px, 1.579vw, 18px);
}

.fs-20 {
  font-size: clamp(14px, 1.818vw, 20px);
}

.fs-21 {
  font-size: clamp(15px, 1.909vw, 21px);
}

.fs-22 {
  font-size: clamp(15px, 1.93vw, 22px);
}

.fs-24 {
  font-size: clamp(16px, 2.105vw, 24px);
}

.fs-28 {
  font-size: clamp(18px, 2.105vw, 28px);
}

.fs-30 {
  font-size: clamp(20px, 2.632vw, 30px);
}

.fs-32 {
  font-size: clamp(20px, 2.807vw, 32px);
}

.fs-34 {
  font-size: clamp(20px, 3.091vw, 34px);
}

.fs-40 {
  font-size: clamp(24px, 3.509vw, 40px);
}

.fs-60 {
  font-size: clamp(30px, 5.455vw, 60px);
}

.lh-60 {
  line-height: clamp(30px, 5.455vw, 60px);
}

.lh-40 {
  line-height: clamp(24px, 3.509vw, 40px);
  font-family: "Mark Pro";
}

.lh-30 {
  line-height: clamp(25px, 2.727vw, 30px);
}

.c-black {
  color: #000;
}

.c-white {
  color: #fff;
}

.c-gray {
  color: #7E7E7E; /* XD spec */
}

/* Energetic Alignment Color Variables */
.c-maroon {
  color: #4A1942; /* Dark purple - for review quotes - XD design */
}
.c-maroon1 {
  color: #6B3A5D; /* Medium purple - accent */
}
.c-maroon-opacity-50 {
  color: #8B5A7A; /* Light purple - for review names - XD design */
}
.c-yellow {
  color: #D4A84B; /* Gold/yellow - XD design */
}

.c-info {
  color: #27C49B; /* Teal - primary */
}

.c-coral {
  color: #E87A5D; /* Coral - accent */
}

.c-teal {
  color: #27C49B; /* Teal - primary */
}

/* Hero subtitle - light gray per XD spec */
.c-hero-subtitle {
  color: #C6C6C6;
}

/* Font weight medium utility */
.fw-medium {
  font-weight: 500;
}

.border-bottom {
  border-bottom: 1px solid #9f9f9f;
}

button.btn-primary,
a.btn-primary,
.btn.btn-primary {
  padding: 16px 24px !important;
  background: #27C49B !important;
  background-color: #27C49B !important;
  border-radius: 25px !important;
  border: none !important;
  outline: none !important;
  font-family: "Mark Pro", sans-serif;
  font-size: clamp(14px, 1.404vw, 16px);
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
}

button.btn-primary:hover,
a.btn-primary:hover,
.btn.btn-primary:hover {
  background: #1fa582 !important;
  background-color: #1fa582 !important;
  color: #fff !important;
  opacity: 1;
}

button.btn-secondary,
a.btn-secondary,
.btn.btn-secondary {
  padding: 16px 24px !important;
  background: #27C49B !important;
  background-color: #27C49B !important;
  border-radius: 25px !important;
  border: none !important;
  outline: none !important;
  font-family: "Mark Pro", sans-serif;
  font-size: clamp(14px, 1.404vw, 16px);
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
}

button.btn-secondary:hover,
a.btn-secondary:hover,
.btn.btn-secondary:hover {
  background: #259996 !important;
  background-color: #259996 !important;
  color: #fff !important;
  opacity: 1;
}

button.introdutie-btn {
  padding: 12px 30px;
  background: #27C49B; /* Green - XD spec */
  border-radius: 10px; /* XD spec */
  border: none;
  outline: none;
  font-family: "Mark Pro", sans-serif;
  font-size: clamp(12px, 1.404vw, 16px);
  font-weight: 600;
  color: #fff;
  max-width: 200px;
  width: 100%;
}

button.introdutie-btn:hover {
  background: #1fa882; /* Darker green on hover */
  color: #fff;
}
.gradient-background {
  background: #D6D1BB; /* Warm beige - XD spec */
  min-height: 100vh;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body.gradient-background {
  background: #D6D1BB;
}
/* Newsletter bar - sticky at bottom */
.newsletter-bar {
  background-color: #C8C3AD;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.newsletter-bar a {
  text-decoration: underline;
}

.newsletter-bar .close-bar {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  padding: 5px 10px;
}

.newsletter-bar .close-bar:hover {
  opacity: 0.7;
}

/* Add padding to body when newsletter bar is visible */
body.has-newsletter-bar {
  padding-bottom: 60px;
}

/* About section portrait - XD design */
.about-section-portrait {
  max-width: 380px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* Djim tablet photo - XD design */
.djim-tablet-photo {
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* Kernpunten list - XD design */
.ea-kernpunten {
  list-style: disc;
  padding-left: 20px;
}

.ea-kernpunten li {
  line-height: 30px;
}

/* global css class */
/* .top-nav {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
} */

/* top bar css  */
.top-bar {
  background-color: #D6D1BB; /* Beige - matches page background */
  min-height: 64px;
  position: relative; /* Not fixed - integrated with page */
  width: 100%;
  z-index: 99;
}

.social-icons img {
  width: clamp(14px, 1.818vw, 20px);
  height: clamp(14px, 1.818vw, 20px);
  object-fit: contain;
}

/* top bar css  */
/* nav bar css  */
.navbar {
  position: relative; /* Not fixed - integrated with page */
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #D6D1BB; /* Beige background */
}
button.navbar-toggler-btn {
  width: 116px;
  height: 46px;
  border: none;
  background: #6B6B54; /* Dark olive - XD design */
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

button.navbar-toggler-btn .dot {
  height: 7px;
  width: 7px;
  border-radius: 50px;
  background-color: #27C49B; /* Teal dot - XD design */
}

div#navbarText .inner-navbar-section {
  background: rgb(255, 255, 255);
  padding: 12px;
  margin-top: 12px;
  max-width: max-content;
  border-radius: 12px;
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.253);
  float: right;
}
div#navbarText .inner-navbar-section li.nav-item {
  padding-left: 10px;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}
div#navbarText .inner-navbar-section li.nav-item:hover {
  background-color: #0000003d;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

/* nav bar css  */
/* home page css  */
/* positief css */
.positief {
  /* XD design - brighter blue with glow and orange woosh */
  background:
    /* Lighter blue at top-left corner */
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(40, 60, 120, 0.7) 0%, rgba(30, 50, 100, 0.4) 40%, transparent 70%),
    /* Main intense glow behind Djim */
    radial-gradient(ellipse 80% 100% at 58% 55%, rgba(255, 200, 150, 0.75) 0%, rgba(230, 160, 120, 0.55) 20%, rgba(180, 120, 100, 0.35) 40%, transparent 65%),
    /* Secondary bright glow */
    radial-gradient(ellipse 60% 80% at 55% 50%, rgba(255, 220, 180, 0.55) 0%, rgba(220, 160, 100, 0.35) 30%, transparent 55%),
    /* Orange woosh from bottom-left sweeping to center */
    radial-gradient(ellipse 120% 80% at 20% 100%, rgba(230, 130, 70, 0.65) 0%, rgba(210, 110, 60, 0.45) 20%, rgba(190, 90, 70, 0.25) 40%, transparent 60%),
    /* Secondary orange sweep */
    radial-gradient(ellipse 100% 60% at 35% 85%, rgba(210, 110, 60, 0.4) 0%, rgba(170, 90, 70, 0.25) 30%, transparent 55%),
    /* Blue/purple glow at bottom right */
    radial-gradient(ellipse 70% 90% at 90% 85%, rgba(100, 80, 160, 0.5) 0%, rgba(80, 70, 140, 0.3) 40%, transparent 70%),
    /* Base brighter blue gradient */
    linear-gradient(160deg, #1a2550 0%, #1e2a58 15%, #253265 30%, #2d3a70 50%, #35427a 70%, #3d4a85 100%);
  position: relative;
  height: 560px; /* XD spec - reduced to match design proportions */
  max-width: calc(100% - 160px); /* 80px margin on each side */
  margin: 20px auto 0;
  border-radius: 40px; /* XD spec */
  box-shadow: 0px 3px 56px #0000004E; /* XD spec */
  overflow: hidden;
}

/* Hero content area */
.positief .header-section-content .content {
  max-width: 700px; /* Wide enough for 2-line title */
  padding-left: 80px; /* XD design - more space from left edge */
  padding-top: 80px;
}

.positief .header-section-content h2 {
  font-size: clamp(42px, 5.2vw, 64px); /* Larger font to fit on 2 lines */
  line-height: 1.05;
  letter-spacing: -1px;
}

.positief .header-section-content h2.hero-title {
  font-size: 54px; /* Fixed size to ensure 2 lines */
  line-height: 1.1;
}

.positief .header-section-content p {
  max-width: 500px;
  line-height: 1.6;
}
/*
.positief::before {
  content: "";
  top: -20px;
  bottom: 0;
  right: 0;
  left: 55%;
  position: absolute;
  background-image: linear-gradient(to bottom, #00000024, #0000007e),
    url("../images/home-banner-img\ 1.png");
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
} */

.positief::before {
  content: "";
  top: -20px;
  bottom: -20px;
  right: 0; /* XD design - extend to edge */
  left: 30%; /* XD design - Djim positioned center-right */
  position: absolute;
  background-image: url("../images/djim-hero-portrait.png");
  background-size: auto 115%; /* Larger Djim */
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 0 40px 40px 0; /* Match parent border-radius */
}

.hamburger-menu {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 5px gray;
  height: 45px;
  width: 45px;
  padding: 0;
}

/* Hide middle finger - not part of new design */
.positief::after {
  display: none;
}

.logo-main {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 10;
}

.positief .positief-card .img {
  height: 200px;
  background-color: #e6e6e6;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

/* positief css */
.rating i {
  color: #D4A84B; /* Gold/yellow stars - XD design */
}

.over-de-card {
  box-shadow: 7px 8px 0px #9B998D; /* Beige-brown shadow - XD spec */
  border-radius: 20px; /* XD spec */
  background-color: #EFEDE5; /* Warm beige card bg - XD spec */
  opacity: 1;
  min-height: 240px; /* Fixed height for equal cards */
  height: 100%; /* Fill parent height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 25px;
}

/* Service cards - XD design: offset shadow */
.service-card {
  background-color: #EFEDE5;
  border-radius: 20px;
  padding: 30px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 7px 8px 0px #9B998D; /* XD spec: X:7 Y:8 B:0 #9B998D */
}

.service-card h3 {
  margin-bottom: 8px;
}

.service-card p {
  margin-bottom: 20px;
  max-width: 280px;
}

/* Service cards section - XD design spacing */
#services {
  padding-top: 10px;
  padding-bottom: 20px;
}

#services .col-md-4 {
  display: flex;
  margin-bottom: 15px;
}

/* Service button - pill shape per XD */
.btn-service {
  background-color: #27C49B !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 16px 28px !important;
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.btn-service:hover {
  background-color: #1fa582 !important;
  color: #fff !important;
}

.over-de-card h3 {
  color: #000 !important; /* Black card titles - XD spec */
  margin-bottom: 10px;
}

.over-de-card p {
  color: #666 !important; /* Gray description text - XD spec */
  font-size: 14px;
  line-height: 1.5;
}

/* Djim coffee photo - no extra frame needed, image has built-in background */
.djim-photo-frame {
  display: inline-block;
}

.djim-coffee-photo {
  border-radius: 20px;
  object-fit: cover;
  display: block;
  max-width: 400px;
}

/* Werken met energie section */
.werken-met-energie-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.over-de-para {
  max-width: 500px;
  width: 100%;
}

.button-box {
  box-shadow: 10px 13px 36px #00000040;
  border-radius: 18px;
  max-width: 320px; /* XD design - narrower but fits text */
  width: auto;
  opacity: 1;
  background: rgba(55, 25, 50, 0.9) !important; /* Darker maroon - XD design */
  background-color: rgba(55, 25, 50, 0.9) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  margin-left: 0;
  margin-top: 40px; /* XD design - position lower */
  padding: 18px 22px;
}

/* Live Event Banner - XD design */
.live-event {
  position: relative;
  padding-top: 20px; /* Space for the label that sits outside */
}

.inner-live-event {
  background: linear-gradient(135deg, #4A1942 0%, #2D1B4E 20%, #1E3A5F 50%, #5D7A99 80%, #8BA5B5 100%); /* XD gradient */
  border-radius: 20px;
  position: relative;
  min-height: 200px;
  overflow: visible;
}

.live-event-date {
  background: rgba(74, 25, 66, 0.9);
  border-radius: 20px;
  position: absolute;
  width: max-content;
  top: 5px;
  left: 0;
  bottom: auto;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 5;
}

.p-img {
  width: clamp(250px, 35vw, 450px);
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 10;
}

/* Event banner title styling */
.inner-live-event h4 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.15;
  font-weight: 700;
}

/* Event banner button styling */
.inner-live-event .btn-secondary {
  background-color: #4A1942 !important;
  border-color: #4A1942 !important;
  border-radius: 25px !important;
  padding: 16px 32px !important;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  z-index: 15;
}

.client-review {
  /* Space lightning background - XD design */
  background-image: url("../images/reviews-space-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Remove the CSS gradient overlay */

.client-review img.client-img.position-absolute {
  width: 127px;
  height: 127px;
  background: #e6e6e6;
  border-radius: 50%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: top center;
}

.client-review-small-card img.client-img.position-absolute {
  width: 127px;
  height: 127px;
  background: #e6e6e6;
  border-radius: 50%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: top center;
}

.introdutie-card {
  border-radius: 10px !important; /* XD spec - override Bootstrap rounded-4 */
  box-shadow: none !important; /* XD spec - no shadow on episode cards */
}

.introdutie-card .img {
  width: 300px;
  height: 200px;
  background: #e6e6e6;
  object-fit: cover;
}

/* home page css end  */
/* event page css  */
.event-page {
  background-image: url("../images/hero-gradient-bg.png"); /* XD design - same gradient as homepage */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  height: 560px; /* XD spec - match homepage hero */
  max-width: calc(100% - 160px); /* 80px margin on each side */
  margin: 20px auto 0;
  border-radius: 40px; /* XD spec */
  box-shadow: 0px 3px 56px #0000004E; /* XD spec */
  overflow: hidden;
}

.event-page::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 30%; /* XD design - Djim positioned more to the left */
  position: absolute;
  background-image: url("../images/djim-hero-portrait.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 0 40px 40px 0; /* Match parent border-radius */
}

.event-hero-section {
  background-color: #e6e6e6;
}

.event-hero-section .content {
  max-width: 775px;
  margin: auto;
}

.client-reivew-section-card {
  background-image: url("../images/bb-99.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 186px;
  height: 91px;
  margin: auto;
}

.inner-client-card {
  max-width: 108px;
}

.inner-client-card .client-msg {
  font-size: 12px;
}

.inner-client-card .client-name {
  font-size: 10px;
}

.inner-client-card .client-rating {
  margin-top: -6px;
}

.inner-client-card .client-rating i::before {
  font-size: 12px;
}

.can-expect {
  box-shadow: 7px 8px 0px #9B998D; /* Beige-brown shadow - XD spec */
  border-radius: 30px; /* XD spec */
  opacity: 1;
  background-color: #fff;
}

img.p-img-event {
  width: clamp(100px, 22.368vw, 255px);
  position: absolute;
  bottom: 0;
  right: 20px;
}

input#email {
  padding: 16px 20px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  outline: none;
}

input#email::placeholder {
  color: gray;
}

img.back-img {
  width: 90%;
  position: absolute;
  left: 10%;
  top: 0;
  border: 4px solid #fff;
}

.img-rounded {
  border-radius: 30px; /* XD spec - rounded images */
}

.double-img {
  min-height: 300px;
}

img.front-img {
  width: 90%;
  position: absolute;
  left: 0;
  top: 10%;
  border: 4px solid #fff;
}

.wat-haal {
  background-image: url("../images/you-get\ .png");
  background-repeat: no-repeat;
  background-size: cover;
}
/* event page css  */

/* timeline page css  */
.timeline-hero-section {
  height: 650px;
  max-width: calc(100% - 160px); /* 80px margin on each side */
  margin: 20px auto 0;
  border-radius: 40px;
  box-shadow: 0px 3px 56px #0000004E;
  overflow: hidden;
  /* XD design - pink/salmon gradient */
  background: linear-gradient(135deg, #6B3A5B 0%, #7A4A65 20%, #9B6B7A 40%, #C49A9A 60%, #D4A8A8 80%, #E0B8B8 100%);
}

.timeline-hero-section .container {
  position: relative;
  z-index: 2;
}

.timeline-hero-content {
  max-width: 550px;
  padding: 40px 0;
}

.timeline-hero-photo {
  height: 620px;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
}
.ergens-section {
  /* XD design - dark blue top & bottom, angled orange woosh from bottom-left */
  background: 
    /* Dark blue at top */
    linear-gradient(to bottom, 
      rgba(15, 25, 50, 0.95) 0%,
      rgba(20, 30, 60, 0.85) 12%,
      transparent 35%
    ),
    /* Dark blue/purple at bottom */
    linear-gradient(to top, 
      rgba(20, 18, 40, 0.95) 0%,
      rgba(30, 25, 55, 0.85) 12%,
      rgba(40, 30, 65, 0.5) 25%,
      transparent 45%
    ),
    /* Angled orange woosh from bottom-left sweeping to center-right */
    linear-gradient(35deg, 
      rgba(200, 120, 60, 0.6) 0%,
      rgba(220, 140, 70, 0.5) 15%,
      rgba(210, 130, 80, 0.4) 25%,
      rgba(180, 110, 90, 0.25) 35%,
      rgba(140, 90, 100, 0.15) 45%,
      transparent 55%
    ),
    /* Secondary warm glow to enhance the woosh */
    radial-gradient(ellipse 90% 70% at 25% 75%, 
      rgba(220, 130, 60, 0.45) 0%, 
      rgba(190, 100, 70, 0.3) 30%,
      transparent 60%
    ),
    /* Original background image */
    url("../images/deep-down-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ergens-section .content {
  max-width: 660px;
}
img.position-absolute.deep-down-img {
  width: clamp(200px, 35.088vw, 400px);
  bottom: 0;
  right: 0;
}
.ergens-section-right {
  max-width: 320px;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 999;
}

/* podcast page css */
.podcast-hero-section {
  background-image: url("../images/podcast-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 947px;
}

.main-video-section {
  max-width: 921px;
  max-height: 483px;
  width: 100%;
  height: 100%;
  margin-top: 160px;
}
.video-scroll-main {
  padding: 20px 0;
  background: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.learning-card {
  box-shadow: none; /* XD spec - no shadow on podcast episode cards */
  border-radius: 10px; /* XD spec */
  background-color: #fff;
}
.short-videos {
  width: 100%;
  height: 480px;
  object-fit: contain;
  border-radius: 12px;
}
.discover-inner {
  background-image: linear-gradient(to right, #00000065, #00000060),
    url("../images/240729_Djim Vervaart _12028.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.monthly-price {
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  height: 166px;
  width: 173px;
  float: inline-end;
}
.monthly-price del {
  font-size: 32px;
  line-height: 46px;
}
.monthly-price strong {
  font-size: 52px;
  line-height: 46px;
}
.monthly-price p {
  font-size: 18px;
  line-height: 46px;
}
/* podcast page css */

/* contact page - route planner tiles */
.tiles {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.tile {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.tile.selected {
  border: 2px solid #f8f9fa;
  background-color: #f8f9fa;
}

.tile i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #27C49B;
}

.tile p {
  font-size: 1.2rem;
  color: #333;
}

.input-section {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-top: 1rem;
}

.route-input-card {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-top: 1rem;
}

.route-input-card label {
  font-weight: 500;
  color: #333;
}

.route-input-card input {
  flex: 1;
  min-width: 100px;
}

.tiles-wrapper {
  max-width: 450px;
  margin: 0 auto;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.route-planner-section {
  text-align: center;
}

.route-planner-section h1 {
  text-align: center;
}

/* footer css  */
.footer {
  background: url("../images/footer-bg.png") no-repeat center center;
  background-size: 100% 100%;
  background-color: #0a0a1a; /* fallback */
  position: relative;
  width: 100%;
  color: #fff;
}

.footer .c-gray,
.footer .c-gray a,
.footer a.c-gray {
  color: #BEBEBE !important; /* XD spec: footer contact text */
}

.footer-col:not(:last-child) {
  margin-bottom: 20px;
}

.footer img {
  width: clamp(14px, 1.818vw, 20px);
  height: clamp(14px, 1.818vw, 20px);
  object-fit: contain;
}

.footer-bottom {
  padding-top: 2rem;
}

.footer-bottom-links {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #ACACAC; /* XD spec: Poppins Medium 14px #ACACAC */
}

.footer-bottom-links a {
  text-decoration: none;
  color: #ACACAC !important; /* XD spec */
}

.footer-dot {
  margin: 0 0.4rem;
}

/* footer css end  */
.gratis-ebook {
  background-color: transparent;
  z-index: 9999;
}

#close-btn {
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.gratis-ebook-img {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.gratis-ebook-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gratis-ebook-card {
  max-width: 450px;
  min-width: 380px;
  float: inline-end;
  position: absolute;
  bottom: calc(100% - 25px);
  right: 25px;
  align-items: center;
}

.gratis-ebook-card > div:last-child {
  flex: 1;
  min-width: 200px;
}

.gratis-ebook-card p {
  white-space: normal;
  word-wrap: break-word;
}
button.btn.btn-outline-dark.rounded-2.mark-pro.fw-bold.fs-16.lh-30 {
  border: 1px solid #000;
  color: #000;
}
button.btn.btn-outline-dark.rounded-2.mark-pro.fw-bold.fs-16.lh-30:hover{
  color: #fff;
}
@media (max-width: 1200px) {
  .positief::after {
    right: 20px;
    left: unset;
  }
  .timeline-hero-section {
    background-position: 70% 0;
  }
}

@media (max-width: 767px) {
  div#navbarText .inner-navbar-section {
    max-width: 100%;
    float: none;
  }
  .positief,
  .event-page {
    height: 500px;
    border-radius: 20px;
    margin-top: 10px;
    max-width: calc(100% - 40px); /* 20px margin on each side for mobile */
  }
  .timeline-hero-section {
    height: 500px;
    border-radius: 20px;
    margin-top: 10px;
    max-width: calc(100% - 40px); /* 20px margin on each side for mobile */
  }
  .podcast-hero-section {
    height: 580px;
  }
  .positief::before,
  .positief::after {
    display: none;
  }
  .timeline-hero-section {
    background-image: linear-gradient(to bottom, #000000ad, #0000009a),
      url("../images/hero-gradient-bg.png");
    background-position: center;
  }
  .timeline-hero-section::before {
    display: none;
  }
  .timeline-hero-section .content :is(h2, h4, p) {
    color: #fff !important;
  }

  .p-img {
    display: none;
  }

  .logo-main {
    left: 10px;
  }

  img.p-img-event {
    right: -10px;
  }
  .main-video-section {
    margin-top: 120px;
  }
  .video-scroll {
    padding: 10px 0;
    background: #000;
    position: absolute;
    bottom: 0;
  }
}

/* timeline animation section css  */
.my-timeline {
  position: relative;
  max-width: 1200px;
  margin: 42px auto;
  overflow: hidden;
}
.timeline-item {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.my-container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
  box-sizing: border-box;
}
.left-container {
  transform: translateX(-100%);
}
.right-container {
  transform: translateX(100%);
}
.my-container.in-view {
  opacity: 1;
  transform: translateX(0);
}
.text-box {
  /* padding: 20px 30px; */
  position: relative;
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 400;
  filter: drop-shadow(0px 0px 20px rgba(190, 190, 190, 0.25));
  border-radius: 6px;
}
#text-boxes {
  padding: 20px 0px;
  position: relative;
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 400;
  filter: drop-shadow(0px 0px 20px rgba(190, 190, 190, 0.25));
  border-radius: 6px;
  display: flex;
  gap: 30px;
}
#timeline_img1 {
  background: url("../images/timeline_img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 395px;
  height: 326px;
  position: relative;
}
#timeline_img1::after {
  position: absolute;
  content: "1997";
  top: 15px;
  right: 20px;
  color: white;
  font-size: clamp(24px, 3.509vw, 40px);
  font-weight: bold;
}
#timeline_img2 {
  background: url("../images/timeline_img2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 395px;
  height: 236px;
  position: relative;
}
#timeline_img2::after {
  position: absolute;
  content: "2000";
  top: 15px;
  left: 20px;
  color: white;
  font-size: clamp(24px, 3.509vw, 40px);
  font-weight: bold;
}
#timeline_img3 {
  background: url("../images/timeline_img3.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 395px;
  height: 236px;
  position: relative;
}
#timeline_img3::after {
  position: absolute;
  content: "2009";
  top: 15px;
  left: 20px;
  color: white;
  font-size: clamp(24px, 3.509vw, 40px);
  font-weight: bold;
}
#timeline_img4 {
  background: url("../images/timeline_img4.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 373px;
  height: 355px;
  position: relative;
}
#timeline_img4::after {
  position: absolute;
  content: "2016";
  top: 15px;
  right: 20px;
  color: white;
  font-size: clamp(24px, 3.509vw, 40px);
  font-weight: bold;
}
.timeline-line {
  position: absolute;
  width: 4px;
  background-color: #4A1942; /* Purple - XD design */
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: 1;
  height: 0;
  transition: height 0.5s ease;
}
.my-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #a3a3a3;
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: -1;
  height: 100%;
}
.timeline-item {
  position: relative;
}
.timeline-item:nth-child(even) .timeline-dot {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background-color: #4A1942; /* Purple - XD design */
  left: 0;
  transform: translateX(-50%);
}
.timeline-item:nth-child(odd) .timeline-dot {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background-color: #4A1942; /* Purple - XD design */
  left: 100%;
  transform: translateX(-50%);
}
.scrolled {
  background-color: #0000005c !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .positief::after {
    bottom: calc(37% - 100px);
    height: 100px;
    width: 100px;
    right: clamp(40px,5vw,100px);
    left: unset;
}
}
@media (max-width: 1024px) {
  #timeline_img1 {
    width: 292px;
  }
  #timeline_img2 {
    width: 292px;
  }
  #timeline_img3 {
    width: 292px;
  }
  #timeline_img4 {
    width: 292px;
  }
  #text-boxes {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 600px) {
  .timeline-line {
    width: 2px;
    margin-left: -1px;
  }
  .timeline-item:nth-child(even) .timeline-dot,
  .timeline-item:nth-child(odd) .timeline-dot {
    height: 15px;
    width: 15px;
  }
  .my-timeline {
    margin: 50px auto;
  }
  .my-container {
    /* width: 100%; */
    padding-left: 18px;
    padding-right: 18px;
  }
  #timeline_img1 {
    width: 139px;
    height: 321px;
  }
  #timeline_img2 {
    width: 154px;
    height: 236px;
  }
  #timeline_img3 {
    width: 147px;
    height: 236px;
  }
  #timeline_img4 {
    width: 137px;
    height: 355px;
  }
  #text-boxes {
    padding: 0px 0px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  #timeline_img1::after {
    position: absolute;
    content: "1997";
    top: 6px;
    right: 9px;
  }
  #timeline_img2::after {
    position: absolute;
    content: "1997";
    top: 6px;
    right: 9px;
  }
  #timeline_img3::after {
    position: absolute;
    content: "1997";
    top: 6px;
    right: 9px;
  }
  #timeline_img4::after {
    position: absolute;
    content: "1997";
    top: 6px;
    right: 9px;
  }
  .text-box {
    font-size: 13px;
  }
  .right-container {
    left: 0;
  }
  .timeline-image {
    left: 40%;
  }
  .my-timeline::after {
    left: 40px;
  }
}


@media (min-width: 1367px) {
  .logo-main {
    position: absolute;
    top: 80px;
    left: calc(50% - 700px);
    z-index: 10;
  }
  /* Middle finger removed - not part of new Energetic Alignment design */
  .positief::after {
    display: none;
  }
}

/* EA Pattern Divider - XD design */
.ea-pattern-divider {
  background-color: #D6D1BB;
  background-image: url("../images/ea-pattern-divider.svg");
  background-repeat: repeat-x;
  background-position: center -100px;
  background-size: 1790px auto;
  height: 120px;
  width: 100%;
  overflow: hidden;
}

/* Footer separator line - XD design */
.footer-separator {
  background-color: #D6D1BB;
  height: 1px;
  width: 100%;
  border-top: 1px solid #9B998D;
}

/* Event Banner - XD design */
.event-banner {
  position: relative;
  background: linear-gradient(135deg, #4A1942 0%, #2D1B4E 30%, #1E3A5F 60%, #5D7A99 100%);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 180px;
}

.event-banner-content {
  position: relative;
  z-index: 2;
  max-width: 50%;
}

.event-banner-label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 8px 16px;
  margin-bottom: 15px;
  font-family: "Mark Pro", sans-serif;
  font-size: 13px;
  color: #fff;
}

.event-banner-label .event-location {
  font-weight: 600;
}

.event-banner-label .event-separator {
  margin: 0 8px;
  opacity: 0.6;
}

.event-banner-title {
  font-family: "Mark Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.event-banner-cta {
  position: relative;
  z-index: 2;
}

.btn-event {
  background-color: #4A1942 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 14px 28px !important;
  font-family: "Mark Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-event:hover {
  background-color: #3a1335 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(74, 25, 66, 0.4);
}

.event-banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 220px;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
  z-index: 1;
}

/* Responsive adjustments for event banner */
@media (max-width: 991px) {
  .event-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    padding-bottom: 180px;
  }
  
  .event-banner-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .event-banner-title {
    font-size: 26px;
  }
  
  .event-banner-image {
    max-height: 180px;
    right: 10px;
  }
}

@media (max-width: 575px) {
  .event-banner {
    padding: 25px;
    padding-bottom: 150px;
  }
  
  .event-banner-title {
    font-size: 22px;
  }
  
  .event-banner-image {
    max-height: 150px;
  }
}

/* ============================================
   Event Banner - XD Design
   ============================================ */
.event-banner-wrapper {
  position: relative;
  margin-top: 40px;
}

.event-label {
  display: inline-block;
  background-color: #4A1942;
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px 20px 0 0; /* Rounded top only, connects to banner */
  font-size: 14px;
  z-index: 5;
  margin-bottom: -1px; /* Overlap to connect */
}

.event-banner-box {
  background: linear-gradient(135deg, #4A1942 0%, #2D1B4E 25%, #1E3A5F 55%, #5D7A99 85%, #8BA5B5 100%);
  border-radius: 0 20px 20px 0; /* Square left, rounded right */
  height: 240px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  overflow: visible;
}

.event-content {
  flex: 0 0 28%;
  z-index: 2;
}

.event-title {
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.1;
  max-width: 350px;
}

.event-photo {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0;
  height: 500px; /* 1.5x bigger */
  width: auto;
  z-index: 3;
}

.event-cta {
  position: absolute;
  right: 100px;
  z-index: 4;
}

.btn-event {
  background-color: #4A1942 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 16px 32px !important;
  font-family: "Mark Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-event:hover {
  background-color: #3a1335 !important;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .event-banner-wrapper {
    padding-top: 50px;
  }
  
  .event-banner-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    padding-bottom: 30px;
    min-height: auto;
  }
  
  .event-content {
    flex: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .event-photo {
    position: relative;
    left: auto;
    transform: none;
    max-height: 200px;
    margin: 20px auto 0;
    display: block;
  }
  
  .event-cta {
    position: relative;
    right: auto;
    margin-top: 20px;
  }
  
  .event-title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .event-photo {
    max-height: 160px;
  }
  
  .event-title {
    font-size: 24px;
  }
}

/* ============================================
   MEA E-learning Page
   ============================================ */
.mea-hero-section {
  height: 550px;
  max-width: calc(100% - 160px);
  margin: 20px auto 0;
  border-radius: 40px;
  box-shadow: 0px 3px 56px #0000004E;
  overflow: hidden;
  background: linear-gradient(135deg, #4A1942 0%, #6B3A5B 30%, #8B5A6B 60%, #A07080 100%);
}

.mea-hero-content {
  max-width: 500px;
  padding: 40px 0;
}

.mea-hero-photo {
  height: 520px;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
}

.mea-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mea-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.mea-benefits-list .benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #4A1942;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 991px) {
  .mea-hero-section {
    height: auto;
    min-height: 500px;
    max-width: calc(100% - 40px);
    margin: 10px auto 0;
  }
  
  .mea-hero-section .row {
    flex-direction: column;
  }
  
  .mea-hero-photo {
    height: 350px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .mea-hero-section {
    max-width: calc(100% - 20px);
    border-radius: 20px;
  }
  
  .mea-hero-photo {
    height: 280px;
  }
}

/* ============================================
   COMPLETE MOBILE FIX - All Breakpoints
   ============================================ */

/* Site Header - Mobile Layout */
.site-header {
  position: relative;
  z-index: 100;
}

/* Language Selector Styling */
.language-selector .btn-lang {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.language-selector .dropdown-menu {
  min-width: 150px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.language-selector .dropdown-item {
  padding: 10px 16px;
}

.language-selector .dropdown-item.active {
  background-color: #27C49B;
  color: white;
}

/* Mobile Navigation - Full Screen Overlay Style */
@media (max-width: 991px) {
  /* Header layout fix */
  .site-header .container > .d-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  /* Logo sizing */
  .header-logo img {
    height: 32px !important;
  }
  
  /* Mobile nav styles - full width, larger text */
  .mobile-nav {
    background: white;
    border-radius: 16px;
    padding: 20px !important;
    margin-top: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  
  .mobile-nav a {
    font-size: 18px !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eee;
    display: block;
    font-weight: 500;
  }
  
  .mobile-nav a:last-child {
    border-bottom: none;
  }
  
  .mobile-nav a:hover {
    color: #27C49B !important;
  }
  
  /* Language selector on mobile */
  .language-selector {
    order: -1; /* Move to start on mobile */
  }
  
  .language-selector .btn-lang {
    padding: 6px 10px;
    font-size: 16px;
  }
  
  /* Menu button styling */
  .navbar-toggler-btn {
    padding: 10px 16px !important;
    height: auto !important;
    width: auto !important;
    min-width: 100px;
  }
  
  .navbar-toggler-btn .fs-18 {
    font-size: 16px !important;
  }
}

/* Small Mobile - 575px and below */
@media (max-width: 575px) {
  /* Header tighter layout */
  .site-header .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .site-header .container > .d-flex {
    justify-content: space-between;
  }
  
  /* Smaller logo */
  .header-logo img {
    height: 28px !important;
  }
  
  /* Right side elements */
  .site-header .d-flex.gap-3 {
    gap: 8px !important;
  }
  
  /* Language selector minimal */
  .language-selector .btn-lang {
    padding: 6px 8px;
  }
  
  .language-selector .btn-lang span.d-none.d-md-inline {
    display: none !important;
  }
  
  /* Menu button smaller */
  .navbar-toggler-btn {
    padding: 8px 14px !important;
    min-width: auto;
  }
  
  .navbar-toggler-btn .fs-18 {
    font-size: 14px !important;
  }
  
  .navbar-toggler-btn .dot {
    height: 6px;
    width: 6px;
  }
  
  /* Mobile nav full width */
  .mobile-nav {
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0;
    padding: 16px 20px !important;
  }
  
  .mobile-nav a {
    font-size: 17px !important;
    padding: 12px 0 !important;
  }
  
  /* Hero section mobile fixes */
  .positief,
  .event-page {
    height: auto !important;
    min-height: 450px;
    max-width: calc(100% - 24px) !important;
    margin: 12px auto 0;
    border-radius: 24px !important;
    padding: 30px 20px !important;
  }
  
  /* Hero content */
  .positief .header-section-content .content {
    padding-left: 0 !important;
    padding-top: 20px !important;
    max-width: 100% !important;
    text-align: center;
  }
  
  /* Hero title - prevent cut off */
  .positief .header-section-content h2,
  .positief .header-section-content h2.hero-title {
    font-size: 32px !important;
    line-height: 1.15 !important;
    word-wrap: break-word;
  }
  
  /* Hero subtitle */
  .positief .header-section-content p {
    font-size: 14px !important;
    max-width: 100% !important;
  }
  
  /* Event box on mobile */
  .button-box {
    max-width: 100% !important;
    margin: 20px auto !important;
    text-align: center;
  }
  
  /* Footer mobile */
  .footer {
    padding: 30px 0 !important;
  }
  
  .footer .d-flex.justify-content-between {
    flex-direction: column !important;
  }
  
  .footer-col {
    margin-bottom: 24px !important;
    text-align: center;
  }
  
  .footer-col h3 {
    margin-bottom: 12px !important;
  }
  
  .footer h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-align: center;
  }
  
  .footer-bottom-links {
    font-size: 11px !important;
    line-height: 1.6;
  }
  
  .footer-dot {
    display: inline;
  }
  
  /* Pattern divider smaller on mobile */
  .ea-pattern-divider {
    height: 60px;
    background-size: 900px auto;
    background-position: center -50px;
  }
  
  /* Service cards */
  .service-card,
  .over-de-card {
    margin-bottom: 20px;
  }
  
  /* About section image */
  .about-section-portrait,
  .djim-coffee-photo,
  .djim-tablet-photo {
    max-width: 280px;
    margin: 0 auto 20px;
    display: block;
  }
}

/* ============================================
   COMPLETE MOBILE MENU REDESIGN
   ============================================ */

/* Hide desktop nav on mobile */
@media (max-width: 991px) {
  .header-nav.d-none.d-lg-flex {
    display: none !important;
  }
}

/* Mobile Menu - Full Width Drawer Style */
@media (max-width: 991px) {
  /* Header base */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #DDD5CA;
  }
  
  .site-header .container {
    position: relative;
  }
  
  /* Mobile nav collapse container */
  #mobileNav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: white;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 999;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  
  /* Mobile nav inner */
  .mobile-nav {
    padding: 0 !important;
    background: white;
  }
  
  .mobile-nav a {
    display: block !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 18px 24px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
  }
  
  .mobile-nav a:hover {
    background: #f8f8f8 !important;
    color: #27C49B !important;
  }
  
  .mobile-nav a:last-child {
    border-bottom: none !important;
  }
  
  /* Language selector in header */
  .language-selector {
    order: 0;
  }
  
  .language-selector .btn-lang {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    min-width: auto;
  }
  
  /* Menu button */
  .navbar-toggler-btn {
    background: #4A1942 !important;
    color: white !important;
    border: none !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
  }
  
  .navbar-toggler-btn .dot {
    background: #27C49B !important;
  }
  
  .navbar-toggler-btn .fs-18 {
    color: white !important;
    font-size: 14px !important;
  }
  
  /* Social icons hide on mobile */
  .social-icons {
    display: none !important;
  }
}

/* Small screens - 575px and below */
@media (max-width: 575px) {
  /* Tighter header */
  .site-header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .site-header .d-flex.gap-3 {
    gap: 10px !important;
  }
  
  /* Logo */
  .header-logo img {
    height: 32px !important;
  }
  
  /* Language selector minimal */
  .language-selector .btn-lang {
    padding: 6px 10px;
  }
  
  .language-selector .btn-lang span.d-none.d-md-inline {
    display: none !important;
  }
  
  /* Menu button smaller */
  .navbar-toggler-btn {
    padding: 8px 14px !important;
  }
  
  /* Mobile nav full width */
  .mobile-nav a {
    font-size: 17px !important;
    padding: 16px 20px !important;
  }
}

/* Extra small - 375px and below */
@media (max-width: 375px) {
  .header-logo img {
    height: 28px !important;
  }
  
  .navbar-toggler-btn {
    padding: 6px 12px !important;
  }
  
  .navbar-toggler-btn .fs-18 {
    font-size: 12px !important;
  }
  
  .mobile-nav a {
    font-size: 16px !important;
    padding: 14px 16px !important;
  }
}

/* ============================================
   MOBILE FIXES - February 2026
   Issues: service cards width, font sizes,
   event banner photo, podcast thumbnails
   ============================================ */

/* 1) Service cards: equal width & full-width on mobile */
@media (max-width: 767px) {
  #services {
    padding-left: 0;
    padding-right: 0;
  }

  #services .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
  }

  .service-card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* 2) Font sizes: larger on mobile - vw-based clamp shrinks too much */
@media (max-width: 767px) {
  .fs-14 {
    font-size: 14px !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .fs-17 {
    font-size: 17px !important;
  }
  .fs-18 {
    font-size: 18px !important;
  }
  .fs-20 {
    font-size: 20px !important;
  }
  .fs-21 {
    font-size: 20px !important;
  }
  .fs-22 {
    font-size: 20px !important;
  }
  .fs-24 {
    font-size: 22px !important;
  }
  .fs-28 {
    font-size: 24px !important;
  }
  .fs-30 {
    font-size: 26px !important;
  }
  .fs-32 {
    font-size: 28px !important;
  }
  .fs-34 {
    font-size: 28px !important;
  }
  .fs-40 {
    font-size: 30px !important;
  }
  .fs-60 {
    font-size: 36px !important;
  }

  .lh-30 {
    line-height: 26px !important;
  }
  .lh-40 {
    line-height: 32px !important;
  }
  .lh-60 {
    line-height: 40px !important;
  }

  /* Body text / paragraphs should be comfortable reading size */
  .ea-kernpunten li,
  p.mark-pro,
  .mark-pro p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* Service card text */
  .service-card h3 {
    font-size: 20px !important;
  }
  .service-card p {
    font-size: 15px !important;
  }
  .btn-service {
    font-size: 16px !important;
  }

  /* Podcast card text */
  .introdutie-card h4 {
    font-size: 20px !important;
  }
  .introdutie-card p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* 3) Event banner: hide photo on mobile, it doesn't fit well */
@media (max-width: 767px) {
  .event-banner-box {
    height: auto !important;
    min-height: auto !important;
    padding: 30px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    border-radius: 0 20px 20px 20px !important;
  }

  .event-photo {
    display: none !important;
  }

  .event-content {
    flex: 1 !important;
    width: 100% !important;
  }

  .event-title {
    font-size: 28px !important;
  }

  .event-cta {
    position: relative !important;
    right: auto !important;
    margin-top: 20px !important;
  }

  .btn-event {
    font-size: 16px !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* 4) Podcast thumbnails: prevent stretching on all screens */
.introdutie-card .img {
  object-fit: cover !important;
  border-radius: 16px !important;
}

@media (max-width: 767px) {
  .introdutie-card {
    flex-direction: column !important;
    align-items: center !important;
  }

  .introdutie-card .img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover !important;
  }

  .introdutie-card > div {
    width: 100% !important;
  }

  .introdutie-card .d-flex.flex-column {
    align-items: center !important;
  }

  .introdutie-btn {
    max-width: none !important;
    width: auto !important;
    min-width: 160px;
  }
}

/* Newsletter bar mobile */
@media (max-width: 767px) {
  .newsletter-bar {
    padding: 12px 50px 12px 15px;
    font-size: 13px;
  }
  
  .newsletter-bar .close-bar {
    right: 10px;
  }
}

/* Client review section mobile */
@media (max-width: 575px) {
  .client-review {
    padding: 40px 15px;
  }
  
  .client-review-small-card {
    margin-bottom: 80px;
  }
}

/* Event banner mobile */
@media (max-width: 575px) {
  .event-banner-wrapper {
    padding: 0 12px;
  }
  
  .event-label {
    font-size: 12px;
    padding: 10px 16px;
  }
  
  .event-banner-box {
    height: auto;
    min-height: 200px;
    padding: 20px;
    border-radius: 0 16px 16px 0;
  }
  
  .event-title {
    font-size: 22px !important;
  }
  
  .event-photo {
    height: 280px;
    position: relative;
    left: auto;
    transform: none;
    margin: 15px auto 0;
  }
  
  .event-cta {
    position: relative;
    right: auto;
    margin-top: 15px;
  }
  
  .btn-event {
    padding: 14px 24px !important;
    font-size: 14px !important;
    width: 100%;
    text-align: center;
  }
}

/* ============================================
   MOBILE FIXES - Critical improvements
   ============================================ */

/* Mobile Menu - Full-width, larger fonts, proper mobile UX */
@media (max-width: 991px) {
  
  /* Mobile header layout */
  .site-header .container {
    padding: 0 15px;
  }
  
  .site-header .d-flex.justify-content-between {
    flex-wrap: wrap;
  }
  
  /* Language selector - smaller on mobile */
  .language-selector .btn-lang {
    padding: 6px 10px !important;
    font-size: 14px !important;
  }
  
  /* Menu button - more compact */
  .navbar-toggler-btn {
    padding: 8px 14px !important;
    height: auto !important;
    width: auto !important;
    min-width: 90px !important;
  }
  
  .navbar-toggler-btn .fs-18 {
    font-size: 14px !important;
  }
  
  /* Mobile nav - fullscreen overlay style */
  #mobileNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D6D1BB;
    z-index: 9999;
    padding-top: 80px;
    overflow-y: auto;
  }
  
  #mobileNav.collapsing {
    position: fixed;
    height: 100vh !important;
  }
  
  .mobile-nav {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 30px !important;
    border-radius: 0 !important;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .mobile-nav a {
    font-size: 22px !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    font-weight: 500 !important;
    color: #1f1f1f !important;
    text-align: left;
  }
  
  .mobile-nav a:last-child {
    border-bottom: none;
  }
  
  .mobile-nav a:hover,
  .mobile-nav a:active {
    color: #27C49B !important;
  }
  
  /* Close button for mobile menu */
  #mobileNav::before {
    content: '✕';
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 28px;
    color: #1f1f1f;
    cursor: pointer;
    z-index: 10000;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
  }
}

/* Hero text overflow fix for mobile */
@media (max-width: 767px) {
  
  /* Hero title - prevent overflow */
  .hero-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .hero-title br {
    display: none; /* Remove line breaks on mobile for better flow */
  }
  
  /* Hero section padding */
  .positief .content,
  .header-section-content .content {
    padding: 0 15px;
    max-width: 100%;
  }
  
  /* Button box - keep within viewport */
  .button-box {
    max-width: calc(100vw - 60px) !important;
    margin: 0 !important;
  }
  
  .button-box .btn.btn-primary,
  .button-box a.btn-primary {
    padding: 10px 18px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }
  
  /* Event block title */
  .button-box p.fs-16,
  .button-box .fs-17 {
    font-size: 14px !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  
  /* Even smaller hero title */
  .hero-title {
    font-size: 28px !important;
  }
  
  /* Header adjustments */
  .header-logo img {
    height: 28px !important;
  }
  
  .language-selector .btn-lang {
    padding: 4px 8px !important;
  }
  
  .navbar-toggler-btn {
    min-width: 80px !important;
    padding: 6px 12px !important;
  }
  
  .navbar-toggler-btn .fs-18 {
    font-size: 13px !important;
  }
  
  .navbar-toggler-btn .dot {
    width: 5px;
    height: 5px;
  }
  
  /* Mobile nav even larger touch targets */
  .mobile-nav a {
    font-size: 20px !important;
    padding: 16px 0 !important;
  }
  
  /* Button box */
  .button-box {
    padding: 15px !important;
    max-width: calc(100vw - 40px) !important;
  }
  
  .button-box .btn.btn-primary,
  .button-box a.btn-primary {
    padding: 10px 16px !important;
    font-size: 13px !important;
  }
}

/* Fix for mobile nav close functionality via JS */
@media (max-width: 991px) {
  #mobileNav.show {
    display: block !important;
  }
}

/* Mobile nav close button */
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: #1f1f1f;
  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10001;
  line-height: 1;
  padding: 0;
}

.mobile-nav-close:hover {
  background: rgba(255,255,255,0.9);
  color: #27C49B;
}

@media (min-width: 992px) {
  .mobile-nav-close {
    display: none;
  }
}

/* Remove the ::before pseudo element since we have a real button now */
@media (max-width: 991px) {
  #mobileNav::before {
    display: none;
  }
}

/* Desktop: Reset mobile nav to normal dropdown behavior */
@media (min-width: 992px) {
  #mobileNav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    background: transparent !important;
    z-index: auto !important;
    padding-top: 0 !important;
    overflow-y: visible !important;
    height: auto !important;
  }
  
  #mobileNav.collapsing {
    position: relative !important;
    height: auto !important;
  }
  
  .mobile-nav {
    background: white !important;
    border-radius: 16px !important;
    padding: 20px !important;
    margin-top: 10px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
  }
  
  .mobile-nav a {
    font-size: 16px !important;
    padding: 12px 0 !important;
  }
}
