/*
Theme Name: Hadeejer
Theme URI: https://wordpress.org/themes/hadeejer/
Author: Lutrasoft
Author URI: lutrasoft.nl
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hadeejer
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Anton&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Global Font Family */
body {
	font-family: 'Outfit', sans-serif;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.wp-header {
	padding-left: 15px;
	padding-right: 15px;
}

.more-link {
	display: block;
}

/* Sponsor section styles */
.sponsor-section {
	margin: 2rem 0;
}

.sponsor-title {
font-family: 'Lora', serif;
text-align: center;
margin-bottom: 1.5rem;
}

.sponsor-row {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 2rem;
	padding: 1rem 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}

.sponsor-row:active {
	cursor: grabbing;
}

.sponsor-row::-webkit-scrollbar {
	display: none;
}

.sponsor {
	flex: 0 0 auto;
	min-width: 200px;
	max-width: 250px;
}

.sponsor a {
	display: block;
	text-decoration: none;
}

.sponsor img {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.sponsor a:hover img {
	transform: scale(1.05);
}

.sponsor img {
    max-height: 100px;
    height: auto;
    width: auto;
    transition: transform 0.3s ease;
}

/* ==== SPONSOREN BLOK ==== */

.sponsor-section {
  text-align: center;
  margin: 40px auto;
  padding: 20px;
}

.sponsor-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  color: #e14b41;
}

.sponsor-row {
  display: flex;
  gap: 20px;
}

.sponsor {
  background: #ffffff;
  border: 1px solid #cebaa6;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 230px;
  height: 110px;
}

.sponsor:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.sponsor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}


/* Footer styles */
.hadeejer-footer {
	background-color: #CEBAA6 !important;
}

.hadeejer-footer p {
	margin: 0;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.hadeejer-footer .wp-block-group {
		flex-direction: column !important;
		text-align: center;
		gap: 1.5rem;
	}

	.hadeejer-footer .wp-block-spacer {
		display: none;
	}
}

/* Header styles */
/* Header Navigation */
.wp-block-group.alignfull > .wp-block-group.alignfull {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
}

.header-logo {
	flex-shrink: 0;
}

.header-logo img {
	max-width: 350px;
	width: 100%;
	height: auto;
}

.header-right-wrapper {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1001;
}

.mobile-menu-toggle span {
	width: 25px;
	height: 3px;
	background-color: #111111;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

.hadeejer-header-nav {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.header-menu {
	display: flex;
	gap: 3rem;
	align-items: center;
}

.header-menu a {
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	color: #111111;
	transition: opacity 0.2s;
}

.header-menu a:hover {
	opacity: 0.7;
}

.header-social {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.header-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111111;
	border: 1px solid #111111;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	transition: all 0.3s ease;
}

.header-social a:hover {
	background-color: #111111;
	color: white;
}

.header-social svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

@media (max-width: 968px) {
	.header-logo img {
		max-width: 250px;
	}

	.mobile-menu-toggle {
		display: flex;
	}

	.hadeejer-header-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100vh;
		background-color: white;
		flex-direction: column;
		padding: 5rem 2rem 2rem;
		gap: 3rem;
		transition: right 0.3s ease;
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}

	.hadeejer-header-nav.active {
		right: 0;
	}

	.header-menu {
		flex-direction: column;
		gap: 2rem;
		width: 100%;
	}

	.header-menu a {
		font-size: 1.1rem;
		width: 100%;
		text-align: center;
		padding: 0.5rem 0;
	}

	.header-social {
		justify-content: center;
	}
}

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

	.hadeejer-header-nav {
		width: 100%;
		max-width: 280px;
	}
}

/* Meewerken Section */
.meewerken-section {
	position: relative;
}

.meewerken-container {
	display: flex;
	gap: 2rem;
	max-width: 1200px;
}

.meewerken-line {
	flex-shrink: 0;
	width: 200px;
	height: 2px;
	background-color: #111111;
	margin-top: 0.5rem;
}

.meewerken-content {
	flex: 1;
	max-width: 700px;
}

.meewerken-label {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: #111111;
	margin: 0 0 1rem 0;
	display: block;
}

.meewerken-title {
font-family: 'Lora', serif;
font-size: clamp(2rem, 5vw, 3.5rem);
line-height: 1.2;
margin: 0 0 1.5rem 0;
font-weight: 400;
color: #e14b41;
}

.meewerken-title em {
	font-style: italic;
	font-weight: 400;
}

.meewerken-description {
	font-size: 1rem;
	line-height: 1.7;
	color: #111111;
	margin: 0 0 2rem 0;
}

.meewerken-button {
display: inline-flex;
align-items: center;
gap: 0.75rem;
background-color: #e14b41;
color: white;
padding: 0.75rem 1rem 0.75rem 1.5rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 0.5px;
text-decoration: none;
transition: all 0.3s ease;
}

.meewerken-button svg {
width: 20px;
height: 20px;
fill: currentColor;
}.meewerken-button:hover {
	background-color: #C0392B;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

@media (max-width: 782px) {
	.meewerken-container {
		flex-direction: column;
		gap: 1rem;
	}

	.meewerken-line {
		width: 100px;
		margin-top: 0;
	}

	.meewerken-title {
		font-size: 2rem;
	}
}

/* Adverteren Section */
.adverteren-section {
	padding: 4rem 2rem;
}

.adverteren-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	gap: 0;
	align-items: stretch;
	background-color: #e14b41;
	border-radius: 35px;
	overflow: hidden;
}

.adverteren-card {
	padding: 5rem 3rem 5rem 3rem;
	flex: 1;
	position: relative;
}

.adverteren-card::after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	bottom: 25%;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.3);
}

.adverteren-title {
	font-family: 'Lora', sans-serif;
	font-size: 3.2rem;
	font-weight: 400;
	margin: 0 0 1.5rem 0;
	color: white;
}

.adverteren-intro {
	font-size: 1.2rem;
	line-height: 1.7;
	max-width: 350px;
	margin: 0 0 2rem 0;
	color: white;
}

.adverteren-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.adverteren-button {
display: inline-flex;
align-items: center;
gap: 0.75rem;
padding: 0.75rem 1.5rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 0.5px;
text-decoration: none;
transition: all 0.3s ease;
text-align: center;
width: auto;
}

.adverteren-button svg {
width: 20px;
height: 20px;
fill: currentColor;
}

.adverteren-button.primary {
	background-color: white;
	color: black;
}

.adverteren-button.primary:hover {
	background-color: #f8f8f8;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.adverteren-button.secondary {
	background-color: transparent;
	color: white;
	border: 2px solid white;
}

.adverteren-button.secondary:hover {
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.adverteren-info {
	display: flex;
	gap: 0;
	flex: 1.5;
}

.info-column {
	flex: 1;
	padding: 7.8rem 3rem 3rem 3rem;
	position: relative;
}

.info-column::after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	bottom: 25%;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.3);
}

.info-column:last-child::after {
	display: none;
}

.info-title {
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 0.75rem 0;
	color: black;
}

.info-column p {
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
	color: white;
}

.info-column p strong {
	font-weight: 600;
	color: white;
}

@media (max-width: 968px) {
	.adverteren-container {
		flex-direction: column;
	}

	.adverteren-info {
		flex-direction: column;
	}

	.info-column {
		padding: 3rem 3rem;
	}
}

@media (max-width: 640px) {
	.adverteren-section {
		padding: 3rem 1rem;
	}

	.adverteren-card {
		padding: 3rem 2rem;
	}

	.adverteren-title {
		font-size: 2.5rem;
	}

	.adverteren-intro {
		font-size: 1rem;
		max-width: 100%;
	}

	.adverteren-buttons {
		flex-direction: column;
		gap: 0.1rem;
	}

	.adverteren-button {
		width: 100%;
		justify-content: center;
		font-size: 0.65rem;
		padding: 0.875rem 0.25rem;
	}

	.info-column {
		padding: 2rem 2rem;
	}

	.info-title {
		font-size: 0.95rem;
	}

	.info-column p {
		font-size: 0.875rem;
	}
}
/* Edities Section */
.edities-section {
background-color: #F5F5F5;
padding: 4rem 2rem;
}

.edities-header {
max-width: 1400px;
margin: 0 auto 2rem auto;
}

.edities-title {
font-family: 'Anton', sans-serif;
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
color: #6B7A4F;
margin: 0;
text-align: left;
}

.edities-container {
max-width: 1400px;
margin: 0 auto;
overflow: visible;
}

.edities-row {
display: flex;
gap: 2rem;
overflow-x: auto;
scroll-behavior: smooth;
padding-bottom: 1rem;
padding-left: 2rem;
padding-right: 2rem;
scrollbar-width: none;
-ms-overflow-style: none;
margin-left: -2rem;
margin-right: -2rem;
}

.edities-row::-webkit-scrollbar {
display: none;
}

.edities-scroll-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin: 1.5rem 0 2.5rem;
}

.scroll-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #98978A;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.scroll-btn:hover {
    background: #98978A;
    color: white;
}

.editie-card {
flex: 0 0 auto;
width: 280px;
position: relative;
}

.editie-card:first-child {
width: 350px;
}

.editie-link {
text-decoration: none;
display: block;
}

.editie-image-wrapper {
position: relative;
border-radius: 15px;
overflow: visible;
aspect-ratio: 3/4;
margin-bottom: 1rem;
}

.editie-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
border-radius: 15px;
}

.editie-link:hover .editie-image {
transform: scale(1.05);
}

.editie-badge {
position: absolute;
bottom: -15px;
right: -15px;
width: 40px;
height: 40px;
background-color: #e14b41;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
line-height: 1;
transition: all 0.3s ease;
}

.editie-link:hover .editie-badge {
transform: scale(1.1);
background-color: #C0392B;
}

.editie-name {
font-size: 0.95rem;
color: #111111;
margin: 0;
margin-left: 1rem;
font-weight: 500;
}

.edities-footer {
max-width: 1400px;
margin: 3rem auto 0 auto;
text-align: center;
}

.edities-button {
display: inline-flex;
align-items: center;
gap: 0.75rem;
background-color: #6B7A4F;
color: white;
padding: 0.75rem 1.25rem;
border-radius: 50px;
font-weight: 400;
font-size: 0.850rem;
letter-spacing: 0.5px;
text-decoration: none;
transition: all 0.3s ease;
}

.edities-button:hover {
background-color: #5a6642;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(107, 122, 79, 0.3);
}

/* Leukomtelezen Section */
.leukomtelezen-section {
background-color: white;
margin-top: 10rem;
}

.leukomtelezen-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}

.leukomtelezen-title {
font-family: 'Lora', serif;
font-size: clamp(4rem, 4vw, 3rem);
font-weight: 400;
color: #e14b41;
position: absolute;
top: -160px;
left: 28%;
z-index: 5;
line-height: 0.8;
transition: all 0.5s ease;
}

.title-part-1 {
display: block;
}

.title-part-2 {
display: block;
margin-left: 4rem;
}

.title-part-3 {
display: block;
margin-left: 2rem;
}

/* Title position for Layout 1 */
.leukomtelezen-grid[data-layout="1"].active ~ .leukomtelezen-title,
.leukomtelezen-grid[data-layout="1"].active ~ * .leukomtelezen-title {
top: -100px;
left: 400px;
}

/* Title position for Layout 2 */
.leukomtelezen-grid[data-layout="2"].active ~ .leukomtelezen-title,
.leukomtelezen-grid[data-layout="2"].active ~ * .leukomtelezen-title {
top: -100px;
right: 50px;
left: auto;
}

.leukomtelezen-nav {
display: flex;
gap: 1rem;
position: absolute;
bottom: -30px;
right: 0;
z-index: 10;
}

.nav-arrow {
width: 50px;
height: 50px;
border: 2px solid #e14b41;
background-color: transparent;
color: #e14b41;
border-radius: 50%;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.nav-arrow:hover {
background-color: #e14b41;
color: white;
}

.leukomtelezen-layouts {
position: relative;
min-height: 700px;
}

.leukomtelezen-grid {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(4, 1fr);
gap: 1rem;
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
transition: opacity 0.5s ease, visibility 0.5s ease;
}

.leukomtelezen-grid.active {
opacity: 1;
visibility: visible;
position: relative;
}

/* Layout 1: Vertical first */
.leukomtelezen-grid[data-layout="1"] .grid-item.vertical {
grid-column: 1 / 3;
grid-row: 1 / 5;
position: relative;
top: -60px;
left: 20px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(2) {
grid-column: 3 / 5;
grid-row: 1 / 3;
position: relative;
top: 30px;
left: -30px;
z-index: 2;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.horizontal {
grid-column: 5 / 9;
grid-row: 1 / 3;
position: relative;
top: 10px;
left: -30px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(3) {
grid-column: 3 / 5;
grid-row: 3 / 5;
position: relative;
top: 30px;
left: 25px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(4) {
grid-column: 5 / 7;
grid-row: 3 / 5;
position: relative;
top: -25px;
left: 25px;
z-index: 2;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(5) {
grid-column: 7 / 9;
grid-row: 3 / 5;
position: relative;
top: 10px;
left: 25px;
z-index: 2;
}

.grid-item.vertical {
	border-top-right-radius: 0;
}

.grid-item.square,
.grid-item.horizontal {
    border-top-left-radius: 0;
}

/* Layout 2: Horizontal first */
.leukomtelezen-grid[data-layout="2"] .grid-item.horizontal {
grid-column: 1 / 5;
grid-row: 1 / 3;
position: relative;
top: 10px;
right: -30px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="2"] .grid-item.square:nth-of-type(2) {
grid-column: 5 / 7;
grid-row: 1 / 3;
position: relative;
top: 30px;
right: -30px;
z-index: 2;
}

.leukomtelezen-grid[data-layout="2"] .grid-item.vertical {
grid-column: 7 / 9;
grid-row: 1 / 5;
position: relative;
top: -60px;
right: 20px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="2"] .grid-item.square:nth-of-type(3) {
grid-column: 1 / 3;
grid-row: 3 / 5;
position: relative;
top: 10px;
right: 25px;
z-index: 2;
}

.leukomtelezen-grid[data-layout="2"] .grid-item.square:nth-of-type(4) {
grid-column: 3 / 5;
grid-row: 3 / 5;
position: relative;
top: -25px;
right: 25px;
z-index: 2;
}

.leukomtelezen-grid[data-layout="2"] .grid-item.square:nth-of-type(5) {
grid-column: 5 / 7;
grid-row: 3 / 5;
position: relative;
top: 30px;
right: 25px;
z-index: 1;
}

.grid-item {
position: relative;
overflow: hidden;
border-radius: 25px;
}

.grid-link {
display: block;
position: relative;
height: 100%;
text-decoration: none;
}

.grid-item img {
width: 100%;
height: auto;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}

.grid-link:hover img {
transform: scale(1.05);
}

.grid-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
padding: 2rem;
color: white;
}

.grid-text {
font-size: clamp(1.2rem, 2vw, 1.8rem);
line-height: 1.3;
margin: 0 0 0.5rem 0;
font-weight: 400;
}

.grid-text em {
font-style: italic;
font-weight: 400;
}

.grid-link-text {
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.5px;
color: white;
}

.grid-link-text svg {
width: 16px;
height: 16px;
fill: currentColor;
}

/* Mobile responsive */
@media (max-width: 968px) {
.leukomtelezen-grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
gap: 1rem;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.vertical,
.leukomtelezen-grid[data-layout="1"] .grid-item.square,
.leukomtelezen-grid[data-layout="1"] .grid-item.horizontal,
.leukomtelezen-grid[data-layout="2"] .grid-item.vertical,
.leukomtelezen-grid[data-layout="2"] .grid-item.square,
.leukomtelezen-grid[data-layout="2"] .grid-item.horizontal {
grid-column: 1 / -1 !important;
grid-row: auto !important;
}

.grid-item.vertical {
aspect-ratio: 1/2;
}

.grid-item.square {
aspect-ratio: 1/1;
}

.grid-item.horizontal {
aspect-ratio: 2/1;
}

.leukomtelezen-title {
	top: -160px;
	left: 15%;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.vertical {
top: 2px;
left: 0px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(2) {
top: -40px;
left: 55px;
z-index: 2;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.horizontal {
top: -700px;
left: 0px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(3) {
top: -40px;
left: -55px;
z-index: 1;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(4) {
top: 103px;
left: 15;
z-index: 2;
}

.leukomtelezen-grid[data-layout="1"] .grid-item.square:nth-of-type(5) {
top: 100px;
left: 15px;
z-index: 2;
}
}

/* Verspreiding Section */
.verspreiding-section {
background: transparent;
position: relative;
overflow: hidden;
margin-top: 10rem;
}

.verspreiding-section::before {
content: '';
position: absolute;
left: 25%;
top: 0;
bottom: 0;
right: 0;
background-color: #fff396;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
z-index: 0;
}

.verspreiding-container {
max-width: 1400px;
margin: 0 auto;
display: flex;
gap: 3rem;
position: relative;
z-index: 1;
align-items: flex-start;
}

.verspreiding-image {
flex: 0 0 auto;
width: 600px;
height: 600px;
border-radius: 27px;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.verspreiding-image img {
width: 100%;
height: auto;
display: block;
}

.verspreiding-content {
padding-top: 2rem;
}

.verspreiding-title {
font-family: 'Anton', sans-serif;
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 700;
color: #e14b41;
margin: 0 0 1.5rem 0;
line-height: 1.1;
}

.verspreiding-intro {
font-size: 1rem;
line-height: 1.6;
color: #333333;
margin: 0 0 2.5rem 0;
}

.accordion {
display: flex;
flex-direction: column;
gap: 0;
}

.accordion-item {
border-bottom: 2px solid #e14b41;
}

.accordion-header {
font-family: 'Lora', serif;
width: 100%;
background: none;
border: none;
padding: 1.5rem 0;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
font-size: 1.5rem;
font-weight: 600;
color: #e14b41;
text-align: left;
transition: all 0.3s ease;
}

.accordion-header:hover {
opacity: 0.8;
}

.accordion-icon {
font-size: 2rem;
font-weight: 400;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: white;
color: #e14b41;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
line-height: 1;
transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
transform: rotate(180deg);
background-color: #e14b41;
color: white;
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0;
}

.accordion-item.active .accordion-content {
max-height: 500px;
padding-bottom: 1.5rem;
}

.accordion-content p {
margin: 0;
font-size: 0.95rem;
line-height: 1.6;
color: #333333;
}

@media (max-width: 968px) {
.verspreiding-section::before {
left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.verspreiding-container {
flex-direction: column;
gap: 2rem;
}

.verspreiding-image {
width: 100%;
max-width: 500px;
height: auto;
}

.verspreiding-content {
padding-top: 0;
}

.accordion-header {
font-size: 1.2rem;
padding: 1.25rem 0;
}
}

/* Stories Carousel Section */
.stories-section {
background-color: white;
overflow: hidden;
}

.stories-container {
margin: 0 auto;
position: relative;
}

.stories-carousel {
display: flex;
gap: 1.5rem;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
padding-bottom: 1rem;
}

.stories-carousel::-webkit-scrollbar {
display: none;
}

.story-card {
flex: 0 0 auto;
width: 440px;
position: relative;
border-radius: 25px;
border-top-left-radius: 0;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s ease;
}

.story-card:hover {
transform: translateY(-8px);
}

.story-card img {
width: 100%;
height: 850px;
object-fit: cover;
display: block;
}

.story-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
padding: 2rem 1.5rem;
color: white;
}

.story-title {
font-size: 1.5rem;
line-height: 1.3;
margin: 0 0 1rem 0;
font-weight: 400;
color: white;
}

.story-title em {
font-style: italic;
font-weight: 400;
}

.story-link {
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.5px;
color: white;
text-decoration: none;
transition: all 0.3s ease;
}

.story-link svg {
width: 18px;
height: 18px;
fill: currentColor;
}

.story-link:hover {
transform: translateX(5px);
}

.stories-nav {
display: flex;
justify-content: flex-end;
gap: 1rem;
margin-top: 2rem;
}

.stories-arrow {
width: 75px;
height: 45px;
border: 1px solid #E14B41;
background-color: transparent;
color: #E14B41;
border-radius: 29px;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.stories-arrow:hover {
background-color: #e14b41;
color: white;
}

@media (max-width: 968px) {
.story-card {
width: 280px;
}

.story-card img {
height: 400px;
}

.story-title {
font-size: 1.2rem;
}
}

/* Edities Titlecard Section */
.edities-titlecard-section {
background-color: #E0D8D0;
}

.titlecard-container {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 450px 1fr;
gap: 4rem;
align-items: center;
position: relative;
}

.titlecard-container::before {
content: '';
position: absolute;
top: 21%;
left: 450px;
width: calc(20rem - 40px);
height: 2px;
background-color: #6B7A4F;
transform: translateY(-50%);
}

.titlecard-image {
position: relative;
width: 100%;
max-width: 450px;
}

.titlecard-image img {
width: 100%;
height: auto;
border-radius: 20px;
display: block;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.titlecard-badge {
position: absolute;
bottom: -15px;
right: -15px;
width: 40px;
height: 40px;
background-color: #e14b41;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
line-height: 1;
transition: all 0.3s ease;
}

.titlecard-content {
padding: 2rem 0;
margin-left: 15rem;
max-width: 550px;
}

.titlecard-label {
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 1px;
color: #6B7A4F;
margin: 0 0 1rem 0;
text-transform: uppercase;
}

.titlecard-title {
font-family: 'Anton', sans-serif;
font-size: clamp(2.5rem, 5vw, 4.5rem);
font-weight: 700;
color: #6B7A4F;
margin: 0 0 2rem 0;
line-height: 1.1;
}

.titlecard-description {
font-size: 1rem;
line-height: 1.8;
color: #333333;
margin: 0;
}

.titlecard-image a {
display: block;
position: relative;
text-decoration: none;
transition: transform 0.3s ease;
}

.titlecard-image a:hover {
transform: scale(1.02);
}

.titlecard-image a:hover .titlecard-badge {
transform: scale(1.1);
}


@media (max-width: 968px) {
.edities-titlecard-section {
padding: 3rem 1.5rem;
}

.titlecard-container {
grid-template-columns: 1fr;
gap: 2rem;
padding: 0;
}

.titlecard-container::before {
display: none;
}

.titlecard-image {
max-width: 400px;
margin: 0 auto;
}

.titlecard-content {
text-align: center;
margin-left: 0;
padding: 1rem 0;
max-width: 100%;
}

.titlecard-label {
font-size: 0.8rem;
}

.titlecard-title {
font-size: 2.5rem;
margin-bottom: 1.5rem;
}

.titlecard-description {
font-size: 0.95rem;
line-height: 1.6;
}
}

@media (max-width: 640px) {
.edities-titlecard-section {
padding: 2rem 1rem;
}

.titlecard-container {
gap: 1.5rem;
}

.titlecard-image {
max-width: 320px;
}

.titlecard-badge {
width: 35px;
height: 35px;
font-size: 1.75rem;
bottom: -12px;
right: -12px;
}

.titlecard-title {
font-size: 2rem;
margin-bottom: 1rem;
}

.titlecard-description {
font-size: 0.9rem;
}
}

/* Edities Gemist Section */
.edities-gemist-section {
background-color: white;
}

.gemist-container {
max-width: 1400px;
margin: 0 auto;
text-align: center;
}

.gemist-title {
font-family: 'Lora', sans-serif;
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 300;
color: #e14b41;
margin: 0 0 1rem 0;
line-height: 1.1;
}

.gemist-intro {
font-size: 1rem;
line-height: 1.6;
color: #333333;
margin: 0 0 2rem 0;
}

.gemist-year-filter {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
	position: relative;
}

.custom-dropdown {
	position: relative;
	min-width: 180px;
}

.dropdown-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 1.5rem 0.8rem 2rem;
	border: 2px solid #e14b41;
	background-color: transparent;
	color: #e14b41;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	text-align: left;
}

.dropdown-button:hover {
	background-color: #e14b41;
	color: white;
}

.custom-dropdown.open .dropdown-button {
	background-color: #e14b41;
	color: white;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
	padding-bottom: calc(0.8rem + 2px);
}

.dropdown-arrow {
	width: 20px;
	height: 20px;
	fill: currentColor;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.custom-dropdown.open .dropdown-arrow {
	transform: rotate(180deg);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: white;
	border: 2px solid #e14b41;
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(225, 75, 65, 0.15);
	z-index: 100;
	margin-top: -22px;
}

.custom-dropdown.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-option {
	padding: 0.75rem 2rem;
	color: #e14b41;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.2s ease;
	border-bottom: 1px solid rgba(225, 75, 65, 0.1);
}

.dropdown-option:last-child {
	border-bottom: none;
}

.dropdown-option:hover {
	background-color: #fef5f4;
}

.dropdown-option.selected {
	background-color: #e14b41;
	color: white;
}

.dropdown-selected {
	flex-grow: 1;
	white-space: nowrap;
}

.gemist-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
margin-top: 2rem;
}

.gemist-item {
position: relative;
}

.gemist-link {
text-decoration: none;
display: block;
transition: transform 0.3s ease;
}

.gemist-link:hover {
transform: translateY(-5px);
}

.gemist-image-wrapper {
position: relative;
aspect-ratio: 3/4;
border-radius: 15px;
overflow: visible;
margin-bottom: 1rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gemist-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 15px;
}

.gemist-badge {
position: absolute;
bottom: -15px;
right: -15px;
width: 40px;
height: 40px;
background-color: #e14b41;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
line-height: 1;
transition: all 0.3s ease;
}

.gemist-link:hover .gemist-badge {
transform: scale(1.1);
}

.gemist-name {
font-size: 0.95rem;
color: #111111;
margin: 0;
font-weight: 500;
text-align: left;
margin-left: 1rem;
}

@media (max-width: 1200px) {
.gemist-grid {
grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
.gemist-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
}

@media (max-width: 480px) {
.gemist-grid {
grid-template-columns: 1fr;
}
}

/* Advert Titlecard Section */
.advert-titlecard-section {
	background-color: #e14b41;
	padding: 4rem 0;
	overflow: visible;
}

.advert-titlecard-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	min-height: 500px;
	position: relative;
}

.advert-titlecard-content {
	padding: 0 3rem 0 4rem;
	color: white;
	z-index: 1;
	margin-top: 4rem;
}

.advert-titlecard-title {
	font-family: 'Lora', sans-serif;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 400;
	margin: 0 0 1.5rem 0;
	color: white;
	line-height: 1.1;
}

.advert-titlecard-text {
	font-size: 1.1rem;
	line-height: 1.7;
	margin: 0 0 2.5rem 0;
	color: white;
	max-width: 450px;
}

.advert-titlecard-image {
	height: auto;
	position: relative;
	overflow: visible;
	padding: 0 2rem;
	margin-bottom: -10rem;
}

.advert-titlecard-image img {
	width: 100%;
	height: auto;
	min-height: 600px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0 25px 25px 25px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

@media (max-width: 968px) {
.advert-titlecard-section {
padding: 3rem 0;
overflow: visible;
}

.advert-titlecard-container {
grid-template-columns: 1fr;
min-height: auto;
}

.advert-titlecard-content {
padding: 2rem;
order: 1;
margin-top: 0;
}

.advert-titlecard-title {
font-size: 2.5rem;
}

.advert-titlecard-text {
max-width: 100%;
}

.advert-titlecard-image {
order: 2;
padding: 0 1.5rem;
margin-bottom: -6rem;
}

.advert-titlecard-image img {
min-height: 400px;
}
}

@media (max-width: 640px) {
.advert-titlecard-section {
padding: 2rem 0;
}

.advert-titlecard-content {
padding: 2rem 1.5rem;
}

.advert-titlecard-title {
font-size: 2rem;
margin-bottom: 1rem;
}

.advert-titlecard-text {
font-size: 1rem;
margin-bottom: 2rem;
}

.advert-titlecard-image {
padding: 0 1rem;
margin-bottom: -5rem;
}

.advert-titlecard-image img {
min-height: 300px;
border-radius: 15px;
}
}

/* Advert Tarieven Section */
.advert-tarieven-section {
	background-color: white;
	padding: 8rem 2rem;
}

.advert-tarieven-section p {
	margin: 0;
}

.advert-tarieven-container {
	max-width: 1470px;
	margin: 0 auto;
}

.advert-tarieven-title {
font-family: 'Anton', sans-serif;
font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 400;
color: #e14b41;
margin: 0 0 3rem 0;
text-align: left;
}

.tarieven-table {
width: 100%;
}

.tarieven-header {
display: grid;
grid-template-columns: 100px 150px 150px 1fr;
gap: 0.2rem 2rem;
}

.tarieven-header .tarieven-col {
font-weight: 700;
font-size: 1rem;
color: #111111;
}

.tarieven-row {
display: grid;
grid-template-columns: 100px 150px 150px 1fr;
gap: 0 2rem;
padding: 0.6rem 0;
border-top: 1px solid #E14B41;
align-items: center;
}

.tarieven-row:last-child {
border-bottom: none;
}

.tarieven-col {
font-size: 1rem;
color: #333333;
}

.tarieven-col strong {
font-weight: 600;
color: #111111;
}

.tarieven-col-actions {
display: flex;
gap: 0.5rem;
}

.tarieven-col-actions .adverteren-button {
font-size: 0.75rem;
padding: 0.65rem 1.25rem;
white-space: nowrap;
}

.tarieven-col-actions .adverteren-button svg {
width: 18px;
height: 18px;
}

@media (max-width: 1200px) {
.tarieven-header,
.tarieven-row {
grid-template-columns: 80px 130px 130px 1fr;
gap: 1.5rem;
}

.tarieven-col-actions .adverteren-button {
font-size: 0.7rem;
padding: 0.6rem 1rem;
}
}

@media (max-width: 968px) {
.advert-tarieven-section {
padding: 4rem 2rem;
}

.tarieven-header {
display: none;
}

.tarieven-row {
grid-template-columns: 1fr;
gap: 1rem;
padding: 2rem 0;
border-top: 1px solid #E14B41;
}

.tarieven-row:first-child {
border-top: none;
}

.tarieven-col {
display: flex;
flex-direction: column;
gap: 0.25rem;
}

.tarieven-col::before {
content: attr(data-label);
font-weight: 700;
font-size: 0.85rem;
color: #e14b41;
}

.tarieven-col-actions {
flex-direction: column;
gap: 0.1rem;
margin-top: 0.5rem;
}

.tarieven-col-actions .tarieven-button {
justify-content: center;
font-size: 0.85rem;
padding: 0.875rem 1.25rem;
}
}

@media (max-width: 640px) {
.advert-tarieven-section {
padding: 3rem 1.5rem;
}

.advert-tarieven-title {
font-size: 2rem;
margin-bottom: 2rem;
}

.tarieven-row {
padding: 1.5rem 0;
gap: 0.75rem;
}

.tarieven-col {
font-size: 0.95rem;
}

.tarieven-col-actions .tarieven-button {
font-size: 0.8rem;
padding: 0.75rem 1rem;
}
}

/* Tarieven Button Styles */
.tarieven-button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.625rem 1.25rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.75rem;
letter-spacing: 0.3px;
text-decoration: none;
transition: all 0.3s ease;
white-space: nowrap;
}

.tarieven-button svg {
width: 18px;
height: 18px;
fill: currentColor;
flex-shrink: 0;
}

.tarieven-button.primary {
background-color: #e14b41;
color: white;
border: 2px solid #e14b41;
}

.tarieven-button.primary:hover {
background-color: #c93d33;
border-color: #c93d33;
transform: translateY(-1px);
}

.tarieven-button.secondary {
background-color: transparent;
color: #e14b41;
border: 1px solid #e14b41;
}

.tarieven-button.secondary:hover {
background-color: #fef5f4;
transform: translateY(-1px);
}

.tarieven-col-actions .tarieven-button {
font-size: 0.7rem;
}

/* Aanleverspecificaties Section */
.aanleverspecificaties-section {
background: transparent;
position: relative;
overflow: hidden;
padding: 4rem 0;
}

.aanleverspecificaties-section p {
margin: 0;
}

.aanleverspecificaties-section::before {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
left: 10%;
background-color: #fff396;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
z-index: 0;
height: 500px;
}

.aanleverspecificaties-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
position: relative;
z-index: 1;
}

.aanlever-content-wrapper {
display: grid;
grid-template-columns: 1fr auto 1fr;
gap: 0;
align-items: start;
}

.aanlever-left {
padding: 2rem 3rem 2rem 0;
}

.aanlever-right {
padding: 2rem 0 2rem 6rem;
display: flex;
flex-direction: column;
}

.aanlever-right-header {
margin-bottom: 2rem;
display: flex;
gap: 3rem;
align-items: flex-start;
}

.aanlever-divider-vertical {
width: 2px;
background-color: #E14B41;
height: 145px;
flex-shrink: 0;
}

.aanlever-right-content {
flex: 1;
}

.aanlever-right-title {
font-family: 'Lora', sans-serif;
font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 400;
margin: 0 0 2rem 0;
color: #e14b41;
line-height: 1.2;
}

.aanlever-right-text {
font-size: 1.1rem;
line-height: 1.6;
margin: 0;
color: #111111;
max-width: 300px;
}

.aanlever-title {
font-family: 'Lora', sans-serif;
font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 400;
color: #e14b41;
margin: 0 0 2.5rem 0;
line-height: 1.1;
}

.aanlever-specs {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.spec-item {
font-size: 1rem;
line-height: 1.6;
color: #111111;
}

.spec-item strong {
font-weight: 700;
color: #111111;
}

.aanlever-card {
background-color: #e14b41;
border-radius: 25px;
padding: 2.5rem 0rem 2.5rem 3rem;
color: white;
max-width: 300px;
width: 100%;
}

.aanlever-card-subtitle {
font-family: 'Lora', sans-serif;
font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 400;
margin: 0 0 1.5rem 0;
color: #FFF39e;
}

.aanlever-mail {
margin-bottom: 1.5rem;
}

.aanlever-info:last-child {
margin-bottom: 0;
}

.aanlever-info p {
font-size: 0.95rem;
line-height: 1.6;
color: white;
margin: 0;
}

.aanlever-info strong {
font-weight: 700;
display: block;
margin-bottom: 0.25rem;
}

@media (max-width: 968px) {
.aanleverspecificaties-section::before {
left: 0;
right: 0;
border-radius: 0;
height: auto;
}

.aanlever-content-wrapper {
grid-template-columns: 1fr;
gap: 3rem;
}

.aanlever-divider-vertical {
display: none;
}

.aanlever-left {
padding: 2rem 0;
}

.aanlever-right {
padding: 2rem 0;
}

.aanlever-right-header {
flex-direction: column;
gap: 1.5rem;
}

.aanlever-right-title {
font-size: 2.5rem;
}

.aanlever-right-text {
max-width: 100%;
}

.aanlever-card {
max-width: 100%;
margin-left: 0;
padding: 2.5rem 2rem;
}
}

@media (max-width: 640px) {
.aanleverspecificaties-section {
padding: 3rem 0;
}

.aanleverspecificaties-container {
padding: 0 1.5rem;
}

.aanlever-title,
.aanlever-right-title,
.aanlever-card-subtitle {
font-size: 2rem;
margin-bottom: 1.5rem;
}

.aanlever-card {
padding: 2rem 1.5rem;
}

.aanlever-right-text {
font-size: 1rem;
}
}
}

.aanlever-card {
padding: 2rem 1.5rem;
}

.aanlever-card-title {
font-size: 1.75rem;
}
}

/* Zij gingen je voor Section */
.zijgingenjevoor-section {
background: transparent;
padding: 4rem 0;
}

.zijgingenjevoor-section p {
margin: 0;
}

.zijgingenjevoor-container {
max-width: 1600px;
margin: 0 auto;
padding: 0 2rem;
text-align: center;
}

.zijgingenjevoor-title {
font-family: 'Lora', sans-serif;
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 400;
color: #e14b41;
text-align: center;
margin: 0 0 3rem 0;
line-height: 1.1;
}

.zijgingenjevoor-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 40px;
}

.zijgingenjevoor-card {
background: #ffffff;
border: 1px solid #cebaa6;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 110px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zijgingenjevoor-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.zijgingenjevoor-card a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
text-decoration: none;
}

.zijgingenjevoor-card img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 8px;
}

@media (max-width: 1200px) {
.zijgingenjevoor-grid {
grid-template-columns: repeat(4, 1fr);
}
}

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

@media (max-width: 480px) {
.zijgingenjevoor-section {
padding: 3rem 0;
}

.zijgingenjevoor-container {
padding: 0 1.5rem;
}

.zijgingenjevoor-title {
margin-bottom: 2rem;
font-size: 1.75rem;
}

.zijgingenjevoor-grid {
grid-template-columns: repeat(2, 1fr);
}
}
