/**************************************************************************/
/******************************** GLOBAL **********************************/
/**************************************************************************/

/*------------------------------------------------------------------------*/

/**************************************************************************/
/********************************* VIDEO **********************************/
/**************************************************************************/
video { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 53rem; object-fit: cover; object-position: center; z-index: 1; filter: brightness(.9); }
.video { position: relative; color: white; height: 53rem; }
.video .container { height: 100%; }
.video-overlay { position: absolute; top: 50%; left: 0; transform: translateY(-50%); text-shadow: var(--text-shadow); z-index: 2; }
.video-overlay h1 { font-size: 3.6rem; margin-bottom: 1rem; line-height: 1.2; width: 80%; }
.video-overlay p { font-size: 1.1rem; width: 57%; }
.video-overlay .btn-main { position: relative; margin-top: 1rem; padding-inline: 2.5rem; text-shadow: none; z-index: 2; box-shadow: var(--box-shadow-heavy); }
/*------------------------------------------------------------------------*/

/**************************************************************************/
/******************************** PLAGUES *********************************/
/**************************************************************************/
.plague { margin-top: 8rem; }
.plague > h2 { color: var(--color-green-primary); font-size: 3rem; font-weight: var(--font-weight); line-height: 1.2; }
.plague > p { color: black; font-size: 2rem; font-weight: var(--font-weight); margin-bottom: 2rem; }
#splide-plague { z-index: 1; }
#splide-plague:hover { cursor: grab; }
.plague-card .plague-image { width: 100%; height: 14rem; background: #f8f9fa; border-radius: var(--border-radius); }
.plague-card .plague-image img { width: 100%; height: 100%; object-fit: contain; border-radius: var(--border-radius); }
.plague-card > p { display: block; text-align: center; font-weight: bold; font-size: 1.2rem; margin-top: .5rem; transition: transform 0.3s ease; will-change: transform; }
.plague-card:hover > p { transform: scale(1.08); }
.plague .btn-main { margin-inline: auto; margin-top: 5rem; }

.splide__arrow { height: 3rem !important; border-radius: 12px !important; background: white !important; opacity: 1 !important; top: 42% !important; }
.splide__arrow:hover { opacity: .7 !important; }
.splide__arrow--prev { left: -8px !important; }
.splide__arrow--next { right: -8px !important; }
.splide__list > p { width: 100%; text-align: center; }

.plague-steps { position: relative; margin-top: 10rem; padding-bottom: 8rem; }

#splide-steps .splide__track { z-index: 1; }
#splide-steps .splide__arrow { z-index: 2; top: 60% !important; opacity: 1 !important; display: none !important; }
#splide-steps .splide__arrow--prev { border-left: 1px solid var(--color-green-primary); }
#splide-steps .splide__arrow--next { border-right: 1px solid var(--color-green-primary); }

.plague-steps .container.grid-parent { 
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: auto auto 1fr;
    gap: 0 2rem;
}

.plague-steps-header h2 { 
    color: var(--color-green-primary); 
    font-size: 3rem; 
    font-weight: var(--font-weight); 
    line-height: 1.2; 
}
.plague-steps-header p { 
    color: black; 
    font-size: 2rem; 
    font-weight: var(--font-weight); 
    margin-bottom: 2rem; 
    z-index: 1;
}

.plague-step {
	display: flex;
	flex-direction: column;
}

.plague-step span {
    grid-row: 1;
    display: block;
    width: fit-content;
    background: var(--color-green-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 100%;
    margin-inline: auto;
    font-size: 2rem;
    transform: translateY(2rem);
    z-index: 3;
}

.plague-step .content {
    grid-row: 2;
    background: white;
    /*box-shadow: var(--box-shadow);*/
    border-radius: var(--border-radius);
    padding: 3rem 2rem 3rem;
    text-align: center;
	flex-grow: 1;
	border: 1px solid var(--color-green-primary);
}

.plague-step .content p { font-size: 1.5rem; }
.plague-step .content p:first-child { margin-bottom: 1rem; }
.plague-steps .plague-bg { position: absolute; right: 0; bottom: -17rem; opacity: .2; width: 60rem; user-select: none; pointer-events: none; z-index: 0; }
.plague-steps .plague-bg.reveal.reveal { opacity: 0; transition-delay: .5s; }
.plague-steps .plague-bg.reveal.active { opacity: .2; }
/*------------------------------------------------------------------------*/

/**************************************************************************/
/******************************* USP-BAR **********************************/
/**************************************************************************/
#splide-usps-list { justify-content: space-between; }
.usp-bar { position: relative;  background: var(--color-yellow-primary); padding-block: 3rem; } 
.usp { display: flex; align-items: end;  }
.usp svg { width: 3rem; } 
.usp p { font-weight: var(--font-weight); font-size: 1.3rem; margin: 0; white-space: nowrap; }
/*------------------------------------------------------------------------*/

/**************************************************************************/
/******************************* TOPSELLERS *******************************/
/**************************************************************************/
.best-sellers { position: relative; margin-top: 4rem; padding-top: 10rem; padding-bottom: 4rem; overflow: hidden; }
.best-sellers .background { position: absolute; z-index: 0; display: block; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; opacity: .2; user-select: none; pointer-events: none; }
.best-sellers > div > h2 { position: relative; color: var(--color-green-primary); font-size: 3rem; font-weight: var(--font-weight); line-height: 1.2; z-index: 3; }
.best-sellers > div > p { color: black; font-size: 2rem; font-weight: var(--font-weight); margin-bottom: 2rem; z-index: 3; }

/*------------------------------------------------------------------------*/


/**************************************************************************/
/******************************* ABOUT US *********************************/
/**************************************************************************/
.about-us { position: relative; padding-block: 20rem; text-align: center; }
.about-us > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; object-position: 78%; user-select: none; pointer-events: none; }
.about-us > div > h2 { position: relative; color: var(--color-green-primary); font-size: 3rem; font-weight: var(--font-weight); line-height: 1.2; z-index: 3; }
.about-us > div > p { color: black; font-size: 2rem; font-weight: var(--font-weight); margin-bottom: 2rem; z-index: 3; }
.about-us .content p { font-size: 1.3rem; }
.about-us .buttons { display: flex; justify-content: center; gap: 5rem; margin-top: 3rem; }
.about-us .buttons a { width: 15rem; }
/*------------------------------------------------------------------------*/


/**************************************************************************/
/******************************* REVIEWS **********************************/
/**************************************************************************/
.reviews { margin-top: 4rem; overflow: hidden; }

/*------------------------------------------------------------------------*/

/**************************************************************************/
/********************************** BLOG **********************************/
/**************************************************************************/
.blog { position: relative; margin-block: 8rem; overflow: visible; }
.blog > div > div > h2 { position: relative; color: var(--color-green-primary); font-size: 3rem; font-weight: var(--font-weight); line-height: 1.2; z-index: 2; }
.blog > div > div > p { position: relative; color: black; font-size: 2rem; font-weight: var(--font-weight); margin-bottom: 2rem; z-index: 2; }
.blog .content {  min-height: 30rem;  }
.blog .btn-main { width: 15rem; margin-inline: auto; text-align: center; }
.blog .bee-1, .blog .bee-2 { position: absolute; width: 8rem; opacity: .3; user-select: none; pointer-events: none; }
.blog .bee-1 { top: -0; right: -5rem; }
.blog .bee-2 { bottom: -4rem; left: 0; width: 10rem; }
.blog .splide__list { padding: unset !important; padding-block: 3rem !important; margin-top: -3rem; }
/* 1. De individuele kaart (Slide) */
.blog .blog-card {  
    display: flex; 
    flex-direction: column; 
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* 2. De afbeelding */
.blog .blog-card__image img { 
    width: 100%; 
    height: 22rem; 
    object-fit: cover; 
    margin-bottom: 1rem; 
    display: block;
}

/* 3. De titel */
.blog .blog-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 1.5rem 1rem 1.5rem;
    min-height: 3.4rem; 
}

/* 4. De wrapper voor de tekst en de knop */
.blog .blog-card__text-wrapper {
    padding: 0 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}

/* 5. De omschrijving (excerpt) */
.blog .blog-card__excerpt {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

/* 6. De 'Lees verder' link */
.blog .blog-card__link {
    color: var(--color-green-primary);
    font-weight: 700;
    text-decoration: none;
    margin-top: auto; 
}
.blog .blog-card__link:hover { text-decoration: underline; }
/*------------------------------------------------------------------------*/







@media screen and (max-width: 1408px) { .plague-steps .plague-bg { bottom: -17rem; } }
@media screen and (max-width: 1250px) {  .plague-steps .plague-bg { bottom: -17.2rem; } }

@media screen and (max-width: 1280px) {  
	#splide-steps .splide__arrow { display: block !important; }
}


@media screen and (max-width: 1024px) {  
    .video-overlay { width: 55%; }
} 

@media screen and (max-width: 900px) {  

}


@media (max-width: 768px) {
    .header-logo { width: 100%; }
    .video-overlay { width: 100%; }
    .video-overlay h1 { font-size: 2.6rem;}
	.plague-steps .plague-bg { height: auto; width: 36rem; opacity: .2 !important; }

}

@media (max-width: 640px) { 
	.about-us .buttons { display: block; }
	.about-us .buttons a { margin-inline: auto; margin-bottom: 3rem; }

}


@media (max-width: 535px) { 
    .video-overlay h1 { font-size: 1.8rem;}
    .video-overlay p { font-size: 1rem; }
    video, .video { height: 25rem; }
    .btn-main, .wp-element-button, .btn-secondary { font-size: 1rem; padding-inline: 1.5rem; }
    .plague { margin-top: 4rem; }
    .plague > p, .plague-steps-header p, .best-sellers > div > p, .about-us > div > p { font-size: 1.3rem; }
    .plague > h2, .plague-steps-header h2, .best-sellers > div > h2, .about-us > div > h2 { font-size: 2.5rem; }
	.about-us .content p { font-size: 1.2rem; }
	.plague-steps .plague-bg { width: 34rem; }
        
}

@media (max-width: 460px) { 
	.blog .bee-2 { display: none;
}