/**
Theme Name: Astra Child
Author: Max Huisman
Author URI: http://wpastra.com/about/
Description: .
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =========================
   DESIGN
   ========================= */

:root {
  /* Brand */
  --color-primary-rgb: 14, 111, 180;
  --color-primary: rgb(var(--color-primary-rgb));
  --color-primary-hover: #0b5e98;

  /* Afgeleiden - voor gradient */
  --color-primary-soft: rgba(var(--color-primary-rgb), 0.10);
  --color-secondary-soft: rgba(45, 212, 191, 0.10);

 /* Achtergrond */
  --color-hero-bg: #f2f6fa;
	

  /* Text */
  --color-text-main: #0f172a;
  --color-text-muted: #475569;

  /* Buttons */
  --color-button-primary-bg: var(--color-primary);
  --color-button-primary-bg-hover: var(--color-primary);
  --color-button-primary-text: #ffffff;
  --color-button-primary-text-hover: #ffffff;

  --color-button-secondary-bg: rgba(255,255,255,0.70);
  --color-button-secondary-bg-hover: rgba(255,255,255,0.92);
  --color-button-secondary-text: #0f172a;
  --color-button-secondary-text-hover: #0f172a;

  /* Borders */
  --color-border-soft: rgba(15,23,42,0.10);
	
  /* Links */
  --color-link: var(--color-primary);
  --color-link-hover: rgba(var(--color-primary-rgb), 0.50);	
}

body {
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  color: #334155;
}



/* =========================
   BUTTONS
   ========================= */
.primary-button,
.secondary-button, 
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button
{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 20px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

/* Primary */
.primary-button,
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button
{
  background: var(--color-button-primary-bg);
  color: var(--color-button-primary-text);
  box-shadow: 0 10px 24px rgba(14,111,180,0.22);
}

.primary-button:hover,
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button:hover
{
  background: var(--color-button-primary-bg-hover);
  color: var(--color-button-primary-text-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(14,111,180,0.28);
}

/* Secondary */
.secondary-button {
  background: var(--color-button-secondary-bg);
  color: var(--color-button-secondary-text);
  border: 1px solid var(--color-border-soft);
  backdrop-filter: blur(6px);
}

.secondary-button:hover{
  background: var(--color-button-secondary-bg-hover);
  color: var(--color-button-secondary-text-hover);
  transform: translateY(-2px);
}

.entry-content a.primary-button,
.entry-content a.primary-button:focus,
.entry-content a.primary-button:active {
  color: var(--color-button-primary-text);
}

.entry-content a.primary-button:hover{
  color: var(--color-button-primary-text-hover);

}

.entry-content a.secondary-button,
.entry-content a.secondary-button:focus,
.entry-content a.secondary-button:active {
  color: var(--color-button-secondary-text);
}

.entry-content a.secondary-button:hover{
  color: var(--color-button-secondary-text-hover);
}



/* =========================
   TEXTLINKS
   ========================= */
/* Tekstlinks in content: underline */
.entry-content a:not(.wp-block-button__link):not(.ast-button):not(.button):not(.wp-element-button):not(.hero-cta):not(.primary-button):not(.secondary-button) {
  text-decoration: underline;
}

/* Buttons: nooit underline */
.entry-content a.wp-block-button__link,
.entry-content a.ast-button,
.entry-content a.button,
.entry-content a.wp-element-button,
.entry-content a.hero-cta,
.entry-content a.primary-button,
.entry-content a.secondary-button {
  text-decoration: none;
}

.entry-content a {
  color: var(--color-primary);
}

.entry-content a:hover,
.entry-content a:focus {
  color: var(--color-link-hover);
}





/* =========================
   ALL PAGES
   ========================= */
.entry-header {
display: none;
}

.container {	
}

.ast-container {
  max-width: 1500px;
}


h1, h2, h3, h4, h5 {
	width: 100%;
}

h1 {
	font-size: clamp(34px, 4.2vw, 54px);
}

.ast-scroll-to-top-right {
	align-items: center;
    justify-content: center;
    display: flex !important;	
}

html {
  scroll-behavior: smooth;
}

ul.center-block-text {
	margin-bottom: 1.6em !important;
	margin-top: 0px !important;
}


.background-color {
      background: radial-gradient(1200px 600px at 15% 55%, var(--color-primary-soft), transparent 60%), radial-gradient(900px 500px at 75% 35%, var(--color-secondary-soft), transparent 60%), var(--color-hero-bg);
}


/* =========================
   IMG
   ========================= */

img {
	object-fit: cover;
	overflow: hidden;
    border-radius: 14px;
}


/* =========================
   HERO
   ========================= */
.fullwidth-section.hero{
  margin-top: -100px;
}

.entry-content[ast-blocks-layout] > .fullwidth-section.hero {
  background:
    radial-gradient(
      1200px 600px at 15% 55%,
      var(--color-primary-soft),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 75% 35%,
      var(--color-secondary-soft),
      transparent 60%
    ),
    var(--color-hero-bg);

  min-height: 800px;
  display: flex;
  align-items: center;
}

.hero-inner{
  width: 1300px;
  margin: 0 auto;
  padding-top: 100px;
	padding-bottom: 70px;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
}

.hero-content h1{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.06;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 18px;
}

.hero-subtitle{
  max-width: 52ch;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 30px;
}

.hero-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (min-width: 901px) and (max-width: 1350px) {
  .hero-inner{
	  margin-left: 5%;
	  margin-right: 5%;
}
}


/* =========================
   HERO – WITH PHOTO
========================= */
.hero-photo{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  border-radius:18px;
  overflow:hidden;
  background:#e5edf4;
  box-shadow:0 18px 50px rgba(15,23,42,0.12);
}

.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


/* Responsive */
@media (max-width: 900px){
  .hero-with-photo .hero-inner{
    grid-template-columns:1fr;
  }

  .hero-with-photo .hero-visual{
    height:320px;
  }
}

/* =========================
   VISUAL: OVERLAPPENDE RONDJES
   ========================= */

.hero-visual{
  position: relative;

}

.hero-circle{
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  opacity: 0.95;
}

/* Rondje links boven */
.circle-a{
  top: 0px;
  left: 0px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(45,212,191,0.75),
    rgba(14,111,180,0.35)
  );
  transform: rotate(-18deg);
}

/* Rondje rechts onder */
.circle-b{
  top: 120px;
  left: 190px;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(167,139,250,0.65),
    rgba(14,111,180,0.40)
  );
  transform: rotate(22deg);
  mix-blend-mode: multiply;
}

/* Responsive */
@media (max-width: 900px){
  .hero-inner{
    grid-template-columns: 1fr;
    gap: 44px;
  	padding-top: 90px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
  }

  .hero-visual{
    height: 320px;
  }

  .hero-circle{
    width: 220px;
    height: 220px;
  }

  .circle-a{
    top: 20px;
    left: 10px;
  }

  .circle-b{
    top: 110px;
    left: 120px;
  }
}


/* =========================
   SECTIONS
   ========================= */
.entry-content[ast-blocks-layout] > .fullwidth-section {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 96px 0;
}

.entry-content[ast-blocks-layout] > .fullwidth-section.photo-strip {
	  padding: 0px;
}



@media (max-width: 980px){
.entry-content[ast-blocks-layout] > .fullwidth-section {
  padding: 60px 0;
}
}

/* ========================= CENTER BLOCK ========================= */
/* Collor block */
.entry-content[ast-blocks-layout] > .fullwidth-section.center-block-color{
  background:
    radial-gradient(1200px 600px at 15% 55%, rgba(14,111,180,0.10), transparent 60%),
    radial-gradient(900px 500px at 75% 35%, rgba(45,212,191,0.10), transparent 60%),
    #f2f6fa;
}

/* Inner container */
.center-block-inner{
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 22%;
  margin-left: 22%;
}

/* Title */
.center-block-title{
  margin: 0 0 22px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  font-weight: 600;
  color: var(--som-ink);
  letter-spacing: -0.02em;
}

.center-block-title span{
  font-weight: 800;
}

/* Tekst */
.center-block-text{
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: var(--som-slate);
}

p.center-block-text:last-of-type{
  margin-bottom: 0px;
}

/* Actions */
.center-block-actions{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
	margin-top: 34px;
}

/* Responsive */
@media (max-width: 900px){
  .entry-content[ast-blocks-layout] > .fullwidth-section.center-block{
    padding: 76px 0;
  }

  .center-block-inner{
    padding: 0 20px;
	text-align: left;
	  margin-right: 0%;
	  margin-left: 0%;
  }
	
	.center-block-actions {
	justify-content: flex-start;
	}
}



/* ========================= HAPPY CLIENTS ========================= */
.happy-clients{
}

.happy-clients-inner{
  text-align: center;
	flex-wrap: wrap;
}

/* Head */
.happy-clients-head{
	text-align: left;
	margin-bottom: 25px;
	width: 80%;
}


.happy-clients-title{
  margin: 0 0 8px;
  font-size: 22px;
  color: #0f172a;
}

.happy-clients-subtitle{
  margin: 0;
  line-height: 1.6;
  color: #475569;
}


/* Strook */
.happy-clients-surface{
  display: inline-block;
  width: 100%;
  border-radius: 18px;
}

/* Rij */
.happy-clients-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

/* Elke logo-tegel exact even groot */
.happy-client{
	margin-bottom: 18px;
  width: 180px;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;
  background: #e1ebf4;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);

  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* Logo schaalt binnen vaste tegel */
.happy-client img{
  max-width: 130px;
  max-height: 46px;
  width: auto;
  height: auto;

  opacity: 0.78;
  filter: grayscale(100%);
  transition:
    transform 0.45s cubic-bezier(.22,.61,.36,1),
    opacity 0.35s ease,
    filter 0.35s ease;
}

/* Hover */
.happy-client:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.happy-client:hover img{
  opacity: 0.95;
  filter: grayscale(0%);
}

/* Mobiel */
@media (max-width: 768px){
	.happy-clients-surface {
		padding: 0px;
	}
		
	
  .happy-client{
    width: 47%;
    height: 70px;
    border-radius: 14px;
  }

  .happy-client img{
    max-width: 110px;
    max-height: 34px;
  }
}

.happy-clients-within-block {
	margin-top: 40px;
	
}

/* ========================= WHAT WE DO ========================= */

.what-we-do{
  padding: 72px 0;
}

.what-we-do-inner{
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: 22%;
  margin-left: 22%;
}


.what-we-do-title{
  margin: 0 0 14px;
  line-height: 1.1;
  font-size: clamp(30px, 4vw, 44px);
  color: #0f172a;
}

.what-we-do-intro{
}

/* Grid */
.what-we-do-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

/* Card */
.what-we-do-card{
  text-align: left;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(252, 252, 253, 0.92);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.what-we-do-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  border-color: rgba(14, 111, 180, 0.18);
}

.what-we-do-card h3{
  margin: 10px 0 6px;
  font-size: 18px;
  color: #0f172a;
}

.what-we-do-card p{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.74);
}

/* Icon */
.what-we-do-icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(14, 111, 180, 0.08);
  color: rgba(14, 111, 180, 1);
}

.what-we-do-icon svg{
  width: 22px;
  height: 22px;
}

/* Actions */
.what-we-do-actions{
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 980px){
  .what-we-do-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	
.what-we-do-inner{
  text-align: left;
}
}

@media (max-width: 620px){
  .what-we-do{
    padding: 56px 0;
  }

  .what-we-do-inner{
    padding: 0 16px;
  }

  .what-we-do-grid{
    grid-template-columns: 1fr;
  }

  .what-we-do-card{
    padding: 16px;
  }
}



/* =========================
   COMPONENTS
   ========================= */

.eyebrow{
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.eyebrow-center {
	justify-content: center;
}

.eyebrow::before{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    var(--color-primary) 0%,
    var(--color-primary-soft) 70%,
    transparent 100%
  );
}

@media (max-width: 980px){
	.eyebrow-center {
		justify-content: flex-start;
	}
}



/* ========================= Inner ========================= */
.inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1050px;
}

.samenwerkingen-inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




/* ========================= PHOTO STRIP ========================= */
.photo-strip-inner{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  margin-top: 80px;
    margin-bottom: 80px;
}

.photo-strip-in-block {
	padding-top: 96px;
}


/* Rij met foto's */
.photo-strip-row{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  gap:14px;
  align-items:stretch;
}

/* Kaartje zonder extra padding */
.strip-photo{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  overflow:hidden;
  border-radius:14px;
  background:rgba(252,252,253,0.92);
  box-shadow:0 10px 28px rgba(15, 23, 42, 0.10);
  border:1px solid rgba(15, 23, 42, 0.08);
}

.strip-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  aspect-ratio: 16 / 10;
  transform: scale(1.001);
}

/* Desktop: 3 naast elkaar */
@media (min-width: 920px){
  .strip-photo{
    width: calc((100% - 28px) / 3);
  }
}

/* Grote schermen: iets panoramischer */
@media (min-width: 1200px){
  .strip-photo img{
    aspect-ratio: 16 / 9;
  }
}

/* Hover subtiel, past bij rustige stijl */
@media (hover:hover){
  .strip-photo{
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .strip-photo:hover{
    transform: translateY(-2px);
    box-shadow:0 14px 34px rgba(15, 23, 42, 0.12);
    border-color: rgba(var(--color-primary-rgb), 0.18);
  }
}
@media (max-width: 900px){
.photo-strip-inner {
margin-bottom: 0px;
}
}







/* ========================= Contact block 1 ========================= */
.contact-inner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 18px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrapp;
}

.contact-title{
  margin: 0;
  width: 100%;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.06;
  font-weight: 600;
  color: #0f172a;
}

.contact-intro{
  margin: 0;
  width: 100%;
  max-width: 72ch;
  font-size: 16px;

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

.contact-split{
  width: 100%;
  display: grid;
  gap: 14px;
  align-items: stretch;
}

.contact-left,
.contact-right{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-left {
width: 59%;
}
.contact-right{
  width: 39%;
}

.contact-grid{
  width: 100%;
    display: flex;
    flex-wrap: wrap;
  gap: 12px;
}

.contact-card{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  text-decoration: none;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(252,252,253,0.92);
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 18px 50px rgba(15,23,42,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	width: 48%;
}

.contact-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(15,23,42,0.08);
  border-color: rgba(var(--color-primary-rgb), 0.18);
}

.contact-card-icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(var(--color-primary-rgb), 0.08);
  color: rgba(var(--color-primary-rgb), 1);
}

.contact-card-icon svg{
  width: 20px;
  height: 20px;
}

.contact-card-label{
  width: calc(100% - 52px);
  align-self: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15,23,42,0.55);
  font-weight: 700;
}

.contact-card-value{
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  padding-left: 52px;
}

.contact-team-photo{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(var(--color-primary-rgb), 0.06);
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 18px 50px rgba(15,23,42,0.06);
}

.contact-team-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 980px){
  .contact-split{
    grid-template-columns: 1fr;
  }

  .contact-team-photo{
    height: 320px;
  }

.contact-left, .contact-right {
 width: 100%;
}

.contact-right {
  display: none;
}
	
	.contact-card {
		width: 100%;
	}
	
  .contact-card-value{
    padding-left: 0;
  }

  .contact-card-label{
    width: 100%;
  }
}

/* ========================= Contact block 2 ========================= */
.contact-people-inner{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  gap:18px;
}

/* Grid */
.people-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

/* Card */
.person-card{
  overflow:hidden;
  border-radius:18px;
  background:rgba(252,252,253,0.92);
  border:1px solid rgba(15,23,42,0.06);
  box-shadow:0 18px 50px rgba(15,23,42,0.06);
  position:relative;
  isolation:isolate;
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.person-card:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 70px rgba(15,23,42,0.08);
  border-color:rgba(var(--color-primary-rgb), 0.18);
}

/* Media */
.person-media{
  aspect-ratio:16 / 10;
  background:rgba(var(--color-primary-rgb), 0.06);
}

.person-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  object-position:center 20%;
}

/* Body */
.person-body{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:14px 14px;
  position:relative;
  z-index:2;
}

.person-head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.person-name{
  margin:0;
  font-size:22px;
  line-height:1.1;
  font-weight:600;
  color:#0f172a;
}

/* LinkedIn button (klein rondje) */
.person-linkedin{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,0.10);
  background:rgba(255,255,255,0.70);
  color:rgba(15,23,42,0.70);
  text-decoration:none;
  position:relative;
  z-index:5;
  transition:transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.person-linkedin:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,0.92);
  color:rgba(var(--color-primary-rgb), 1);
}

.person-linkedin svg{
  width:16px;
  height:16px;
}

/* Lines */
.person-lines{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
	margin-top: 20px;
}

.person-line{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#0f172a;
  position:relative;
  z-index:5;
}

/* Icoonblokje zoals links */
.person-icon{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(var(--color-primary-rgb), 0.08);
  color:rgba(var(--color-primary-rgb), 1);
  flex:0 0 auto;
}

.person-icon svg{
  width:20px;
  height:20px;
}

/* Tekst zoals links (geen underline, wel hover kleur) */
.person-value{
  font-size:15px;
  font-weight:600;
  color:#0f172a;
  text-decoration:none;
}

.person-line:hover .person-value{
  color:rgba(var(--color-primary-rgb), 1);
}

/* Sprite verbergen */
.svg-sprite{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}

/* Hover/click fix zonder alles te slopen */
.person-card::before,
.person-card::after{
  pointer-events:none;
}

  h3.person-name {
    margin-bottom: 0px;
  }

  .person-head {
    width:inherit;
  }

/* Responsive */
@media (max-width: 980px){
  .people-grid{
    grid-template-columns:1fr;
  }

  .person-body {
    padding: 24px 14px;
  }

  .person-head {
    margin-bottom: 10px;
  }
}


/* ========================= Contactform block ========================= */
.contact-form-inner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 14px;
}

/* WPForms container styling */
.contact-form-wrap{
  width: 100%;
  border-radius: 18px;
  background: rgba(252,252,253,0.92);
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 18px 50px rgba(15,23,42,0.06);
  padding: 14px 14px;
}

/* Ruimte en typografie in het formulier */
.contact-form-wrap .wpforms-container{
  width: 100%;
  margin: 0;
}

.contact-form-wrap .wpforms-form{
  width: 100%;
}

.contact-form-wrap .wpforms-field{
  padding: 0;
  margin-top: 12px;
}

.contact-form-wrap .wpforms-field-label{
  font-size: 13px;
  font-weight: 700;
  color: rgba(15,23,42,0.75);
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap textarea,
.contact-form-wrap select{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  padding: 12px 12px;
  font-size: 15px;
  outline: none;
  background: rgba(255,255,255,0.90);
  font-family: inherit;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus{
  border-color: rgba(var(--color-primary-rgb), 0.35);
  box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb), 0.10);
}

/* Button consistent met jullie primary button */
.contact-form-wrap .wpforms-submit{
  border: 0;
  cursor: pointer;
}

/* Kleine helpteksten/validatie */
.contact-form-wrap .wpforms-error,
.contact-form-wrap .wpforms-required-label{
  font-size: 13px;
}

/* Mobiel */
@media (max-width: 620px){
  .contact-form-wrap{
    padding: 14px 14px;
  }
}

/* ========================= Quotes ========================= */
/* Inner container default, zoals je voorkeur */
.client-quotes-inner{
  display:flex;
  flex-wrap:wrap;
  margin-top:80px;
  margin-bottom: 80px;
}

/* Surface */
.client-quotes-surface{
  width:100%;
}

/* Grid */
.client-quotes-grid{
  width:100%;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:34px;
  grid-auto-rows: 1fr;
}

/* Grid item is nu de <a> */
.client-quotes-grid > .client-quote-link{
  grid-column: span 4;
  display:block;
  text-decoration:none;
  color:inherit;
  height: 100%;
}

/* Zorg dat focus netjes is (toegankelijk) */
.client-quotes-grid > .client-quote-link:focus-visible{
  outline:2px solid rgba(15,23,42,.35);
  outline-offset:6px;
  border-radius:34px;
}

/* Hover effect via de link, maar laat de animatie op de kaart */
.client-quotes-grid > .client-quote-link:hover .client-quote{
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

/* Verplaats grid-column weg bij .client-quote (die hoeft daar niet meer) */
.client-quote{
  grid-column:auto;
  height: 100%;
}



/* Card */
.client-quote{
  grid-column: span 4;
  background: #e1ebf4;
  border-radius:34px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  padding:28px;
  display:flex;
  flex-direction:column;
  transition:
    transform 0.45s cubic-bezier(.22,.61,.36,1),
    opacity 0.35s ease,
    filter 0.35s ease;
  justify-content: space-between;
}

.client-quote:hover{
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}





/* Top logo (kan blijven voor extra branding) */
.client-quote-top{
  width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}

.client-quote-logo{
  height:28px;
  display:flex;
  align-items:center;
}

.client-quote-logo img{
  height:28px;
  width:auto;
  max-width:160px;
  display:block;
  filter: saturate(.92);
  opacity:.95;
}

/* Text */
.client-quote-text{
  font-size:16px;
  line-height:1.6;
  color: var(--color-text, #0b1220);
      margin-bottom: 25px;
}


.client-quote-hl{
  background: rgb(134 195 249 / 55%);
  padding: .06em .22em;
  border-radius:6px;
}

/* Meta */
.client-quote-meta{
  font-size:12px;
  line-height:1.4;
  color: var(--color-text-muted, rgba(11,18,32,.65));
  align-items:center;
  gap:8px;
}

/* Hier staat nu het logo op de plek van bedrijfsnaam */
.client-quote-name{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  color: var(--color-text, #0b1220);
}

.client-quote-name-logo{
  max-width:130px;
  max-height:46px;
  width:auto;
  height:auto;
  opacity:.78;
  filter:grayscale(100%);
  transform: translateY(0) scale(1);

  transition:
    transform 0.45s cubic-bezier(.22,.61,.36,1),
    opacity 0.35s ease,
    filter 0.35s ease;
}

.client-quote-name-logo:hover{
  transform: translateY(-1px) scale(1.05);
  opacity:.95;
  filter:grayscale(0%);
}


.client-quote-sep{
  opacity:.7;
}

/* Branche als subtiele chip (branche blijft staan, voelt netter) */
.client-quote-role{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.55);
  color: var(--color-text-muted, rgba(11,18,32,.75));
  display: none;
}


/* Screenreader-only helper */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0; 0; 0; 0);
  white-space:nowrap;
  border:0;
}

/* Responsive */
@media (max-width: 920px){
  .client-quote{ grid-column: span 12; }
  .client-quote-logo img{ max-width: 200px; }
  .client-quote-name-logo{ max-width: 180px; }


  .client-quotes-grid {
        grid-template-columns: repeat(1, 1fr);
  }

  .intro {
    line-height: 2rem;
  }
}


@keyframes highlight {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

.som-marker {
  background-image: linear-gradient(
    rgb(134 195 249 / 55%),
    rgb(134 195 249 / 55%)
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 100%;

  padding: .0em .22em;
  border-radius: 6px;

  animation: highlight 2s ease-out forwards;
animation-delay: 0.75s;
}

.intro {
  font-size: 18px;
  font-weight: 400;
}
  




/* ========================= CONTAINER LEFT AND RIGHT ========================= */
.container-left {
  display: flex;
  flex-wrap: wrap;
  width: 52%;
  
}

.container-right-image {
  display: flex;
  width: 38%;
margin-top: 40px;
margin-bottom: 40px;
}


@media (max-width: 900px){
  .container-left, .container-right-image {
    width: 100%;
  }
}



