/*!
Theme Name: Brandeniers starter
Theme URI: https://brandeniers.nl
Author: Brandeniers
Description: Een starter thama
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brandeniers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --container: 1320px;
  --darkblue1: #374058;
  --darkblue2: #1a2438;
  --green: #7cbf2a;
  --greenopacity: #7cbf2a60;
  --font-heading: "Tanker", sans-serif;
}

@font-face {
  font-family: "Tanker";
  src: url("/wp-content/themes/brandeniers/fonts/Tanker-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/brandeniers/fonts/Tanker-Regular.woff")
      format("woff"),
    url("/wp-content/themes/brandeniers/fonts/Tanker-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

strong {
  font-weight: 800;
}

.tanker {
  font-family: var(--font-heading);
}

.font-60,
.hero-default h1 {
  font-size: 60px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-23 {
  font-size: 23px !important;
  font-weight: 400;
}

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

p {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: var(--font-heading);
  text-wrap-style: balance;
}

body {
  background: var(--darkblue2);
  color: #c5ccda;
  /* overflow-x: hidden; */
}

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

html {
  scroll-behavior: smooth;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

nav {
  font-size: 16px;
}

nav li {
  list-style-type: none;
}

nav.header {
  font-weight: 400;
}

.navbar-toggler {
  background: var(--green);
  border-radius: 5px;
  padding: 5px !important;
}

@media (max-width: 768px) {
  nav.header {
    background: var(--darkblue2);

    img {
      max-width: 80%;
    }
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.right li a {
  color: #fff;
  font-weight: 400;
}

h1 {
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;

  word-wrap: break-word;
  hyphens: auto;
}

h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
  /* 100% */
}

h3 {
  font-size: 35px;
  font-weight: 500;
}

.content > p {
  padding-block: 25px;
}

.content ul > li {
  list-style: none;
  margin-left: 37px;
  margin-bottom: 12px;
}

.content ul > li:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/Vector-12.svg);
  width: 20px;
  height: 20px;
  margin-left: -33px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  margin-top: 6px;
}

.container-custom {
  flex: 1;
  padding-left: calc((100vw - var(--container)) / 2);
}

.button {
  font-weight: 500;
  display: inline-flex;
  min-height: 55px;
  padding: 15px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-family: Poppins;
  max-width: 80vw;
}

.button.green {
  color: var(--darkblue2);
  background: var(--green);
}

.button.outline {
  color: #fff;
  border: 2px solid white;
}

.button::before {
  content: "";
  position: absolute;
  top: var(--mouse-y, 50%);
  left: var(--mouse-x, 50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  pointer-events: none;
}

.button.green::before {
  background: rgba(0, 0, 0, 0.15);
}

.button.outline::before {
  background: rgba(255, 255, 255, 0.15);
}

.button:hover::before {
  width: 400px;
  height: 400px;
}

.pt-140 {
  padding-top: 140px;
}

.min-vh-75 {
  min-height: 75vh;
}

.list-unstyled {
  list-style-type: none;
}

.object-fit-cover {
  object-fit: cover;
}

.ar-square {
  aspect-ratio: 1/1;
}

.border-10 {
  border-radius: 10px;
}

.mobile-only {
  display: block;
}

@media (max-width: 768px) {
  h3 {
    font-size: 26px;
  }

  .button {
    width: 100%;
    text-align: center;
  }
}

img {
  border-radius: 10px;
}

.logo img {
  border-radius: unset;
}

.card-body {
  transition: 0.35s;
  cursor: pointer;
  padding-top: 2rem !important;
  background-size: 40%;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.card-body .left {
  margin-bottom: 30px;
}

.card-body .right {
  text-align: right;
}

.card-body img {
  border-radius: 10px;
  height: 200px;
  object-position: right;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  .card-body {
    background-size: contain;
  }

  .flickity-prev-next-button.previous {
    left: -20px !important;
  }

  .flickity-prev-next-button.next {
    right: -20px !important;
  }

  h1#case {
    font-size: 35px !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }

  .card-body:hover {
    background: #7cbf2a;
    padding-bottom: 2rem !important;

    h3,
    p,
    a {
      color: #000 !important;
    }
  }
}

.quote-sec h2 {
  font-size: 80px;
}

@media (max-width: 981px) {
  h1,
  h2,
  .quote-sec h2 {
    font-size: 35px;
  }

  .card-body {
    background-size: contain;
  }
}

/* Custom padding top classes */

.hero-default.pt-180 {
  padding-top: 180px !important;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-100 {
  padding-top: 100px;
}

/* Custom padding bottom classes */
.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (max-width: 980px) {
  .hero-default.pt-180 {
    padding-top: 100px !important;
  }

  /* Custom padding top classes */
  .padding-top-0 {
    padding-top: 0px;
  }

  .padding-top-80 {
    padding-top: 30px;
  }

  .padding-top-100 {
    padding-top: 40px;
  }

  /* Custom padding bottom classes */
  .padding-bottom-0 {
    padding-bottom: 0px;
  }

  .padding-bottom-80 {
    padding-bottom: 30px;
  }

  .padding-bottom-100 {
    padding-bottom: 40px;
  }

  .content-section.met-afbeelding {
    /* Jouw styling hier */
    padding-top: 0px;
  }
}

/*weglot*/

.country-selector.weglot-dropdown .wgcurrent {
  border: none;
  background: var(--darkblue1);
  color: white;
}

.country-selector.weglot-dropdown .wgcurrent:before {
  content: "";
  width: 1px;
  background-color: #ffffff4d;
  height: 75%;
  top: 12.5%;
  position: absolute;
}

.country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 30px;
  margin-left: 17px;
}

.country-selector.weglot-dropdown ul {
  background: var(--darkblue1);
  border: none;
}

.country-selector.weglot-dropdown .wgcurrent:after {
  filter: invert(1);
}

.country-selector.weglot-dropdown a {
  text-align: center;
}

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

.rounded-circle img {
  border-radius: 50% !important;
}

.discipline-card .wp-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.case-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 655 / 340;
}

.gfield_label {
  font-family: var(--font-heading);
  color: white;
  font-size: 23px;
}

#gform_fields_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}

.contact-li {
  list-style-type: none;
}

#gform_fields_1 #field_1_10 {
  grid-column: 2;
  /* textarea in de rechterkolom */
  grid-row: 1 / span 3;
  /* neemt dezelfde hoogte in als 3 velden */
}

#gform_submit_button_1 {
  margin-top: 25px;
  border: none;
}

#gform_fields_1 #field_1_6,
#gform_fields_1 #field_1_8,
#gform_fields_1 #field_1_9 {
  grid-column: 1;
}

#gform_fields_1 .ginput_container {
  width: 100%;
}

#gform_fields_1 .ginput_container_textarea {
  height: 100%;
}

#gform_fields_1 input {
  width: 100%;
  display: flex;
  height: 50px;
  padding: 12px 14px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #374058;
  border: none;
  border-radius: 5px;
  color: white;
}

#gform_fields_1 textarea {
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  height: 100%;
  resize: none;
  background: #374058;
  border: none;
  border-radius: 5px;
  color: white;
  height: 268px;
  width: 100%;
}

.gform-footer {
  display: flex;
  justify-content: flex-end;
}

.telefoontje {
  margin-left: 25px;
  margin-top: 7px;
  color: white;
}

.telefoontje:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/11/iconmonstr-phone-4.svg);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-size: contain;
  margin-left: -24px;
  background-repeat: no-repeat;
}

.gform_required_legend {
  display: none;
}

/* Placeholder kleur wit voor Gravity Forms ID 1 */
#gform_1 input::placeholder,
#gform_1 textarea::placeholder {
  color: #c5ccda !important;
  opacity: 1;
  font-family: "Poppins";
  /* Voor Firefox */
}

/* Voor oudere browsers */
#gform_1 input::-webkit-input-placeholder,
#gform_1 textarea::-webkit-input-placeholder {
  color: #c5ccda !important;
  font-family: "Poppins";
}

#gform_1 input::-moz-placeholder,
#gform_1 textarea::-moz-placeholder {
  color: #c5ccda !important;
  opacity: 1;
  font-family: "Poppins";
}

#gform_1 input:-ms-input-placeholder,
#gform_1 textarea:-ms-input-placeholder {
  color: #c5ccda !important;
  font-family: "Poppins";
}

@media all and (max-width: 980px) {
  #gform_fields_1 {
    display: flex;
    flex-direction: column;
  }
}

.content-image img {
  width: 100%;
  height: auto;
}

.usp-text-section .image img {
  max-width: 188px;
}

.content a {
  text-decoration: underline;
}
