html {
  scroll-behavior: smooth;
}

.suprevo-btn:hover {
  color: #fff;
  text-decoration: none;
} 

.matiz_font  {
  line-height: 1 !important;
  font-family: "Matiz", Sans-serif !important;
}

#home-popular {
  overflow-x: hidden !important;
}
.suprevo-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}
body.suprevo-padding {
  padding-top: 138px !important;
}
.suprevo-footer {
  font-size: 17px;
  background-color: #494C31;
  color: #FFF ;
}
.suprevo-footer-bottom {	
  padding: 20px 0;
  background-color: #343526;
  font-size: 14px;
}
.suprevo-footer h4, .suprevo-footer a {
  color: #FFF;
}

.suprevo-footer h4 {
  margin-bottom: 15px;;
}


.suprevo-footer .certificates {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.suprevo-footer img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}



.suprevo-footer .footer-logo {
  position: relative;
  padding-left: 40px;
}

.suprevo-footer .footer-logo svg {
  position: absolute;
  top: -5px;
  left: -10px;
}
.suprevo-footer .suprevo-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;

}
.certificate {
  position: relative;
  display: inline-block;
}
.certificate::after {
  content: attr(data-title);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(52, 53, 38, 0.9);
  color: #fff;
  padding: 4px 8px;
  font-size: 1.5rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.certificate:hover::after {
  opacity: 1;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  line-height: 2rem;
}
.suprevo-footer .suprevo-footer-body address {
  line-height: 2rem;
}
.footer-nav-list--contact {
  margin-block-start: 10px;
}

.footer-nav-list--bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.footer-nav-list.footer-nav-list-2col {
  column-count: 2;
}


.suprevo-footer-bottom .suprevo-footer-bottom-inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}

.suprevo-footer .suprevo-social-links {

  font-size: 1.2rem;
  column-gap: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.suprevo-footer .suprevo-footer-body .visually-hidden {
  display: none;
}

@media (max-width: 768px) {
  .suprevo-footer .suprevo-footer-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    padding: 30px 0;
  }

}
@media (min-width: 768px) and (max-width: 992px)  {
  .suprevo-footer .suprevo-footer-body {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    padding: 30px 0;
  }
    
  .suprevo-footer__col-1 { grid-area: 1 / 1 / 2 / 2; }
  .suprevo-footer__col-2 { grid-area: 1 / 2 / 2 / 3; }
  .suprevo-footer__col-3 { grid-area: 2 / 2 / 3 / 3; }
  .suprevo-footer__col-4 { grid-area: 2 / 1 / 3 / 2; }

}

@media (min-width: 768px) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

}

@media (min-width: 992px)  {
  .suprevo-footer .suprevo-footer-body {
    display: grid;
    grid-template-columns:  3fr 4fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 0;

  }
    
  .suprevo-footer .suprevo-footer__col-1 { grid-area: 1 / 3 / 3 / 4; }
  .suprevo-footer .suprevo-footer__col-2 { grid-area: 1 / 1 / 3 / 2; }
  .suprevo-footer .suprevo-footer__col-3 { grid-area: 1 / 2 / 2 / 3; }
  .suprevo-footer .suprevo-footer__col-4 { grid-area: 2 / 2 / 3 / 3; }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

}

@media (min-width: 1299px)  {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

}

.hero-header {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-left: calc(50% - 50vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  min-height: auto;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero-content {
  text-align: center;
  padding: 3rem 0;
}

.hero-title {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  line-height: 1.2;
}
.hero-content-title {
  position: relative;
}
.hero-subtitle {
  position: absolute;
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  font-family: brushaff, Verdana, Arial, sans-serif;
  bottom: -2rem;
  color: #ff9d00;
  width: 100%;
  text-align: center;
}

.hero-overline {
  position: absolute;
  top: -1.75rem;
  color: #F2F2F2;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.hero-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.divider-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Dark overlay voor betere leesbaarheid */
.hero-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 76, 49, 0.32);
  z-index: 1;
}

/* Responsive design */
@media (max-width: 768px) {
  .hero-header {
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.4rem;
  }
  
  .hero-content {
    padding: 2rem 0;
  }
  
  .hero-overlay {
    padding: 0 1rem;
  }
}

.text-base {
  font-size: 17px;
}

.club-card {
  position: relative;
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  overflow: hidden;
  padding-bottom: 120px;

}

.club-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  cursor: pointer;
}

.club-card-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #cc8012;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  z-index: 2;
  transition: background 0.3s ease;
}

.club-card-label h3 {
  color: #fff;
}

.club-card:hover .club-card-label {
  background: #ff9d00;
  transition: background 0.3s ease;

}

.club-card-discount {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.club-card-content {
  padding: 90px 25px 25px;
  text-align: center;

  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.club-card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.club-card-subtitle {
  font-size: 16px;
  line-height: 1.4;

}
.club-card-price-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.club-card-price {
 
  background: #cc8012;
  font-size: 20px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.club-card:hover .club-card-price, .club-card-price:hover {
  background: #ff9d00;
  transition: background 0.3s ease;
}

/* Responsive aanpassingen */
@media (max-width: 768px) {
  .club-card {
    min-height: 280px;
  }
  
  .club-card-content {
    padding: 80px 20px 20px;
  }
  
  .club-card-title {
    font-size: 20px;
  }
  
  .club-card-subtitle {
    font-size: 14px;
  }
  
  .club-card-price {
    font-size: 18px;
    padding: 8px 16px;
  }
  
  .club-card-label {
    font-size: 14px;
    padding: 10px 15px;
  }

}

/* Glassmorphism effect voor moderne uitstraling */
.club-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  pointer-events: none;
}

/* Subtiele animatie voor de prijs */
.club-card:hover .club-card-price {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item .suprevo-grid-image img {
  /* transform: scaleX(-1); */
}


.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item .suprevo-grid-image img {
-webkit-mask-image: linear-gradient(
  239.05deg, 
  
  rgba(0, 0, 0, 1) 15%,
  rgba(0, 0, 0, 0) 85%
);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;

mask-image: linear-gradient(
  239.05deg, 
  rgba(0, 0, 0, 1) 15%,
  rgba(0, 0, 0, 0) 85%
);
mask-repeat: no-repeat;
mask-size: cover;
}

.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item .suprevo-grid-image {
  width: 100%;
  /* display:none; */
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item .suprevo-grid-overlay .suprevo-grid-title{

  margin: -10px 0 15px 0;
  text-shadow: 1px 1px 4px rgb(52, 53, 38, 0.5);
}
/* KLeurschema's */
.kinderen h1, .kinderen h2, .kinderen h3, .kinderen h4, .kinderen h5, .kinderen h6, .kinderen .h1, .kinderen .h2, .kinderen .h3, .kinderen .h4, .kinderen .h5, .kinderen .h6 {
  color: rgb(247, 147, 30, 1);
}

.kinderen .suprevo-btn {
  background-color: rgb(247, 147, 30, 1);/*#F4A84E;*/
  transition: all 0.3s ease;
}
.kinderen .suprevo-btn:hover {
  background-color: rgb(222, 124, 12);
  transition: all 0.3s ease;
}

.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.kinderen .suprevo-grid-overlay .suprevo-grid-hashtags a {
  background-color: #fff;
  color: #494C31;
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.kinderen .suprevo-grid-overlay .suprevo-grid-hashtags a:hover {
  background-color: rgb(247, 147, 30, 1);
  color: #fff;
  transition: all 0.3s ease;
}

.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.kinderen .suprevo-grid-overlay {
  background: linear-gradient(239.05deg, rgba(255, 214, 91, 0.25) 25%, rgb(247, 147, 30, 0.75) 75%)
}

.groepen h1, .groepen h2, .groepen h3, .groepen h4, .groepen h5, .groepen h6, .groepen .h1, .groepen .h2, .groepen .h3, .groepen .h4, .groepen .h5, .groepen .h6 {
  color: rgb(108, 111, 74, 1);
}
.groepen .suprevo-btn {
  background-color: rgb(108, 111, 74, 1);/*#8C8E70;*/
  transition: all 0.3s ease;
}
.groepen .suprevo-btn:hover {
  background-color: rgb(86, 89, 51);
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.groepen .suprevo-grid-overlay .suprevo-grid-hashtags a {
  background-color: #fff;
    color: #494C31;
    transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.groepen .suprevo-grid-overlay .suprevo-grid-hashtags a:hover {
  background-color: rgb(108, 111, 74);
  color: #fff;
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.groepen .suprevo-grid-overlay {
  background: linear-gradient(239.05deg, rgba(187, 195, 102, 0.25) 25%, rgb(108, 111, 74, 0.75) 75%);
}
.bedrijven h1, .bedrijven h2, .bedrijven h3, .bedrijven h4, .bedrijven h5, .bedrijven h6, .bedrijven .h1, .bedrijven .h2, .bedrijven .h3, .bedrijven .h4, .bedrijven .h5, .bedrijven .h6 {
  color: rgb(45, 110, 157, 1);
}
.bedrijven .suprevo-btn {
  background-color: rgb(45, 110, 157, 1);/*#5D8DAE;*/  
  transition: all 0.3s ease;
}
.bedrijven .suprevo-btn:hover {
  background-color: rgb(34, 82, 117);
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.bedrijven .suprevo-grid-overlay .suprevo-grid-hashtags a {
  background-color: #fff;
  color: #494C31;
  transition: all 0.3s ease;
} 
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.bedrijven .suprevo-grid-overlay .suprevo-grid-hashtags a:hover {
  background-color: rgb(45, 110, 157, 1);
  color: #fff;
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.bedrijven .suprevo-grid-overlay {
  background: linear-gradient(239.05deg, rgba(91, 169, 217, 0.25) 25%, rgb(45, 110, 157, 0.75) 75%);
}


.onderwijs h1, .onderwijs h2, .onderwijs h3, .onderwijs h4, .onderwijs h5, .onderwijs h6, .onderwijs .h1, .onderwijs .h2, .onderwijs .h3, .onderwijs .h4, .onderwijs .h5, .onderwijs .h6 {
  color: rgb(44, 140, 130, 1);
}
.onderwijs .suprevo-btn {
  background-color: rgb(44, 140, 130, 1);/*#5CA399;*/
  transition: all 0.3s ease;
}
.onderwijs .suprevo-btn:hover {
  background-color: rgb(34, 112, 105);
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.onderwijs .suprevo-grid-overlay .suprevo-grid-hashtags a {
  background-color: #fff;/*rgb(44, 140, 130, 1);*/
  color: #494C31;
  transition: all 0.3s ease;
} 
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.onderwijs .suprevo-grid-overlay .suprevo-grid-hashtags a:hover {
  background-color: rgb(44, 140, 130, 1);
  color: #fff;
  transition: all 0.3s ease;
}
.suprevo-hero-grid .suprevo-grid-container .suprevo-grid-item.onderwijs .suprevo-grid-overlay {
  background: linear-gradient(239.05deg, rgba(109, 214, 194, 0.25) 25%, rgb(44, 140, 130, 0.75) 75%);
}
h1.hero-title, .suprevo-footer-body h4 {
  color: #fff;
}

body.bedrijven .hero-divider {
  display: none;
}
.cta-section .suprevo-btn {
  background-color: #484c31;
}
.cta-section .suprevo-btn:hover {
  background-color: #484c31;
}
.cta-section h2 {
  color: #484c31;	
}

.cta-section .suprevo-btn--orange {
  background-color: #ff9d00;
}
.cta-section .suprevo-btn--orange:hover {
  background-color: #e68900;
}

.kinderen h1, .kinderen h2, .kinderen h3, .kinderen h4, .kinderen h5, .kinderen h6, .kinderen .h1, .kinderen .h2, .kinderen .h3, .kinderen .h4, .kinderen .h5, .kinderen .h6,
.groepen h1, .groepen h2, .groepen h3, .groepen h4, .groepen h5, .groepen h6, .groepen .h1, .groepen .h2, .groepen .h3, .groepen .h4, .groepen .h5, .groepen .h6,
.bedrijven h1, .bedrijven h2, .bedrijven h3, .bedrijven h4, .bedrijven h5, .bedrijven h6, .bedrijven .h1, .bedrijven .h2, .bedrijven .h3, .bedrijven .h4, .bedrijven .h5, .bedrijven .h6,
.onderwijs h1, .onderwijs h2, .onderwijs h3, .onderwijs h4, .onderwijs h5, .onderwijs h6, .onderwijs .h1, .onderwijs .h2, .onderwijs .h3, .onderwijs .h4, .onderwijs .h5, .onderwijs .h6 {
  color: #484c31;
}
.hero-title {
  color: #fff !important;
}

.suprevo-header--bottom .suprevo-main-nav .suprevo-nav-menu .suprevo-nav-item .suprevo-nav-link {
  font-family: "Roboto", Verdana, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}
