:root {
    --primaryColor: #1d2d50;
    --secondaryColor: #3cbde0;
	--thirdColor:#edf4fa;
    --white: #FFFFFF;
	--black: #000;
	--grey: #dbdbdb;
    --titleFont: "Open Sans", Arial, sans-serif;
}
@media (min-width: 1500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1488px;
	}
}
p {
	font-size: 16px;
}

.bg-thirdColor {
	background: var(--thirdColor);
}
.text-thirdcolor {
	color: var(--secondaryColor);
	font-weight: 700;
}
a {
    color: var(--black);
    text-decoration: none;
    cursor: pointer;
}
a:hover {
	color: var(--secondaryColor);
	font-weight: 800;
}
.btn-light {
	background-color: var(--secondaryColor);
	color: var(--white);
}
.btn-light:hover {
	background-color: var(--primaryColor);
	color: var(--white);
	font-weight: unset;
	text-decoration: none;
}
.btn-outline-light {
	background-color: var(--primaryColor);
	font-weight: unset;
	text-decoration: none;
	color: var(--white);
}
.btn-outline-light:hover {
	background-color: var(--secondaryColor);
	font-weight: unset;
	text-decoration: none;
	color: var(--white);
}
h1 {
  text-transform: uppercase;
}
h2 {
	font-size: 3rem;
	color: var(--secondaryColor);
}
h3 {
	font-size: 1.65rem;
	color: var(--elementColor)!important;
}
.sub-tilte {
	font-size: 1.6rem;
}
.card-subtilte {
	font-size: 1.01rem;
	color: var(--black)!important;
}
.display-6 {
	font-size: 1.5rem;
}
/* BEGIN inclucde>home> staff.blade.php en news.blade.php */
.team-section {
    padding: 60px 0;
}

.team-header {
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.team-label {
    font-size: 3.85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* Kaarten personeel */
.team-card {
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: var(--white);
}
.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

.team-card img {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.team-role {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--primaryColor);
}

.team-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primaryColor);
}

.team-badge {
    font-size: 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--grey);
    padding: 4px 10px;
    background: var(--thirdColor);
    color: var(--black);
}
.team-contact div {
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.team-contact a {
    color: var(--primaryColor);
    font-weight: 600;
}

.team-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.85rem;
    color: var(--secondaryColor);
}

.team-social a:hover {
    color: var(--primaryColor);
    font-weight: 700;
    text-decoration: underline;
}
/* END inclucde>home> staff.blade.php */
/* BEGIN inclucde>home> news.blade.php */
.news-card {
    border: none;
    border-radius: 1.2rem;
    background: var(--white);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

/* Afbeeldingen */
.news-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

/* Datum */
.news-date {
    font-size: 0.9rem;
    color: #555;
    opacity: 0.8;
}

/* Titel */
.news-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primaryColor);
}

/* Subtitel */
.news-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondaryColor);
}

/* Beschrijving */
.news-description {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--black);
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1); /* witte icons */
}
/* END inclucde>home> news.blade.php */
/* BEGIN inclucde>home> productslider.blade.php */
.product-card,
.prodcut-card {
    border: none;
    border-radius: 1.2rem;
    background: var(--white);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.product-card:hover,
.prodcut-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

/* Afbeelding bovenaan de kaart */
.product-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

/* Klein label boven titel (categorie) */
.product-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--primaryColor);
    background: var(--thirdColor);
    padding: 3px 10px;
    border-radius: 999px;
}

/* Titel product */
.product-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primaryColor);
}

/* Ondertitel / tagline */
.product-subtitle {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--secondaryColor);
}

/* Beschrijving */
.product-description {
    font-size: 0.95rem;
    color: var(--black);
    line-height: 1.6;
}

/* Prijs */
.product-price {
    font-size: 0.98rem;
    color: var(--primaryColor);
}

/* Actieknoppen */
.product-actions .btn {
    font-size: 0.9rem;
}

#productCarousel .carousel-item .row {
    margin-left: 60px;
    margin-right: 60px;
}

/* Pijltjes standaard zichtbaar naast de content */
#productCarousel .carousel-control-prev {
    left: -10px;
}

#productCarousel .carousel-control-next {
    right: -10px;
}

/* Kleine optimalisatie voor mobile */
@media (max-width: 575.98px) {
    .product-title {
        font-size: 1.2rem;
    }

    .product-image {
        height: 200px;
    }
}

/* END inclucde>home> productslider.blade.php */