:root{
  --mm-max:1200px;
  --mm-radius:18px;
  --mm-shadow:0 26px 60px rgba(20,27,36,.16);
  --mm-border:#E7EDF0;
  --mm-ink:#0F1720;
  --mm-muted:#6B7280;
  --mm-brand:#22b6b6;
  --mm-peach:#FDE9DF;
  --mm-peach-border:#F8D7C9;
  --mm-link:#0ea5e9;
}

@media (min-width:1024px){
  ul.sub-menu{ display:none !important; }
}

.site .header .header-bottom nav > ul.menu > li.menu-item-has-children:hover > a{
  background:#F9F9F9 !important;
}

.nt-panel__top{
  background:#fde9df;
  padding:30px;
  border-radius:5px;
}

.desktop .top-menu{ position:relative; z-index:1200; }
.desktop .top-menu .nt-mega{
  position:absolute; left:50%; top:calc(100% + 0px); transform:translateX(-50%);
  width:100vw; margin-top:0 !important;
}
.desktop .top-menu .nt-mega[hidden]{ display:none; }

.desktop .nt-menutext {
  padding: 2rem 4.5rem 0;
}

/* Shell */
.desktop .top-menu .nt-mega__inner{
  max-width:var(--mm-max);
  margin:0 auto;
  background:#F9F9F9;
  border-radius:5px;
  border: 1px solid #F3F6F7;
  overflow:hidden;
  display:grid;
  grid-template-columns:427px 1fr;
}

/* Left rail */
.desktop .top-menu .nt-mega__left{
  padding:44px 32px 15px;
  border-right:1px solid var(--mm-border);
  background:#F9F9F9;
  padding-left:0 !important;
  padding-right:0 !important;
}
.desktop .top-menu .nt-mega__heading{
  margin:0 0 18px;
  color:#414141;
  padding-left:72px;
  font-size:22px;
  border-bottom:1px solid #e7e6e6;
  padding-bottom:10px;
}
.desktop .top-menu .nt-tabs{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding-left:15px !important;
}
.nt-tab__label{ text-align:left; font-weight:bold; font-size:18px; }

.desktop .top-menu .nt-tab{
  width:100%;
  display:grid;
  grid-template-columns:38px 1fr 26px;
  align-items:center;
  gap:20px;
  min-height:76px;
  padding:14px 18px;
  padding-left:0 !important;
  border-radius:0 !important;
  background:#F9F9F9;
  cursor:pointer;
  color:#1F2937;
  transition:border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  position:relative;
  padding-right:48px; /* room for blue arrow */
  border-top-left-radius:5px !important;
  border-bottom-left-radius:5px !important;
}
.desktop .top-menu .nt-tab:hover{ border-color:var(--mm-border); }
.desktop .top-menu .nt-tab.is-active{
  background:var(--mm-peach);
  border-color:var(--mm-peach-border);
}

/* Blue arrow icon on hover/active */
.desktop .top-menu .nt-tab::after{
  content:"";
  position:absolute;
  top:50%;
  right:16px;
  width:24px;
  height:24px;
  background: url("/wp-content/themes/naturaltalent/dist/assets/images/bluearrow.png") no-repeat center / 15px 15px;
  transform:translateY(-50%) rotate(0deg) scale(.9);
  opacity:0;
  transition:opacity .2s ease, transform .35s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}
.desktop .top-menu .nt-tab:hover::after,
.desktop .top-menu .nt-tab.is-active::after{
  opacity:1;
  transform:translateY(-50%) rotate(360deg) scale(1);
}

/* Google reviews */
.desktop .top-menu .nt-reviews{
  margin-top:20px;
  padding-top:16px;
  padding-left:25px;
  border-top:1px solid var(--mm-border);
  display:flex;
  flex-direction:column;
  gap:6px;
  color:var(--mm-muted);
}
.desktop .top-menu .nt-reviews__top{ display:flex; align-items:center; gap:10px; }
.desktop .top-menu .nt-reviews__g{ height:auto; margin:0; vertical-align:0; flex:0 0 auto; }
.desktop .top-menu .nt-reviews__stars{ margin:0; margin-left:7px !important; }
.desktop .top-menu .nt-reviews__meta{
  margin:0;
  opacity:.5;
  font-weight:normal;
  font-size:16px;
  font-family:'Inter';
}

/* CTA button */
.button-third{
  position:static !important;
  display:inline-flex !important;
  justify-content:center !important;
  align-items:center !important;
  padding:12px 24px !important;
  margin-top:0 !important;
  border-radius:9999px !important;
  font-weight:700 !important;
  font-size:15px !important;
  line-height:1.4 !important;
  white-space:nowrap !important;
  gap:10px !important;
  color:#F17329 !important;
  box-shadow:0 6px 12px rgba(0,0,0,.15) !important;
  background:white !important;
  transition:transform .08s ease-out, filter .2s ease-out, box-shadow .2s ease-out !important;
  text-decoration:none !important;
  border:none !important;
  -webkit-backface-visibility:hidden !important;
  transform:translateZ(0) !important;
}
.button-third::after{
  content:"" !important;
  display:inline-block !important;
  width:10px !important;
  height:9px !important;
  margin-left:.3em !important;
  margin-top:3px !important;
  background-image: url("/wp-content/themes/naturaltalent/src/assets/images/arroworange.png") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
  transition:transform .35s cubic-bezier(.2,.8,.2,1) !important;
  pointer-events:none !important;
}
.button-third:hover::after{ transform:rotate(315deg) translateX(0px) !important; }

/* Right panel */
.desktop .top-menu .nt-mega__panel{ padding:34px 36px 28px; background:#F9F9F9; }
.desktop .top-menu .nt-panel__top{ display:grid; grid-template-columns:56px 1fr; gap:18px; align-items:center; }
.desktop .top-menu .nt-panel__ico{
  width:30px; height:30px; border-radius:999px;
  display:grid; place-items:center;
  background:#F3FAFA;
  margin-left:15px;
  color:var(--mm-brand);
  font-weight:800;
}
.noborder{ height:50px !important; width:50px !important; border:none !important; margin-left:0 !important; }

.desktop .top-menu .nt-panel__title{
  margin:2px 0 8px;
  font-weight:900;
  font-size:18px !important;
  font-family:'Inter';
  color:#414141;
}
.desktop .top-menu .nt-panel__intro{
  margin:0 0 8px;
  color:#515151;
  font-size:16px !important;
  font-weight:normal;
  margin-bottom:3px !important;
  font-family:'Inter';
}
.nt-link.nt-panel__more{
    color:#EF6E2E !important;
}

.desktop .top-menu .nt-link{
  color:var(--mm-link);
  font-weight:normal !important;
  font-size:16px !important;
  display:inline-flex;
  align-items:center;
  gap:8px
}
.desktop .top-menu .nt-link2{
  color:var(--mm-link);
  text-decoration:underline !important;
  font-weight:normal !important;
  font-size:16px !important;
  display:inline-flex;
  align-items:center;
  gap:8px
}
.desktop .top-menu .nt-link::after{
  content:"";
  width:24px;
  height:24px;
  border-radius:999px;
  border:2px solid #f17b36;
  background: url("/wp-content/themes/naturaltalent/src/assets/images/arroworange.png") no-repeat center / 8px;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
  transform:rotate(315deg);
}
.desktop .top-menu .nt-link:hover::after{ transform:rotate(0deg); }

/* Divider */
.desktop .top-menu .nt-divider{ border:0; border-top:1px solid var(--mm-border); margin:22px 0; }

/* 2×2 grid */
.desktop .top-menu .nt-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  grid-template-rows:repeat(2, 1fr);
  gap:22px;
  align-content:center;
  justify-content:center;
  min-height:240px;
}
.desktop .top-menu .nt-grid a{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px 18px !important;
  padding-right:42px;
  border-bottom:none;
  font-size:18px;
  border-radius:8px;
}
.desktop .top-menu .nt-grid a:hover{ background:var(--mm-peach); color:#f17329; }
.desktop .top-menu .nt-grid__desc{
  font-size:16px;
  line-height:1.35;
  color:#515151;
  font-weight:300;
  margin-top:11px;
}
.desktop .top-menu .nt-grid > .nt-grid__spacer{ visibility:hidden; }

/* Arrow in grid items */
.desktop .top-menu .nt-grid a::after{
  content:"";
  position:absolute;
  top:12px;
  right:12px;
  width:24px;
  height:24px;
  border-radius:999px;
  background: url("/wp-content/themes/naturaltalent/dist/assets/images/arrowright.png") no-repeat center / 13px 13px;
  opacity:0;
  transform:rotate(0deg) scale(.9);
  transition:opacity .2s ease, transform .35s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}
.desktop .top-menu .nt-grid a:hover::after{
  opacity:1;
  transform:rotate(360deg) scale(1);
}

/* Bottom CTA bar */
.desktop .top-menu .nt-cta{
  background:linear-gradient(90deg, #F58A1F, #d02380);
  color:#fff;
  border-radius:0 0 5px 5px;
  max-width:var(--mm-max);
  margin:0 auto;
}
.desktop .top-menu .nt-cta__inner{
  max-width:var(--mm-max);
  margin:0 auto;
  padding:22px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.desktop .top-menu .nt-cta__kicker{ font:900 24px/1.1 Montserrat; letter-spacing:.3px; }
.nt-cta__text{ font-size:16px !important; font-weight:normal; }

/* Desktop only */
@media (max-width:980px){ .desktop .top-menu .nt-mega{ display:none!important; } }
/* =========================== 
    CLEAN TOP BAR 
    =========================== */
.top-bar {
    width: 100%;
    display: block;
    background: #EAEFF0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #008e9d;
}

.header-wrapper{
    background: #EAEFF0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.header{  
    background: white !important;
    border-top-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
}

.top-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0;
}

.top-bar-content {
    display: flex;
    align-items: center;
    gap: 26px;
}

.top-bar-content a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #008e9d;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
    cursor: pointer;
}

:root{
    --container-max: 1320px; 
    --container-gutter: 20px;
}

.top-bar .grid-container,
.header .grid-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
}

.top-bar-inner { justify-content: flex-end; }

.top-bar-content a i {
    font-size: 13px;
    margin-right: 3px;
    border-radius: 9999px;
    border: 2px solid;
    width: 30px;
    height: 30px;
    padding-left: 7px;
    padding-top: 6px;
}

@media (min-width:1024px){
    .top-bar .fa-phone{
    padding-left: 8px !important;
    padding-top: 7px !important;
    }
}

.top-bar-content a:hover {
    color: #f17329;
}

/* =========================== 
    SEARCH MODAL
    =========================== */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-modal.active {
    display: flex;
    opacity: 1;
}

.search-modal-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.search-modal.active .search-modal-content {
    transform: translateY(0);
}

.search-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #666;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.search-modal-close:hover {
    color: #f17329;
}

.search-modal h3 {
    margin: 0 0 20px 0;
    color: #008e9d;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.search-modal form {
    display: flex;
    gap: 10px;
}

.search-modal input[type="search"] {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #EAEFF0;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s ease;
}

.search-modal input[type="search"]:focus {
    outline: none;
    border-color: #008e9d;
}

.search-modal button[type="submit"] {
    padding: 15px 30px;
    background: #f17329;
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background 0.2s ease;
}

.search-modal button[type="submit"]:hover {
    background: #d96320;
}

/* =========================== 
    HEADER BOTTOM (main nav + logo) 
    =========================== */
.header-bottom {
    background: #fff;
    padding: 18px 0;
}

.header-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.header-bottom .logo img {
    max-height: 48px;
    display: block;
    width:100%;
}

.grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .header-bottom-inner {
    flex-direction: column;
    gap: 20px;
    }
}

@media (max-width: 768px) {
    .top-bar-inner {
    justify-content: center;
    }

    .top-bar-content {
    flex-wrap: wrap;
    gap: 16px 20px;
    }

    .top-bar-content a span {
    display: none;
    }

    .search-modal-content {
    padding: 30px 20px;
    }

    .search-modal form {
    flex-direction: column;
    }
}


#wat-zegt-de-klant{
	margin-top: 88px;
}

p{
	font-size:18px;
}

.blog-detail .blog-detail-section:nth-child(even), .testt{
	max-width:75% !important;
	margin:auto !important;
}

.site .section .section-sub-title.section-sub-title-small {
    font-size: 12px;
    color: #acacac;
    display: none;
    margin-top: -3px;
}

.site .references .references-items .references-item .references-item-content {
	background: #fff !important;
}

.site .references .references-items .references-item .references-item-person .references-item-person-name:before {
	border-top: 30px solid #fff !important;
}
@media (min-width: 640px) and (max-width:1024px){
.site .spinny-words span {
    top: 197px !important;
	}}

@media (max-width:640px){
	.site .spinny-words span {
    -webkit-animation: topToBottom 15s linear infinite 0s;
    animation: topToBottom 15s linear infinite 0s;
    position: absolute;
    font-weight: bold;
    top: 100px !important;
    opacity: 0;
    overflow: hidden;
}
}#exitpopup.wide .image {
    display: block;
    width: 100%;
    height: auto;
    width: 150px !important;
    height: 150px !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-top: 0px !important;
}
@media (max-width:768px){
.custom-blocks .cell{
	width: 100% !important;
	}
	.home .vimeo-video-container{
		margin-bottom:75px !important;
	}
	.site .section.section-header-home * + .button {
    margin-top: 20px !important;
}
    .page-id-614 .site .section.section-header-detail * + .button {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
    }
	.page-id-614 .site .section.section-header-detail * + .button {
    margin-top: 40px;
    width: 279px !important;
}
	 .site .spinny-words {
    display: inline-block !important;
    min-width: 800px!important;
    margin: 0!important;
    top: -115px!important;
    position: relative;
}
	.page-id-28018 .site .spinny-words {
    top: -141px !important;
}
}
.page-id-28018 .site .spinny-words{
	top:-55px;
}
@media (min-width:640px){
	    .site .custom-blocks .block-item .title {
        min-height: 0px !important;
    }
}
@media (min-width:1024px){
	    .site .custom-blocks .block-item .intro {
        min-height: 0px !important;
        margin: 0;
    }
}
    .section-inner.wide.transparent-background {
        background: transparent !important;
    }

@media (min-width:568px){
h1.section-title{
	font-size:60px !important;
}

.section-header-home p {
	margin-top:45px !important;
	}
.site .spinny-words span {
    font-size: 49px !important;
}
	.page-template-front .section-header-home p{
		margin-top:20px !important;
	}
}

.custom-blocks .block-item h5{
	font-size:29px !important;
}

.large-up-3 .block-item {
    background-color: #fef1e9;
    border-bottom: 5px solid #f75b11;
    display: block !important;
    margin: 0 0 1em;
    padding: 25px 20px 30px !important;
    position: relative;
}
@media (min-width: 1440px) {
    .site .custom-blocks .block-item .button-wrap .button {
        width: 320px;
    }
}

.logo-slider {
    margin: 0 -10px;
}

.logo-item {
    padding: 10px;
}

.logo-item-inner {
    width: 150px;
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.logo-item-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site .spinny-words {
  display: inline-block;
  min-width: 800px;
  margin: 0;
  top: -37px;
}
@media (max-width:768px){
	.page-template-front .section-header-home .section-image{
		display: none;
	}
	
	.section-header-home .section-title {
		font-size: 1.75rem;
		margin-bottom: 2.5rem;
	}

	.section-header-home .section-title .spinny-words {
		font-size: 1.5rem;
	}
}

.blog-detail-conversion .section-title{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
/* Ensure the first spinny word is immediately visible */
.site .spinny-words span:first-child {
    display: block !important; /* Show the first word immediately */
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: absolute;
    animation: fadeOut 3s forwards; /* Fade out after 3 seconds */
}

@media (min-width: 1280px) {
    .site .section.section-header-home {
        margin-bottom: 0px !important;
    }
}

.page-template-front .vimeo-video-container{
	margin-bottom:75px !important;
}
@media (max-width:768px){
	.revertmob2 {
		order: 2 !important;
		margin-top:50px;
		margin-bottom:50px;
	}
	.revertmob1 {
		order: 1 !important;
	}
	
.page-template-blog_bu .section-header-detail .section-image,
.page-id-622 .section-header-detail .section-image,
	.page-template-cases .section-header-detail .section-image {
		display: none;
	}
}

#introductie-ssr{
	scroll-margin-top:-40px !important;
}
.nt-hero {
        z-index: -1;
    }
.nt-hero + .timeline + .section-breadcrumbs,
.nt-hero + .section-breadcrumbs{
    margin-top: -80px !important;
}
.nt-hero + .timeline + .section-breadcrumbs + .section > .section-inner{
  padding-top: 0;
}
.section-conversion-buttons .button-secondary{
	display: inline-flex !important;
	    justify-content: center !important;
}
.section-conversion-buttons .button-secondary:after{
	margin-left: 0.5em !important;
}
/* Verbergt de 'show-for-small' knop */
.wrap-popup .grid-x > .cell.medium-27 .textwrap a.button {
  display: none !important;
}

.faq-item:hover span {
  color: #f17329;
	   
}
.faq-item:hover{
	 background: #fef1e9 !important;
}

.blog-detail-conversion .button-secondary:nth-child(even){
	margin-left: 15px;
}

#searchsubmit {
    padding: 0px !important;
}

@media (max-width:1024px){
	.nt-hero__eyebrow{
		padding-top:20px !important;
	}
	    .nt-hero__desc {
        max-width: 70ch;
        padding: 15px 0px;
    }
}

.card-hover-overlay .whiteforthat,
.custom-blocks .block-item .button.whiteforthat{
	color: #f17329 !important;
}
.card-hover-overlay .whiteforthat:hover,
.custom-blocks .block-item .button.whiteforthat:hover{
	color: #fff !important;
}

.section-conversion-content h3{
	margin-bottom: 22px;
}

/* ========= HERO ========= */
.nt-hero {
  position: relative;
  overflow: hidden; /* crop video like background-size: cover */
  width: 100%;
  margin-bottom:100px !important;
  min-height:600px;
  width:95%;
  z-index: 1 !important;
  margin:auto;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

/* Background video layer */
.nt-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;          /* video onder overlay & content */
  pointer-events: none;
}

/* Background video: guaranteed "cover" inside the hero */
.nt-hero__bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    display: block;
    pointer-events: none;
    width: 100% !important;
    height: 56.25vw;
}

/* Default for all pages using page.php */
.nt-hero--page { min-height: 600px; }

@media (min-width:1024px){
/* Keep page ID 2 at its current taller height */
.page-id-2 .nt-hero { min-height: 800px !important; }
.nt-hero__desc{
  margin-bottom: 30px !important;
}
}
@media (max-width:1024px){
/* Keep page ID 2 at its current taller height */
.page-id-2 .nt-hero { min-height: 500px !important; margin-top:40px;}
.nt-hero__title{
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}

.nt-hero__desc{
    margin-bottom: 0px !important;
}
.nt-hero__ctas{
    margin-top: 20px;
}
.nt-hero__desc {
        max-width: 70ch;
        font-size: 16px !important;
    }
    .nt-hero {
        background-position: 63% 48% !important;
        z-index:-1;
        margin-top: 45px !important;
    }
}
    
/* Overlay voor leesbaarheid – boven video (DEFAULT BLUE) */
.nt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1; /* boven video */
  background: linear-gradient(94deg, rgba(0,142,157,0.92) 10%, rgba(0,71,79,0.05) 90%);
  pointer-events: none;
}

/* ORANGE overlay variant (toggled by boolean field) */
.nt-hero--orange::after {
  /* Same shape/opacity curve as blue, but with #F17329 */
  background: linear-gradient(94deg, rgba(241,115,41,0.92) 10%, rgba(241,115,41,0.05) 90%);
  display: block !important;
}

/* ORANGE-MAGENTA gradient overlay variant (toggled by use_orangemagenta_overlay field) */
.nt-hero--orangemagenta::after {
  /* Orange to Magenta gradient - solid colors, no opacity fade */
  background: linear-gradient(-51.14deg, #c62685 0%, #f2904d 51.5%, #f17329 100%);
  display: block !important;
}

.nt-hero__inner {
  position: relative;
  z-index: 3; /* boven overlay en decor */
  max-width: 80rem;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 24px);
  min-height: inherit;
  box-sizing: border-box;
}

/* CENTERED variant - centers all content horizontally and text-aligns center */
.nt-hero--centered .nt-hero__inner {
  align-items: center;
  text-align: center;
}

.nt-hero--centered .nt-hero__title,
.nt-hero--centered .nt-hero__desc,
.nt-hero--centered .nt-hero__eyebrow {
  text-align: center;
}

.nt-hero--centered .nt-hero__ctas {
  justify-content: center;
}

/* DECOR RIGHT */
.nt-hero__decor {
  position: absolute;
  z-index: 2; /* tussen overlay (1) en content (3) */
  right: clamp(12px, 4vw, 48px);
  bottom: clamp(12px, 4vw, 48px);
  width: clamp(180px, 25vw, 420px);
  aspect-ratio: 1.205;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.9;
}

/* Typography */
.nt-hero__eyebrow {
  font-family: var(--font-family-montserrat, Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif);
  letter-spacing: 0.12em;
  opacity: .8;
  font-size: clamp(12px, 0.9vw, 16px);
}

.nt-hero__title {
  margin: 0;
  font-family: var(--font-family-montserrat, Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif);
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(28px, 4.2vw, 60px);
  max-width: 22ch;
}

.nt-hero__desc {
  margin: 0px;
  
  margin-top: 0px !important;
  font-family: var(--font-family-inter, Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif);
  font-weight: 400;
  line-height: 1.55;
  font-size: clamp(14px, 1.2vw, 20px);
  max-width: 65ch;
  opacity: .98;
}

.nt-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.2vw, 16px);
  min-height: 67px;
}

/* Icon naast knoptekst */
.nt-btn__icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: 3px;
}

/* ===== Smooth staged reveal (CSS-only) ===== */
:root {
  --nt-reveal-dur: 820ms;
  --nt-reveal-ease: cubic-bezier(.2,.8,.2,1);
}
.nt-reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: nt-reveal-up var(--nt-reveal-dur) var(--nt-reveal-ease) forwards;
  will-change: opacity, transform;
}
.nt-reveal-right {
  opacity: 0;
  transform: translateX(22px);
  animation: nt-reveal-right var(--nt-reveal-dur) var(--nt-reveal-ease) forwards;
  will-change: opacity, transform;
}
.nt-delay-1 { animation-delay: 120ms; }
.nt-delay-2 { animation-delay: 260ms; }
.nt-delay-3 { animation-delay: 420ms; }
.nt-delay-4 { animation-delay: 600ms; }
.nt-delay-5 { animation-delay: 720ms; }

@keyframes nt-reveal-up {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes nt-reveal-right {
  from { opacity: 0; transform: translateX(22px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .nt-reveal,
  .nt-reveal-right {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Breakpoints */
@media (max-width: 1200px) {
  .nt-hero { min-height: clamp(52vh, 90vh - 10vw, 84vh); background-position: 50% 48%; }
}
@media (max-width: 900px) {
  .nt-hero { min-height: clamp(48vh, 84vh - 8vw, 74vh); background-position: 50% 40%; }
  .nt-hero__title { max-width: 26ch; }
  .nt-hero__desc  { max-width: 70ch; }
  .nt-hero__decor { right: 3vw; bottom: 3vw; width: clamp(160px, 30vw, 360px); opacity: 0.85; }
}
@media (max-width: 600px) {
  .nt-hero { min-height: 56vh; background-position: 50% 32%; }
  .nt-hero::after { background: linear-gradient(120deg, rgba(0,142,157,.88) 8%, rgba(0,71,79,0.12) 70%); }
  .nt-hero__decor { right: 16px; bottom: 16px; width: clamp(140px, 42vw, 300px); opacity: 0.8; }
  .button { width: 100%; justify-content: center; }
}




/* =========================================================
   New Image Card Design for .custom-blocks (Foundation grid)
   ========================================================= */

.custom-blocks{
    overflow: hidden;
}

.custom-blocks.new-card-design .card,
.custom-blocks.new-card-design .card-gradient,
.custom-blocks.new-card-design .card-content {
    border-radius: 0 !important; /* force perfectly straight edges */
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
@media (max-width:1024px){
.blocks-ctas{
    margin-top: 20px !important;
}
.blocks-ctas .button {
    display: inline-flex
;
    align-items: center;
    margin-bottom: 2px !important;
    gap: 0px;
}
.new-card-design {
    padding-bottom: 40px !important;
    margin-top: 50px;
}
}
.card-arrow{ margin-left: 10px; }

.custom-blocks.new-card-design .card {
    position: relative;
    width: 100%;
    height: 545px !important;
    background-size: cover;
    background-position: center;
    border-radius: 0 !important;
    overflow: hidden;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
    isolation: isolate;
}
@media (min-width:1024px){
  .custom-blocks.new-card-design .card { height: 545px !important; }
}
@media (max-width:1024px){
  .custom-blocks.new-card-design .card { height: 350px !important; }
  .card-hover-overlay{ padding-top: 30px !important; }
  .custom-blocks.new-card-design .card-content {
      position: absolute;
      left: 0; right: 0; bottom: 0;
      padding: 23px 101px 25px 20px !important;
      z-index: 2;
  }
  .gapj{
        gap: 15px !important;
  }
}

/* Hover lift/shadow */
.custom-blocks.new-card-design .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.22);
}
.new-card-design {
    padding-bottom: 75px;
    margin-top: 50px;
}

/* Bottom accent (highlighted) */
.custom-blocks.new-card-design .card.highlighted {
    box-shadow: 0 16px 36px rgba(0,0,0,0.25), inset 0 -6px 0 #ff6a00 !important;
}

.block-item.page-list-item-large .card-portret{
  display: none;
}
.card-portret {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card-portret img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px){
  .card-portret{
    display: none;
  }
}

/* Gradient overlay */
.custom-blocks.new-card-design .card-gradient {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.00) 75%);
    z-index: 1; pointer-events: none;
}

/* Text container */
.custom-blocks.new-card-design .card-content {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 20px 35px 40px 40px; z-index: 2;
}

/* Title */
.custom-blocks.new-card-design .card-title {
    color: #fff; margin: 0; line-height: 1.15;
    font-weight: 800; font-size: 28px; letter-spacing: .2px;
    text-transform: uppercase; align-items: center; gap: 10px;
}
.cases.custom-blocks .grid-x {
  gap: 2.5rem 0;
}
.custom-blocks.new-card-design.cases .card-title,
.custom-blocks.new-card-design.cases .card-hover-title {
    /* // wrap long titles more tightly to prevent overflow on smaller cards add a - on wrap*/
    overflow-wrap: break-word;
    word-break: break-word;
}
.custom-blocks.new-card-design.cases .card:not(.page-list-item-large) .card-title,
.custom-blocks.new-card-design.cases .card:not(.page-list-item-large) .card-hover-title {
  font-size: 22px !important;
}
.custom-blocks.new-card-design .page-list-item.page-list-item-conversion{
  padding: 15px 20px !important;
  margin-bottom: 0 !important;
  background: unset !important;
}

/* Whole card clickable */
.custom-blocks.new-card-design .card-link { position: absolute; inset: 0; z-index: 3; }
.custom-blocks.new-card-design .card-link:focus-visible { outline: 3px solid #ff6a00; outline-offset: 3px; border-radius: 0 !important; }

.custom-blocks .section-title { margin-bottom: 18px; }
.custom-blocks .text { margin-bottom: 28px; }

/* Responsive sizes */
@media (max-width: 1200px) {
    .custom-blocks.new-card-design .card { height: 400px; }
    .custom-blocks.new-card-design .card-title { font-size: 24px; }
}
@media (max-width: 1024px) {
    .custom-blocks.new-card-design .card { height: 360px; }
    .custom-blocks.new-card-design .card-title { font-size: 22px; }
}
@media (max-width: 640px) {
    .custom-blocks.new-card-design .card { height: 300px; }
    .custom-blocks.new-card-design .card-title { font-size: 20px; }
}

.whiteforthis{
    background: white !important;
    color: #f75b11 !important;
    margin-left: 0px !important;
}
.whiteforthis:hover:after {
    background-image: url("/wp-content/themes/naturaltalent/src/assets/images/group-27-10@1x.png") !important;
}
.whiteforthis:after {
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;
    height: 9px !important;
    margin-left: .3em !important;
    margin-top: 3px !important;
    background: url("/wp-content/uploads/2025/10/Group-27.png") no-repeat center !important;
    background-size: contain !important;
    transition: transform 0.35s cubic-bezier(.2, .8, .2, 1) !important;
    pointer-events: none !important;
}

/* Remove old arrow */
.custom-blocks.new-card-design .card::after { content: none !important; }

/* Remove legacy inner spacing if present */
.custom-blocks .block-item.add-padding { padding: 0 !important; }

/* Ensure cells aren't constrained by inline widths */
.custom-blocks .cell[style*="width"] { width: auto !important; }

/* ===============================
   HOVER OVERLAY STYLES
   =============================== */
.custom-blocks.new-card-design .card-hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(241, 115, 41, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    padding-top: 100px;
}

.custom-blocks.new-card-design .card:hover .card-hover-overlay {
    opacity: 1;
    visibility: visible;
}
.custom-blocks.new-card-design .card:hover .card-content { 
    opacity: 0; 
}

.custom-blocks.new-card-design .card-hover-content {
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.custom-blocks.new-card-design .card-hover-title {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.custom-blocks.new-card-design .card-hover-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: auto;
    flex-grow: 1;
}

.custom-blocks.new-card-design .card-hover-text p {
    margin: 0 0 12px 0;
}

.custom-blocks.new-card-design .card-hover-text p:last-child {
    margin-bottom: 0;
}

.custom-blocks.new-card-design .card-hover-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #fff;
    color: #f17329;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    margin-top: 24px;
    align-self: flex-start;
    transition: background 0.25s ease, color 0.25s ease;
}

.custom-blocks.new-card-design .card-hover-button svg {
    flex-shrink: 0;
}

.custom-blocks.new-card-design .card-hover-button svg path {
    fill: #f17329;
    transition: fill 0.25s ease;
}

.custom-blocks.new-card-design .card:hover .card-hover-button:hover {
    background: #fff;
    color: #d35a1a;
}

.custom-blocks.new-card-design .card:hover .card-hover-button:hover svg path {
    fill: #d35a1a;
}

/* Responsive adjustments for hover overlay */
@media (max-width: 1024px) {
    .custom-blocks.new-card-design .card-hover-overlay {
        padding: 25px;
    }
    .custom-blocks.new-card-design .card-hover-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .custom-blocks.new-card-design .card-hover-text {
        font-size: 15px;
    }
    .custom-blocks.new-card-design .card-hover-button {
        padding: 12px 24px;
        font-size: 15px;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .custom-blocks.new-card-design .card-hover-overlay {
        padding: 20px;
    }
    .custom-blocks.new-card-design .card-hover-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .custom-blocks.new-card-design .card-hover-text {
        font-size: 14px;
    }
    .custom-blocks.new-card-design .card-hover-button {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 16px;
    }
}

/* ===============================
   CTA buttons BELOW the blocks
   =============================== */
.blocks-ctas{
    margin-top: 60px; display: flex; gap: 12px; flex-wrap: wrap;
}
.blocks-ctas .button{ display: inline-flex; align-items: center; gap: 10px; }
.blocks-ctas .btn-icon{ display: inline-flex; line-height: 0; }
.blocks-ctas .btn-icon svg{ width: 13px; height: 13px; flex: 0 0 auto; pointer-events: none; }

/* Full-width buttons on very small screens */
@media (max-width: 600px){
  .blocks-ctas .button{ width: 100%; justify-content: center; }
}

.hasbg{
    background: #FEF1E9;
    padding-top: 75px;
    margin-bottom: 75px;
}

/* Label pill */
.custom-blocks.new-card-design .card-label{
        display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 9999px;
    background: #f17329;
    color: #fff;
    margin-bottom: 10px;
    max-width: calc(100% - 70px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:1024px){
  .custom-blocks.new-card-design .card-label{ font-size:13px; }
}

.noimage-card-design .grid-container {
  margin: 0 auto;
}

/* Card - Default state (has background, has border) */
.noimage-card-design .card-noimage {
  background: #FEF1E9;
  border-radius: 8px;
  padding: 48px 50px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: none;
  border-bottom: 6px solid #F17329 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.noimage-card-design .card-noimage:hover {
  transform: translateY(-3px);
}

/* When border is OFF: remove orange border */
.noimage-card-design .card-noimage.no-border {
  border-bottom: none !important;
}

/* When background is OFF: white background + thin borders */
.noimage-card-design .card-noimage.no-bg {
  background: #fff !important;
  border-top: 1px solid #EAEFF0 !important;
  border-left: 1px solid #EAEFF0 !important;
  border-right: 1px solid #EAEFF0 !important;
  border-bottom: 1px solid #EAEFF0 !important;
}

/* When background is OFF AND border is ON: keep orange border */
.noimage-card-design .card-noimage.no-bg:not(.no-border) {
  border-bottom: 6px solid #F17329 !important;
}

/* Title */
.noimage-card-design .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 29px;
  line-height: 36px;
  color: #F17329;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* Text */
.noimage-card-design .card-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #414141;
  margin-bottom: 40px;
}

/* Remove bottom margin when no footer/button follows */
.noimage-card-design .card-text:last-child {
  margin-bottom: 0;
}

/* Footer */
.noimage-card-design .card-footer {
  margin-top: auto;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.noimage-card-design{
  padding-bottom:75px;
}

/* Button */
.custom-blocks .block-item .button {
  position: static !important;
  margin: 0 auto !important;
  width: auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center;
  padding: 12px 24px !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  white-space: nowrap;
  gap: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(90deg, #F17329 0%, #CE1D86 100%);
  color: #fff !important;
}
.custom-blocks .block-item .button:hover {
  filter: brightness(1.05);
}

/* CTA Buttons */
.blocks-ctas {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.blocks-ctas .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
  .noimage-card-design .card-noimage {
    padding: 40px 24px !important;
  }
}

@media (max-width: 640px) {
  .noimage-card-design .card-noimage {
    padding: 32px 20px !important;
  }
  .blocks-ctas {
    flex-direction: column;
    align-items: center;
  }
  .blocks-ctas .button {
    width: 100%;
    justify-content: center;
  }
}

.halfimage-card-design .card-halfimage {
  background: #FEF1E9;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 5px solid #F17329;
  transition: transform 0.25s ease;
  padding: 0 !important;
}
.halfimage-card-design .card-halfimage.no-border {
  border-bottom: 0 !important;
}
.halfimage-card-design .card-halfimage.bg-white {
  background: #fff !important;
}
.halfimage-card-design .card-halfimage:hover {
  transform: translateY(-3px);
}

/* Optional left-aligned variant */
.card-halfimage.text-left .card-content,
.card-halfimage.text-left .card-title,
.card-halfimage.text-left .card-text {
  text-align: left !important;
}

/* Image */
.halfimage-card-design .card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

/* Tall image variant */
.card-halfimage.image-tall .card-image img {
  height: 460px !important;
}
.card-halfimage.image-tall {
  border-left: 1px solid #E5E5E5 !important;
  border-right: 1px solid #E5E5E5 !important;
  border-bottom: 5px solid #F17329 !important;
  box-shadow: none !important;
}
.card-halfimage.image-tall .card-content {
  background: transparent;
  padding-top: 24px;
  padding-bottom: 32px;
}

/* Content */
.halfimage-card-design .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 40px 40px 48px;
}
.halfimage-card-design{
  padding-bottom:75px;
}
.halfimage-card-design .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 29px;
  line-height: 36px;
  color: #F17329;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.halfimage-card-design .card-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #414141;
  margin-bottom: auto;
}
.halfimage-card-design .card-footer {
  margin-top: 40px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* Button */
.custom-blocks .block-item .button {
  margin: 0 auto !important;
  padding: 12px 24px !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  white-space: nowrap;
  gap: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(90deg, #F17329 0%, #CE1D86 100%);
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.custom-blocks .block-item .button:hover {
  filter: brightness(1.05);
}

/* CTAs */
.blocks-ctas {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.blocks-ctas .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* No image fallback */
.card-halfimage.no-image .card-content {
  padding: 32px 40px 40px;
}
.card-halfimage.no-image .card-footer {
  margin-top: 28px;
}
.card-halfimage.no-image {
  min-height: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
  .halfimage-card-design .card-image img {
    height: 220px;
  }
  .card-halfimage.image-tall .card-image img {
    height: 340px !important;
  }
  .halfimage-card-design .card-content {
    padding: 32px 24px 40px;
  }
}
@media (max-width: 640px) {
  .halfimage-card-design .card-image img {
    height: 200px;
  }
  .card-halfimage.image-tall .card-image img {
    height: 260px !important;
  }
  .halfimage-card-design .card-content {
    padding: 28px 20px 36px;
  }
  .blocks-ctas {
    flex-direction: column;
    align-items: center;
  }
  .blocks-ctas .button {
    width: 100%;
    justify-content: center;
  }
}

.section-counter {
  padding: 100px 0;
  overflow: hidden;
}
.section-counter .grid-container {
  align-items: center;
}

/* 🔸 Optional background toggle */
.section-counter.has-bg {
  background: #FEF1E9;
}
.section-counter.has-bg .counter-block {
  background: #fff;
}

/* 🔁 Reversed layout toggle */
/* === Correct reverse layout behavior === */
.section-counter.is-reversed .text-side {
  order: 3; /* rightmost */
  padding-left: 20px;
  padding-right: 0;
  text-align: left !important;
}

.section-counter.is-reversed .hide-for-small {
  order: 2; /* stays in middle */
}

.section-counter.is-reversed .counter-side {
  order: 1; /* leftmost */
  padding-left: 0;
  padding-right: 20px;
  text-align: left;
}

/* Prevent Foundation flex reversal interference */
.section-counter.is-reversed .grid-x {
  flex-direction: row; /* reset Foundation reversal */
}


/* Left side */
.section-counter .text-side {
  padding-right: 20px;
}
.section-counter .section-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #008C99;
  margin-bottom: 20px;
}
.section-counter .section-title {
      font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    color: #515151;
    margin-bottom: 26px;
    letter-spacing: -0.2px;
}
.section-counter .section-text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 32px;
}
.section-counter .section-buttons .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 9999px;
  font-weight: 700;
  background: linear-gradient(90deg, #F17329 0%, #CE1D86 100%);
  color: #fff !important;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  transition: filter .25s ease;
}
.section-counter .section-buttons .button:hover {
  filter: brightness(1.05);
}

/* Right side grid */
.section-counter .counter-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
.section-counter .counter-block {
  background: #FEF1E9;
  border-radius: 8px;
  padding: 40px 45px;
  text-align: left;
  transition: transform 0.25s ease;
  display: flex;
  align-items: stretch;
}
.section-counter .counter-block:hover {
  transform: translateY(-3px);
}
.section-counter .counter-block.full {
  grid-column: 1 / -1;
}
.section-counter .counter-block.half {
  grid-column: span 1;
}

/* Counter inner layout */
.section-counter .counter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-counter .counter-content {
  flex: 1;
}
.section-counter .counter-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 82px;
  line-height: 1;
  color: #F17329;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.section-counter .counter-text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #414141;
  max-width: 215px;
}

/* Icon Layout (50/50 split) */
.section-counter .counter-block.has-icon .counter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}
.section-counter .counter-block.has-icon .counter-content {
  flex: none;
  max-width: 100%;
}
.section-counter .counter-block.has-icon .counter-icon {
  text-align: center;
}
.section-counter .counter-block.has-icon .counter-icon img {
  max-width: 200px;
  height: auto;
  display: inline-block;
}

/* Two-column layout for halves (desktop only) */
@media (min-width: 768px) {
  .section-counter .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-counter .counter-block:nth-child(1),
  .section-counter .counter-block:nth-child(4) {
    grid-column: 1 / -1;
  }
}

/* ✅ Responsive full-width on mobile */
@media (max-width: 768px) {
  .section-counter {
    padding: 60px 0;
  }
  .section-counter .grid-container {
    padding: 0 20px;
  }
  .section-counter .text-side,
  .section-counter .counter-side {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .section-counter .section-label,
  .section-counter .section-title,
  .section-counter .section-text,
  .section-counter .section-buttons {
    text-align: left;
    width: 100%;
  }
  .section-counter .counter-grid {
    grid-template-columns: 1fr;
  }
  .section-counter .counter-block.has-icon .counter-inner {
    grid-template-columns: 1fr;
  }
  .section-counter .counter-block.has-icon .counter-icon {
    text-align: left;
    margin-top: 20px;
  }
}