* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.857;
  color: #808285;
  background: #fff;
}
a {
  text-decoration: none;
  transition: all 0.2s;
}
.site-header {
  background-color: rgb(237, 88, 34);
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #fff;
}
.header-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo img {
  height: 76px;
  width: auto;
}
.main-nav {
  display: flex;
  list-style: none;
  gap: 0;
}
.main-nav li a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.main-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.hero-section {
  background-color: rgb(237, 88, 34);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero-container {
  max-width: 900px;
  margin: 0 auto;
}
.hero-section h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.content-section {
  background: #fff;
  padding: 60px 20px;
}
.content-container {
  max-width: 800px;
  margin: 0 auto;
}
.content-container-wide {
  max-width: 900px;
  margin: 0 auto;
}
.content-section h2 {
  color: rgb(237, 88, 34);
  font-size: 1.5em;
  margin-bottom: 20px;
  margin-top: 30px;
}
.content-section h2:first-child {
  margin-top: 0;
}
.content-section p {
  margin-bottom: 1.5em;
  color: #808285;
}
.content-section ul {
  margin: 0 0 1.5em 20px;
}
.content-section li {
  margin-bottom: 0.5em;
  color: #808285;
}
.content-section a {
  color: #4169e1;
}
.content-section a:hover {
  color: #191970;
}

/* Style for links inside H2 tags (e.g., Homepage locations) */
.content-section h2 a {
  color: #d44a1b;
  text-decoration: none;
}
.content-section h2 a:hover {
  color: #ed5822;
  text-decoration: none;
}
.back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: rgb(237, 88, 34);
  font-weight: 600;
}
.back-link:hover {
  opacity: 0.8;
}
.site-footer {
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 50px 20px 20px;
}
.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer-widget h2 {
  color: rgb(237, 88, 34);
  font-size: 1.1em;
  margin-bottom: 15px;
  font-weight: 600;
}
.footer-widget p {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #ccc;
}
.footer-widget a {
  color: #fff;
}
.footer-widget a:hover {
  color: rgb(237, 88, 34);
}
.footer-logo img {
  height: auto;
  width: auto;
  max-width: 70%;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}
.site-footer .google-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  background: transparent;
  padding: 0;
  border-radius: 8px;
  width: fit-content;
}
.site-footer .google-badge .g-logo {
  width: 24px;
  height: 24px;
}
.site-footer .google-badge .rating {
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}
.site-footer .google-badge .stars {
  color: #ffc107;
}
.contact-item-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-item-footer .icon-small {
  width: 36px;
  height: 36px;
  background: rgb(237, 88, 34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-item-footer .info {
  color: #ccc;
  font-size: 0.95em;
}
.contact-item-footer .info a {
  color: #fff;
}
.footer-cta-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.footer-cta-btn {
  min-width: 140px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.95em;
  text-decoration: none;
  color: #fff !important;
}
.footer-cta-btn.phone {
  background: rgb(237, 88, 34);
}
.footer-cta-btn.whatsapp {
  background: #25d366;
}
.footer-cta-btn:hover {
  opacity: 0.9;
}
.footer-bottom {
  max-width: 1140px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  color: #888;
}
.footer-links {
  display: flex;
  gap: 20px;
}
.footer-links a {
  color: #888;
}
.footer-links a:hover {
  color: #fff;
}
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.mobile-cta-bar .bar-inner {
  display: flex;
  background: transparent;
}
.mobile-cta-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  color: #fff !important;
}
.mobile-cta-bar .call-btn {
  background: rgb(237, 88, 34);
}
.mobile-cta-bar .whatsapp-btn {
  background: #25d366;
}
.menu-toggle {
  display: none;
}
.hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff !important;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(237, 88, 34);
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    z-index: 100;
  }
  .menu-toggle:checked ~ nav .main-nav {
    display: flex;
  }
  .menu-toggle:checked ~ .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .menu-toggle:checked ~ .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .hero-section h1 {
    font-size: 1.8em;
  }
  .site-logo img {
    height: 50px;
  }
  .mobile-cta-bar {
    display: block;
  }
  .site-footer {
    padding-bottom: 80px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: left;
  }
  .contact-item-footer {
    justify-content: flex-start;
  }
  .footer-cta-buttons {
    display: none;
  }
  .site-footer .google-badge {
    margin: 15px 0 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}
.hero-section h2,
.hero-section h3 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 30px;
}
.hero-section p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: left;
}
.hero-section a {
  color: #fff;
  text-decoration: underline;
}
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.usp-item {
  text-align: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border-top: 3px solid rgb(237, 88, 34);
}
.usp-item .icon {
  width: 60px;
  height: 60px;
  background: rgb(237, 88, 34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.usp-item h3 {
  color: rgb(237, 88, 34);
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 700;
}
.usp-item p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 0;
}
.reviews-section {
  background: #f3f3f3;
  padding: 58px 20px;
}
.reviews-shell {
  max-width: 1200px;
  margin: 0 auto;
}
.reviews-head {
  text-align: center;
  margin-bottom: 20px;
}
.reviews-head h2 {
  color: rgb(237, 88, 34);
  font-size: clamp(1.7rem, 2.1vw, 2.4rem);
  margin-bottom: 0;
  font-weight: 800;
}
.reviews-head p {
  margin-bottom: 0;
  color: #666;
}
.reviews-widget {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 14px;
  align-items: stretch;
}
.reviews-summary {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.summary-label {
  display: block;
  color: #121212;
  font-size: clamp(1.65rem, 1.75vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.summary-rating {
  display: none;
}
.summary-stars {
  color: #f6bb06;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
}
.summary-count {
  color: #3f3f3f;
  font-size: 0.98rem;
  margin-bottom: 12px;
}
.summary-count strong {
  color: #1f1f1f;
  font-weight: 700;
}
.reviews-logo-link {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
}
.reviews-google-wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: Arial, sans-serif;
}
.reviews-google-wordmark .g-blue {
  color: #4285f4;
}
.reviews-google-wordmark .g-red {
  color: #ea4335;
}
.reviews-google-wordmark .g-yellow {
  color: #fbbc05;
}
.reviews-google-wordmark .g-green {
  color: #34a853;
}
.reviews-carousel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.reviews-viewport {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.reviews-track {
  --reviews-visible: 3;
  display: flex;
  gap: 10px;
  transition: transform 0.35s ease;
  will-change: transform;
}
.review-card {
  flex: 0 0 calc((100% - (var(--reviews-visible) - 1) * 10px) / var(--reviews-visible));
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  padding: 14px 14px 12px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}
.review-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.review-author-wrap {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.05rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.review-avatar-henk {
  background: #ec407a;
}
.review-avatar-hjk {
  background: #ff5722;
}
.review-avatar-maria {
  background: #ab47bc;
}
.review-author {
  display: block;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-date {
  display: block;
  color: #8c8c8c;
  font-size: 0.8rem;
  line-height: 1.2;
}
.review-source {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.review-stars-line {
  color: #f6bb06;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1;
}
.review-text {
  color: #333;
  margin: 0;
  line-height: 1.55;
  font-size: 0.93rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  background: #fff;
  color: #8a8a8a;
  font-size: 2rem;
  line-height: 0.8;
  cursor: pointer;
  flex-shrink: 0;
}
.reviews-nav:hover:not(:disabled) {
  border-color: #bcbcbc;
  color: #4a4a4a;
}
.reviews-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.reviews-cta {
  background: #333 !important;
  padding: 12px 30px;
  font-size: 1rem;
}
.reviews-cta:hover {
  background: #1f1f1f !important;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.service-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #eee;
  display: block;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: rgb(237, 88, 34);
}
.service-card h3 {
  color: rgb(237, 88, 34);
  margin-bottom: 15px;
  font-size: 1.2em;
}
.service-card p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}
.service-card .btn {
  display: inline-block;
  padding: 8px 15px;
  background: rgb(237, 88, 34);
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.cta-button {
  display: inline-block;
  background: rgb(237, 88, 34);
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 30px;
  text-align: center;
}
.cta-button:hover {
  background: #c44a1a;
  color: #fff !important;
}
.knowledge-callout {
  margin-top: 40px;
  padding: 28px 30px;
  border: 1px solid #f1ddd4;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff8f4 0%, #fff 100%);
}
.knowledge-callout h3 {
  margin-bottom: 12px;
  color: rgb(237, 88, 34);
}
.knowledge-callout p {
  margin-bottom: 0;
}
.knowledge-links {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.knowledge-links li {
  margin: 0;
}
.knowledge-links a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.knowledge-links a:hover {
  color: rgb(237, 88, 34);
}
.knowledge-link-cta {
  display: inline-block;
  margin-top: 18px;
  color: rgb(237, 88, 34);
  text-decoration: none;
  font-weight: 700;
}
.knowledge-link-cta:hover {
  color: #c44a1a;
}
@media (max-width: 768px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .reviews-widget {
    grid-template-columns: 1fr;
  }
  .reviews-summary {
    padding: 22px 20px;
    align-items: center;
    text-align: center;
  }
  .summary-label {
    font-size: 1.9rem;
  }
  .summary-stars {
    font-size: 2rem;
  }
  .reviews-logo-link {
    margin: 0 auto;
  }
  .reviews-google-wordmark {
    font-size: 2.25rem;
  }
  .reviews-carousel {
    padding: 0;
    gap: 6px;
  }
  .reviews-viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .reviews-viewport::-webkit-scrollbar {
    display: none;
  }
  .reviews-track {
    --reviews-visible: 1;
    width: max-content;
  }
  .reviews-nav {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
  }
  .review-card {
    min-height: 220px;
  }
  .knowledge-callout {
    padding: 22px 20px;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .usp-grid {
    grid-template-columns: 1fr;
  }
}
img-comparison-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f8f8f8;
  display: block;
}
img-comparison-slider {
  width: 100%;
  max-width: 800px;
  height: 600px;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
  --divider-width: 4px;
  --divider-color: #ed5822;
  --default-handle-width: 50px;
  display: block;
  outline: none;
}
img-comparison-slider:focus {
  outline: none;
}
.gallery-item {
  margin-bottom: 50px;
  text-align: center;
}
.gallery-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ed5822;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#gallery-container {
  min-height: 800px;
}
@media (max-width: 768px) {
  #gallery-container {
    min-height: 400px;
  }
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.contact-info h2 {
  color: rgb(237, 88, 34);
  font-size: 1.5em;
  margin-bottom: 20px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.contact-item .icon {
  width: 50px;
  height: 50px;
  background: rgb(237, 88, 34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5em;
}
.contact-item .details h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.contact-item .details a {
  color: rgb(237, 88, 34);
  font-size: 1.1em;
}
.contact-item .details p {
  color: #666;
}
.map-placeholder {
  background: #e0e0e0;
  height: 300px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.photo-card {
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.photo-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.photo-card .caption {
  padding: 15px;
  text-align: center;
  font-weight: 600;
}
.photo-card.voor .caption {
  background: rgb(237, 88, 34);
  color: #fff;
}
.photo-card.na .caption {
  background: #28a745;
  color: #fff;
}
@media (max-width: 768px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }
}
.contact-info h2,
.form-section-title {
  color: #ed5822;
  font-size: 1.5em;
  margin: 0 0 25px 0;
  font-weight: 700;
  line-height: 1.2;
}
.contact-form-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
}
.form-intro {
  color: #808285;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.icon-group {
  position: relative;
  margin-bottom: 15px;
}
.icon-inside {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ed5822;
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.textarea-icon {
  top: 20px;
  transform: none;
}
.stijl-form input,
.stijl-form textarea {
  width: 100%;
  padding: 10px 45px 10px 15px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  font-family: inherit;
  transition: all 0.2s;
}
.stijl-form textarea {
  min-height: 120px;
  resize: vertical;
}
.stijl-form input:focus,
.stijl-form textarea:focus {
  outline: none;
  border-color: #ed5822;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.stijl-form .submit-btn {
  background-color: #ed5822;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s;
  width: 100%;
  margin-top: 10px;
}
.stijl-form .submit-btn:hover {
  background-color: #d4471a;
}
.stijl-form .submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.form-response {
  margin: 15px 0;
  padding: 12px;
  font-size: 14px;
  display: none;
  text-align: left;
}
.form-response.success,
.form-response.error {
  display: block;
}
.form-response.success {
  background-color: #fff;
  color: #ed5822;
  border: 1px solid #ed5822;
}
.form-response.error {
  background-color: #fff;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.gallery-item h3 {
  color: rgb(237, 88, 34);
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-service-links a:hover,
.footer-widget .info a:hover {
  color: #ed5822 !important;
  transition: color 0.2s ease;
}

/* --- HERO SPLIT TITLE STYLE (Global) --- */
.hero-section h1 {
  font-size: 1rem; /* Reset parent om em-vermenigvuldiging te voorkomen */
  margin: 0;
}

/* Standaard (Desktop) Look */
.hero-section h1 .hero-main-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
  color: #fff;
}
.hero-section h1 .hero-sub-title {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.95;
  color: #fff;
}

/* Mobiele Aanpassingen */
@media (max-width: 480px) {
  .hero-section h1 .hero-main-title {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .hero-section h1 .hero-sub-title {
    font-size: 1.05rem;
    line-height: 1.3;
  }
}
