/* Font Definitions */
@font-face {
  font-family: 'PT Root UI';
  src: url('../assets/fonts/pt-root-ui_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../assets/fonts/pt-root-ui_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../assets/fonts/pt-root-ui_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../assets/fonts/pt-root-ui_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Basic Theming with CSS Variables */
:root {
  --primary: #171c1f;
  --secondary: #f60c17;
  --paragraph: #212b23;
  /* UI Palette */
  --accent-foreground: #f60c17;
  --border: #e2e8f0;
  --ring: #f60c17;
}

/* Utility Classes */
.text-primary {
  color: var(--primary);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

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

.border-border {
  border-color: var(--border);
}

.btn-global {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  transition: color 0.3s ease;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
}

.btn-global:hover {
  color: var(--secondary) !important;
}

/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    'PT Root UI',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
  overflow-x: hidden;
  background-color: var(--background);
  color: var(--foreground);
}

/* =========================
   HEADINGS
========================= */
/* =========================
   HEADINGS
========================= */

/* Desktop default */
body h1 {
  font-size: 48px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

/* Larger screens */
@media (min-width: 768px) {
  body h1 {
    font-size: 72px;
  }
}

/* Large paragraph */
body p.large {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

/* Small paragraph */
body p.small {
  font-size: 14px;
  color: var(--paragraph);
  line-height: 1.3;
  font-weight: 400;
}

/* Tablet and up */
@media (min-width: 768px) {
  body p.large {
    font-size: 30px;
  }
}

/* Desktop default */
body h2,
.changeddd {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

body h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.persoonlijk h2 {
  text-transform: none;
}

/* =========================
   SMALL SCREENS
========================= */

@media (max-width: 640px) {
  body h1 {
    font-size: 36px;
  }

  body h2 {
    font-size: 36px;
  }

  body h3 {
    font-size: 18px;
  }

  body p.large {
    font-size: 20px;
  }

  body p.small {
    font-size: 14px;
  }
}

/* Smooth transitions */
* {
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #f60c17;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f60c17;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-list-item input[type='checkbox'] {
  width: 16px;
  height: 16px;
  border: 2px solid var(--secondary);
}
.wpcf7-form-control-wrap {
  position: unset;
}
.wpcf7-form-control:not(.wpcf7-checkbox) {
  width: 100%;
  background-color: #f2f2f2;
  border-style: none;
  padding: 1rem 1.5rem;
  font-size: 14px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.125rem;
  transition: box-shadow 0.2s;
}

.wpcf7-form-control:focus {
  /* Replace 'var(--secondary)' with your actual secondary color hex code if not using variables */
  box-shadow: 0 0 0 1px var(--secondary);
  outline: none;
}

textarea.wpcf7-form-control {
  margin-top: 20px;
}
.wpcf7-checkbox {
  display: flex;
  row-gap: 20px;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  flex: 50%;
  margin: 0;
}
.wpcf7-form-control-wrap .wpcf7-list-item span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wpcf7-checkbox {
    flex-direction: column;
  }
}

.linkk {
  text-decoration: underline;
}


.hero-sec .htwo-hero-sec{
	  font-size: 20px;
  font-weight: 500;
  line-height: 1.25; /* leading-tight */
  color: var(--color-primary); /* depends on your setup */
}


/* lg breakpoint (Tailwind = 1024px) */
@media (min-width: 1024px) {
  .hero-sec .htwo-hero-sec {
    font-size: 24px;
  }
}

