.contacts-hero {
  padding: 4rem;
  background-color: #fefef4;
}

.contacts-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background-image: url(https://novarenovatiebv.nl/wp-content/themes/ref/inc/img/contact-banner.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4rem;
  padding: 7rem 4rem;
}

a.btn.btn--primary {
  background-color: #fefef4;
  padding: 0.4rem 0.4rem 0.4rem 2.4rem;
  border-radius: 4rem;
  width: 100%;
  max-width: 22.4rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

a.btn.btn--primary svg {
  width: 4rem;
  height: 4rem;
}
/* .contacts-hero {
  padding: 4rem;
  background: transparent;
}

.contacts-hero__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  border-radius: 3.2rem;
  overflow: hidden;
  background-color: #221f1f;
}

.contacts-hero__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    to right,
    rgba(34, 31, 31, 0.95) 0%,
    rgba(34, 31, 31, 0.7) 40%,
    rgba(34, 31, 31, 0.1) 75%,
    transparent 100%
  );

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black 60%,
    transparent 100%
  );
  mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);

  z-index: 2;
  pointer-events: none;
}

.contacts-hero__content {
  position: relative;
  z-index: 3;
}

.contacts-hero__image {
  position: relative;
  z-index: 1;
}
.breadcrumb {
  display: flex;
  gap: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #545454;
  margin-bottom: 2.4rem;
} */

.breadcrumb a {
  color: #545454;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #221f1f;
}

.contacts-hero__title {
  font-size: 6.4rem;
  font-weight: 700;
  color: #fefef4;
  margin-bottom: 2.4rem;
  line-height: 1.1;
}

.contacts-hero__highlight {
  background-color: #d4c4a8;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  color: #221f1f;
}

.contacts-hero__text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fefef4;
  margin-bottom: 3.2rem;
  max-width: 48rem;
}
a.btn.btn--secondary {
  border: 0.1rem solid #fefef4;
  border-radius: 4rem;
  width: 100%;
  max-width: 21.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefef4;
  font-size: 1.6rem;
  font-weight: 500;
}

.contacts-hero__buttons {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.contacts-hero__image {
  overflow: hidden;
  height: 100%;
  min-height: 30rem;
}

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

.contacts-section {
  padding: 4rem;
  background-color: #fefef4;
}

.contacts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.contacts-info {
  padding-right: 2.4rem;
}
.contacts-info__title {
  font-size: 4rem;
  font-weight: 700;
  color: #221f1f;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.contacts-info__subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #221f1f;
  margin-bottom: 3.2rem;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background-color: #edebdf;
  padding: 1.6rem;
  border-radius: 2rem;
  transition: all 0.3s;
}

.contact-item:hover {
  background-color: #e8e6d9;
  transform: translateX(0.4rem);
}

.contact-item__icon {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221f1f;
}

.contact-item__content,
.contact-item a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #221f1f;
  font-weight: 600;
}

.contact-item__content p {
  margin-bottom: 0;
  color: #221f1f;
}

.contact-item__content a {
  color: #221f1f;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-item__content a:hover {
  color: #545454;
}

/* Contact Form */
.contacts-form-wrapper {
  background-color: #edebdf;
  border-radius: 4rem;
  padding: 4rem;
}

.contacts-form__title {
  font-size: 4rem;
  font-weight: 700;
  color: #221f1f;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.contacts-form__subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #221f1f;
  margin-bottom: 4rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-group {
  margin: 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1.6rem 2rem;
  border: none;
  border-radius: 2rem;
  background-color: #fefef4;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #221f1f;
  transition: all 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(212, 196, 168, 0.3);
  background-color: #fff;
}

.form-group textarea {
  resize: vertical;
  min-height: 12rem;
}

.btn--submit {
  background-color: #221f1f;
  color: #fefef4;
  border: none;
  padding: 0.4rem 0.4rem 0.4rem 2.4rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  transition: all 0.3s;
  width: 100%;
}

.btn--submit svg {
  width: 4rem;
  height: 4rem;
}
.btn--submit:hover {
  background-color: #221f1f;
  color: #fefef4;
}

.btn--submit svg {
  transition: rotate 0.3s;
}

.btn--submit:hover svg {
  rotate: 38deg;
}

/* === RESPONSIVE === */
@media (max-width: 1023px) {
  .contacts-hero {
    padding: 3.2rem 2rem;
  }

  .contacts-hero__container {
    display: flex;
    gap: 3.2rem;
    background-image: url(https://novarenovatiebv.nl/wp-content/themes/ref/inc/img/contact-banner_mob.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 2.4rem 1.6rem;
    max-height: 56rem;
  }
  .contacts-hero__image {
    height: 0;
    border-radius: 2.4rem;
  }

  .contacts-hero__title {
    font-size: 4.8rem;
  }
  .contacts-info__subtitle {
    margin-bottom: 4rem;
  }

  .contacts-hero__text {
    font-size: 1.9rem;
    margin-bottom: 4rem;
  }

  a.btn.btn--primary {
    max-width: 100%;
  }
  a.btn.btn--secondary {
    max-width: 100%;
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.2rem;
  }
  .contacts-section {
    padding: 3.2rem 2rem;
  }

  .contacts-container {
    grid-template-columns: 1fr;
    gap: 8rem;
  }
  .contacts-info {
    padding-right: 0;
  }
  .contacts-info__title,
  .contacts-form__title {
    font-size: 3.2rem;
  }

  .contacts-form-wrapper {
    padding: 3.2rem 2.4rem;
    border-radius: 2.4rem;
  }

  .contact-item {
    padding: 1.6rem;
  }

  .contact-item__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .contact-item__content,
  .contact-item a {
    font-size: 1.5rem;
  }
}
