/* Zorgt dat alle kaarten even hoog zijn */
.al-service-archi-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Zorgt dat de content kan “rekken” */
.al-service-archi-content{
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Duwt de pijl altijd naar de onderkant */
.al-service-archi-link{
  margin-top: auto;
}

.tp-team-value-list svg{
  color: var(--tp-text-grey-6);
}

/* Alleen de opsomming lichter maken */
.tp-about-feature-info .tp-team-value-list h6{
  color: rgba(255,255,255,.75) !important;  /* lichter */
  font-family: var(--tp-ff-dm);
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

/* Vinkje mee laten kleuren */
.tp-about-feature-info .tp-team-value-list svg{
  color: rgba(255,255,255,.75) !important;
}

/* Brand items + logo's (samengevoegd) */
.tp-brand-item{
  background: #fff;
  width: 240px;
  height: 95px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-brand-item img{
  max-height: 60px;
  max-width: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

.tp-brands-area{
  background: var(--tp-lichtgroen) !important;
  padding-top: 30px !important;
  padding-bottom: 60px !important;
}

.al-choose-archi-area .tp-team-value-title svg{
  color: #fff !important;
}

.tp-footer-wd-main,
.tp-footer-bottom{
  background: var(--tp-donkergroen) !important;
}

.tp-footer-cst-btp i,
.scrollToTop .arrowUp i{
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

  /* ------------------------------------------------------------
         CLEAN MODERN MASONRY SYSTEM
      ------------------------------------------------------------ */

      .masonry {
         column-count: 1;
         column-gap: 25px;
         width: 100%;
      }

      @media (min-width: 640px) {
         .masonry { column-count: 2; }
      }

      @media (min-width: 1024px) {
         .masonry { column-count: 3; }
      }

      .masonry-item {
         break-inside: avoid;
         display: block;
         width: 100%;
         margin: 0 0 25px;
         position: relative;
         border-radius: 10px;
         background: #eee;
         box-shadow: inset 0 0 0 1px #ddd;
         overflow: hidden;
      }

      .masonry-img img {
         width: 100%;
         height: auto;
         display: block;
         border-radius: 10px;
         object-fit: cover;
      }

      /* ------------------------------------------------------------
         OVERLAY DESIGN
      ------------------------------------------------------------ */

      .gridinfo {
         position: absolute;
         inset: 0;
         background: rgba(0,0,0,0.4);
         text-align: center;
         transition: all 0.8s;
         pointer-events: none;
      }

      .gridinfo * {
         opacity: 0;
         transition: all 0.8s;
         pointer-events: auto;
      }

      .gridinfo h3 a {
         font-size: 20px;
         color: #fff;
         font-weight: bold;
         text-transform: uppercase;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         margin: 0 !important;
         opacity: 1;
         width: 80%;
      }

.gridinfo h3 {
    width: 80%;
}

      .gridinfo h3:after {
         content: '';
         width: 25px;
        color: #fff;
         display: block;
         margin: 25px auto 0 auto;
      }

      .gridinfo .gridmeta { transition-delay: 0.25s; }

      .gridinfo .gridmeta p {
         display: inline-block;
         font-size: 13px;
         color: #fff;
         margin-bottom: 15px;
      }

      .gridinfo .gridmeta p.gridwho { margin-left: 25px; }

      .gridinfo p.gridexerpt {
         width: 60%;
         margin: 0 auto 25px;
         line-height: 22px;
         color: #fff;
         transition-delay: 0.5s;
      }

      .gridinfo .grid-btn {
         color: #fff;
         text-decoration: none;
         margin: 0 auto;
         width: 35px;
         height: 35px;
         line-height: 35px;
         border-radius: 25px;
         border: 1px solid #fff;
         display: block;
         overflow: hidden;
         transition: all 0.8s;
         pointer-events: auto;
      }

      .gridinfo .grid-btn:hover {
         width: 75px;
         background: rgba(0,0,0,0.3);
      }

      .gridinfo .grid-btn span {
         opacity: 0;
         display: none;
      }
      .gridinfo .grid-btn:hover span {
         opacity: 1;
         display: inline;
      }
      .gridinfo .grid-btn:hover i {
         opacity: 0;
         display: none;
      }

      .masonry-item:hover .gridinfo {
         background: rgba(67, 100, 103, 0.7);
      }

      .masonry-item:hover .gridinfo * {
         opacity: 0.7;
      }

      .masonry-item:hover .gridinfo h3 {
         opacity: 1;
         margin-top: 70px;
      }

      .masonry-item:hover .gridinfo p {
         opacity: 1;
      }

/* BASISPOSITIE — titel in het midden */
.gridinfo h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    opacity: 1;
    z-index: 3;
    transition: all 0.6s ease;
}

/* META, TEKST, BUTTON STARTEN VERBORGEN */
.gridinfo .gridmeta,
.gridinfo .gridexerpt,
.gridinfo .grid-btn {
    position: relative;
    top: 40%;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
    z-index: 3;
}

/* ⭐ HOVER: TITEL SCHUIFT MEE NAAR BOVEN */
.masonry-item:hover .gridinfo h3 {
    top: 25%;
    transform: translate(-50%, -30%);
    opacity: 1;
}

/* ⭐ HOVER: REST VAN DE CONTENT KOMT ERONDER UIT */
.masonry-item:hover .gridinfo .gridmeta,
.masonry-item:hover .gridinfo .gridexerpt,
.masonry-item:hover .gridinfo .grid-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.12s;
}

.tp-portfolio-outcome-bost{
  text-align: center;
}

.tp-portfolio-outcome-bost span{
  display: inline-block;
  text-align: center;
}

/* Center the slider only when there's exactly 1 slide */
.tp-pd-2-active .swiper-wrapper:has(> .swiper-slide:only-child) {
  justify-content: center;
}

/* Optional: prevents the slide from stretching full width */
.tp-pd-2-active .swiper-slide:only-child {
  width: auto !important;
}

/* When there's only 1 photo, show it a bit smaller and centered
   (excludes the full-bleed panos galleries) */
.tp-pd-2-active:not(.panos-gallery) .swiper-slide:only-child .tp-pd-2-slider-thumb {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tp-pd-2-active:not(.panos-gallery) .swiper-slide:only-child .tp-pd-2-slider-thumb img {
  width: 100%;
  height: auto;
}

/* Zorgt dat alle kolommen even hoog worden */
.tp-about-process-area .row > [class*="col-"] {
  align-self: stretch;
}

/* De card zelf even hoog + styling (samengevoegd) */
.tp-about-process-item {
  height: 100%;
  background-color: var(--tp-lichtgroen);
  border-left: 6px solid var(--tp-lichtgroen);
  border-right: 6px solid var(--tp-lichtgroen);
  padding: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.tp-about-process-item:hover {
    transform: translateY(-4px);
}

/* TITELS even hoog → tekst start overal op exact dezelfde lijn */
.tp-box-title {
  line-height: 1.3;
  min-height: calc(1.3em * 2);  /* ruimte voor max 2 regels */
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* max 2 regels */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* (optioneel) kleine extra spacing consistent maken */
.tp-box-text {
  margin-top: 0;
}

.grid-btn i.fa-plus{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tp-footer-wd-social a{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.tp-footer-wd-social a i{
  font-size: 18px;
  line-height: 1;
  display: block;
}

.tp-footer-wd-widget ul li a{
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}

.tp-footer-wd-widget ul li a:hover{
  color: #ffffff;
}

.tp-footer-logo img {
    max-width: 500px;
}

#video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Desktop menu altijd op 1 regel */
.tp-main-menu .tp-mobile-menu-active > ul{
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  gap: clamp(10px, 1.2vw, 28px);
}

.tp-main-menu .tp-mobile-menu-active > ul > li{
  flex: 0 0 auto;
}

.tp-main-menu .tp-mobile-menu-active > ul > li > a{
  padding-left: 8px;
  padding-right: 8px;
  font-size: clamp(14px, 0.9vw, 16px);
}

@media (max-width: 575.98px) {
  .tp-hero-sa-btn .tp-btn-lg {
    line-height: 1.2 !important;
  }
  .tp-hero-sa-btn .tp-btn-lg .btn-text {
    line-height: 1.2;
    white-space: normal;
  }
  .tp-hero-sa-btn .tp-btn-lg .btn-icon:last-child {
    display: none;
  }
}

.thumb-compact{
  max-width: 720px;
  margin: 0;
}

.thumb-compact img{
  width: 100%;
  height: auto;
  display: block;
}

.tp-hero-sa-title {
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.05;
}

.tp-portfolio-area,
.cases-section{
  background: var(--gebrokenwit);
}

.tp-lang-switch{
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  overflow: hidden;
  height: 38px;
}

/* Segmented switch in header */
.tp-lang-switch .tp-lang-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  text-decoration: none;
}

.tp-lang-switch .tp-lang-item:hover{
  color: #fff;
}

.tp-lang-switch .tp-lang-item.is-active{
  background: rgba(255,255,255,.12);
  color: #fff;
  pointer-events: none;
}

.tp-lang{ position:relative; margin-left:16px; }

.tp-lang-toggle{
  display:inline-flex; align-items:center; gap:8px;
  height:42px; padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0,0,0,.15);
  color:rgba(255,255,255,.9);
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tp-lang-toggle:hover{ color:#fff; border-color:rgba(255,255,255,.45); }
.tp-lang-chevron{ opacity:.7; font-size:12px; }

.tp-lang-menu{
  position:absolute; right:0; top:calc(100% + 10px);
  min-width:220px;
  padding:8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(10,10,10,.92);
  backdrop-filter: blur(10px);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  display:none;
}

.tp-lang.is-open .tp-lang-menu{ display:block; }

.tp-lang-menu .tp-lang-item{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 12px;
  border-radius:10px;
  text-decoration:none;
  color:rgba(255,255,255,.88);
  font-weight:500;
}

.tp-lang-menu .tp-lang-item span{
  opacity:.7;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tp-lang-menu .tp-lang-item:hover{ background:rgba(255,255,255,.08); color:#fff; }
.tp-lang-menu .tp-lang-item.is-active{
  background:rgba(255,255,255,.12);
  color:#fff;
  pointer-events:none;
}

.tp-lang-stack .tp-lang-item{ width:100%; }

html { scrollbar-gutter: stable; }

@supports not (scrollbar-gutter: stable) {
  html { overflow-y: scroll; }
}

body { padding-right: 0 !important; }

/* lijst-styling binnen de overview (samengevoegd) */
.tp-pd-2-overview-wrap ul{
  padding-left: 32px !important;
  margin: 8px 0 16px !important;
  margin-left: 0;
  list-style: disc;
  border-left: 0 !important;
}

.tp-pd-2-overview-wrap ul,
.tp-pd-2-overview-wrap li{
  border-left: 0 !important;
}

.tp-pd-2-overview-wrap ul::before,
.tp-pd-2-overview-wrap li::before,
.tp-pd-2-overview-wrap ul::after,
.tp-pd-2-overview-wrap li::after{
  content: none !important;
  display: none !important;
}

.tp-pd-2-overview-wrap ul li{
  border: 0 !important;
  background: none !important;
  margin: 6px 0 !important;
}

.tp-pd-2-overview-wrap ul li > p{
  margin: 0;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  display: inline;
}

.tp-pd-2-overview-wrap ul li::before,
.tp-pd-2-overview-wrap ul li::after,
.tp-pd-2-overview-wrap ul li > p::before,
.tp-pd-2-overview-wrap ul li > p::after{
  content: none !important;
  display: none !important;
}

.tp-pd-2-overview-wrap p + ul{
  margin-top: 0 !important;
}

.tp-pd-2-overview-wrap p{
  margin: 0 0 14px !important;
}

.tp-pd-2-overview-wrap p:has(+ ul){
  margin-bottom: 6px !important;
}

.tp-pd-2-slider-wrapper{
  position: relative;
}

.tp-pd-2-slider-wrapper .tp-pd-2-dot{
  margin-top: -20px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.tp-service-hero-area .tp-service-hero-left{
  margin-bottom: 10px !important;
}

.tp-service-hero-area .tp-service-hero-left h2{
  margin-top: -25px !important;
  margin-bottom: 0 !important;
}

.tp-portfolio-area .nav-tabs .nav-link{
  font-size: 18px !important;
  line-height: 1.2;
  padding: 12px 18px !important;
}

@media (min-width: 992px){
  .tp-portfolio-area .nav-tabs .nav-link{
    font-size: 20px !important;
  }
}

.case-nav-section {
  min-height: unset;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.case-nav-box {
  padding: 28px 24px;
}

@media (max-width: 991px) {
    .tp-footer-area .row {
        flex-direction: column;
    }

    .tp-footer-widget {
        margin-bottom: 40px;
    }
}

.al-service-archi-title a {
    color: var(--tp-theme-secondary) !important;
}

.al-service-archi-link svg {
    fill: var(--tp-theme-secondary) !important;
}

.tp-faq-hero-area {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.tp-hero-sa-btn-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.tp-hero-sa-btn {
    flex-shrink: 0;
}

.tp-menu-bar span {
    background-color: var(--gebrokenwit);
}

@media (max-width: 767px) {
    .tp-service-hero-left h2 {
        font-size: 35px;
    }
    .tp-portfolio-outcome-bost {
        display: none;
    }
}

/* Umbraco Forms submit — samengevoegd */
.umbraco-forms-form input[type="submit"].tp-btn-lg,
.umbraco-forms-navigation button[data-umb="submit-forms-form"],
.umbraco-forms-navigation button[data-umb="submit-forms-form"]:hover,
.umbraco-forms-navigation button[data-umb="submit-forms-form"]:focus,
.umbraco-forms-navigation button[data-umb="submit-forms-form"]:active{
  color: #fff !important;
  line-height: 1 !important;
  height: 52px;
  padding: 0 34px !important;
  border: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

input[type="submit"][data-umb="submit-forms-form"],
input[type="submit"][data-umb="submit-forms-form"]:hover,
input[type="submit"][data-umb="submit-forms-form"]:focus,
input[type="submit"][data-umb="submit-forms-form"]:active {
  color: #fff !important;
}

.umbraco-forms-navigation button[data-umb="submit-forms-form"] .btn-text,
.umbraco-forms-navigation button[data-umb="submit-forms-form"] span{
  color: #fff !important;
  line-height: 1 !important;
}

.umbraco-forms-navigation button[data-umb="submit-forms-form"] .btn-icon{
  display: inline-flex;
  align-items: center;
}

.umbraco-forms-navigation button[data-umb="submit-forms-form"] svg{
  display: block;
}

.tp-btn-rounded.btn-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tp-btn-rounded.btn-item .btn-label {
  line-height: 1.15;
  transform: translateY(-10px);
}

.tp-btn-rounded.btn-item .tp-btn-circle-dot {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-portfolio-pp-item-wrap .tp-portfolio-2-item {
  position: relative;
  top: auto;
  left: auto;
}

.tp-portfolio-2-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
    .tp-header-logo img {
        width: 200px;
    }
}

.tp-header-logo img,
.tp-header-sa-logo img {
  width: 300px !important;
  max-width: none !important;
  height: auto;
  display: block;
}

.lang-dropdown {
  position: relative;
}

.lang-dropdown .lang-submenu {
  min-width: 55px !important;
  width: max-content;
  padding: 4px 0;
  left: 50%;
  transform: translateX(-50%);
}

.lang-dropdown .lang-submenu li a {
  padding: 6px 12px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}

.tp-main-menu ul > li.lang-dropdown {
  position: relative;
}

.tp-main-menu ul > li.lang-dropdown > ul.lang-submenu {
  min-width: 60px !important;
  width: 60px !important;
  padding: 4px 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.tp-main-menu ul > li.lang-dropdown > ul.lang-submenu > li > a {
  padding: 6px 10px !important;
  font-size: 13px !important;
  text-align: center;
  white-space: nowrap;
}

.tp-submenu.submenu {
  min-width: 280px;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.logo-strip {
  padding: 72px 0;
}

.logo-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.logo-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
  background: #f3f3f3;
}

.logo-strip__item img {
  display: block;
  max-width: 500px;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .logo-strip__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.my-logo-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  width: 100%;
}

.my-logo-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 120px;
  width: calc(33.333% - 16px) !important;
}

.my-logo-item img {
  max-width: 180px;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
}

.tp-bg-green .tp-box-title,
.tp-bg-green .tp-box-text {
    color: #fff !important;
}

.tp-product-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  overflow: hidden;
}

.tp-product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(67, 100, 103, 0.7);
  z-index: 1;
}

.tp-product-hero-content,
.tp-product-hero .container,
.tp-product-hero .row,
.tp-product-hero .col-12 {
  position: relative;
  z-index: 2;
}

.tp-main-menu > nav > ul {
    display: flex;
    align-items: center;
    gap: 0 !important;
}

.tp-main-menu > nav > ul > li {
    margin: 0 !important;
    padding: 0 !important;
}

.tp-main-menu > nav > ul > li + li {
    margin-left: 10px !important;
}

.tp-main-menu > nav > ul > li > a {
    padding: 0 5px !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

@media (min-width: 1200px) {
    .tp-main-menu > nav > ul > li.has-dropdown {
        position: relative;
    }

    .tp-main-menu > nav > ul > li.has-dropdown > .tp-submenu.submenu {
        top: calc(100% + 22px) !important;
        margin-top: 0 !important;
        transform: none !important;
    }
}

.tp-pd-2-slider-wrapper,
.tp-pd-2-active,
.tp-pd-2-slider-thumb {
  position: relative;
}

.tp-pd-2-slider-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.tp-pd-2-prev,
.tp-pd-2-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.tp-pd-2-prev:hover,
.tp-pd-2-next:hover {
  background: rgba(0, 0, 0, 0.65);
}

.tp-pd-2-prev {
  left: 15px;
}

.tp-pd-2-next {
  right: 15px;
}

.tp-pd-2-fraction {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  padding: 7px 12px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}

.tp-pd-2-active.single-slide .tp-pd-2-prev,
.tp-pd-2-active.single-slide .tp-pd-2-next,
.tp-pd-2-active.single-slide .tp-pd-2-fraction {
  display: none;
}

@media (max-width: 767px) {
  .tp-pd-2-prev,
  .tp-pd-2-next {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .tp-pd-2-prev {
    left: 10px;
  }

  .tp-pd-2-next {
    right: 10px;
  }

  .tp-pd-2-fraction {
    right: 10px;
    bottom: 10px;
    font-size: 13px;
    padding: 6px 10px;
  }
}

.panos-gallery {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.panos-gallery .swiper-wrapper {
  display: flex;
  align-items: center;
}

.panos-gallery .swiper-slide {
  flex: 0 0 100%;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panos-gallery .tp-pd-2-slider-thumb {
  width: 100%;
  height: min(70vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f5f5;
}

.panos-gallery .tp-pd-2-slider-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  transform: none !important;
  transition: none !important;
}

.panos-gallery .tp-pd-2-slider-thumb:hover img,
.panos-gallery .swiper-slide:hover img,
.panos-gallery img:hover {
  transform: none !important;
  scale: 1 !important;
}

.panos-gallery .swiper-button-prev,
.panos-gallery .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--tp-donkergroen) !important;
  border: none !important;
  color: #fff !important;
  z-index: 100;
}

.panos-gallery .swiper-button-prev::after,
.panos-gallery .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
}

.panos-gallery .swiper-button-prev {
  left: 16px;
}

.panos-gallery .swiper-button-next {
  right: 16px;
}

.panos-gallery .gallery-fraction {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  padding: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.panos-gallery.single-slide .swiper-button-prev,
.panos-gallery.single-slide .swiper-button-next,
.panos-gallery.single-slide .gallery-fraction {
  display: none !important;
}

@media (max-width: 767px) {
  .panos-gallery .tp-pd-2-slider-thumb {
    height: 50vh;
  }

  .panos-gallery .swiper-button-prev,
  .panos-gallery .swiper-button-next {
    width: 42px;
    height: 42px;
  }

  .panos-gallery .swiper-button-prev {
    left: 10px;
  }

  .panos-gallery .swiper-button-next {
    right: 10px;
  }
}

.panos-gallery,
.panos-gallery .swiper-slide,
.panos-gallery .tp-pd-2-slider-thumb,
.panos-gallery .gallery-fraction {
  background: transparent !important;
}

.panos-gallery .swiper-button-prev:hover,
.panos-gallery .swiper-button-next:hover {
  background: var(--tp-donkergroen) !important;
  opacity: 0.9;
}

.panos-gallery .gallery-fraction::before,
.panos-gallery .gallery-fraction::after {
  display: none !important;
  content: none !important;
}

.music-inline-image {
  float: right;
  width: min(42%, 420px);
  margin: 20px 0 30px 40px;
  position: relative;
  top: -5px;
}

.music-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.tp-pd-2-overview-wrap::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 991.98px) {
  .music-inline-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px 0;
    top: 0;
  }
}

@media (min-width: 992px) {
  .tp-pd-2-overview-ptb .col-lg-10 {
    flex: 0 0 100%;
    max-width: 93%;
  }
}

/* Consultancy content – full-bleed video (edge-to-edge, incl. ultrawide + scrollbar-gutter) */
/* Full-bleed video uses 100vw which includes the scrollbar width, causing a
   horizontal scrollbar (the light bar between the video and the footer).
   Clip horizontal overflow to remove it without breaking sticky/ScrollSmoother. */
html,
body {
  overflow-x: clip;
}

.consultancy-content-video {
  --consultancy-video-bleed: calc((100vw - 100%) / 2);
  position: relative;
  display: block;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background: #000;
  box-sizing: border-box;
}

/* Direct child of ScrollSmoother wrapper: align to viewport, not transformed parent */
#smooth-content > .consultancy-content-video {
  left: 0;
  width: calc(100% + 2 * var(--consultancy-video-bleed));
  min-width: 100vw;
  margin-left: calc(-1 * var(--consultancy-video-bleed));
  margin-right: calc(-1 * var(--consultancy-video-bleed));
}

.consultancy-content-video video {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  object-fit: cover;
  transform: none !important;
}
