/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

body {
  font-size: 16px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #111827;
}

body,
.fl-page-content {
  background-color: #f5f7fa; /* lichte pagina-achtergrond */
}

.fl-page-nav-right .fl-page-header-wrap {
  border-bottom: 2px solid #e5e8eb;
  background-color: #ffffff;
}

.fl-page-header-container {
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px !important;
}

.fl-logo-img {
  max-height: 80px;
  width: auto;
}

/* Globale heading-styling wat meer zoals de nieuwe versie */

h1,
.fl-heading .fl-heading-text.fl-heading-tag-h1 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  color: #111827;
}

h2,
.fl-heading .fl-heading-text.fl-heading-tag-h2 {
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 700;
  color: #111827;
}

h3,
.fl-heading .fl-heading-text.fl-heading-tag-h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #111827;
}

/* KERNWAARDEN BLOK */

.kernwaarden {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem 0;
  justify-content: center;
  align-items: stretch;
}

.kernwaarde {
  flex: 1 1;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;

  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #f0f2f6;
  padding: 1.8rem 1.4rem 1.6rem;
  font-weight: 500;
  color: #111827;
  font-size: 14px;

  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.kernwaarde:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.1);
  border-color: #e0e5f0;
}

.kernwaarde-icon {
  margin-bottom: 0.75rem;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #fff7ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kernwaarde-icon svg {
  display: block;
  fill: none;
  stroke: #4b5563;
  width: 24px;
  height: 24px;
}

/* Kleuren per kaart, in de geest van de emoji-kleuren */

.kernwaarde:nth-child(1) .kernwaarde-icon {
  background: #fff7e0;
}
.kernwaarde:nth-child(1) .kernwaarde-icon svg path {
  stroke: #f59e0b;
}

.kernwaarde:nth-child(2) .kernwaarde-icon {
  background: #ffeaf4;
}
.kernwaarde:nth-child(2) .kernwaarde-icon svg path {
  stroke: #f9739b;
}

.kernwaarde:nth-child(3) .kernwaarde-icon {
  background: #f3efff;
}
.kernwaarde:nth-child(3) .kernwaarde-icon svg path {
  stroke: #8b5cf6;
}

.kernwaarde:nth-child(4) .kernwaarde-icon {
  background: #fff3e5;
}
.kernwaarde:nth-child(4) .kernwaarde-icon svg path {
  stroke: #fb923c;
}

.kernwaarde:nth-child(5) .kernwaarde-icon {
  background: #e9f9f3;
}
.kernwaarde:nth-child(5) .kernwaarde-icon svg path {
  stroke: #10b981;
}

/* tekst binnen de kaart */

.kernwaarde span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #111827;
}

/* WHY-CHOOSE BLOK */

.why-choose {
  padding: 1.5rem;
  padding-left: 0;
  border-radius: 0.5rem;
  max-width: 400px;
  padding-top: 0;
}

.why-choose h3 {
  margin-bottom: 1rem;
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.checkbox-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #3b536e;
  border-radius: 4px;
  display: inline-block;
  margin-right: 2px;
}

/* CTA / CONTACT-BLOK – dichter bij de rode balk onderaan de lichte versie */

.contact-blok {
  padding: 2.25rem 0rem;
  color: #111827;
  margin: 0 auto;
}

.contact-blok h3 {
  margin-bottom: 1.25rem;
}

.contact-rij {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 0;
}

.contact-kolom {
  flex: 1 1 300px;
}

.contact-kolom hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0.5rem;
}

.contact-kolom .label {
  color: rgba(17, 24, 39, 0.8);
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

/* Responsive tweaks */

@media (max-width: 768px) {
  .kernwaarde {
    max-width: 100%;
  }
}
