@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --body-fonts: "Heebo", sans-serif;
    --secondary-fonts: "Poppins", sans-serif;

    --color-text: #8D8E92;
    --color-primary: #8AB928;
    --text-color-secondary: #1B2C51;

    --color-white: #ffffff;
    --bg-secondary: #2D313F;
    --bg-dark: #000000;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: var(--body-fonts);
    color: var(--color-text);
    line-height: 1.4;
    padding: 0;
    margin: 0;
	overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}


.justify-between {
    justify-content: space-between;
}

.slider {
	background: #fff !important;
}

.slider-wrapper {
	box-shadow: 0 0 3px rgb(255 255 255 / 40%)!important;
}
.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


h1,
h2,
h3,
h4,
h5 {
    color: var(--text-color-secondary);
}

.container .grid-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.35s all ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}

.slider {
    width: 100%;
}

.slider .slide {
    width: 100%;
    height: auto;
}

.slider .slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Zorg dat eventuele vaste hoogtes worden overschreven */
.slider,
.slider .slides,
.slider .slide,
.slider-wrapper {
    height: auto !important;
    max-height: none !important;
}

button[name="submitform"] {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    border-radius: 5px;
    margin: 0;
    transition: 0.35s all ease-in-out;
    display: inline-flex;
    gap: 10px;
    min-width: 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    border: none;
    background-color: var(--color-primary);
    cursor: pointer;
}

button[name="submitform"]:hover {
    opacity: 0.9;
}

.button {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    border-radius: 5px;
    margin: 0;
    transition: 0.35s all ease-in-out;
    display: inline-flex;
    gap: 10px;
    min-width: 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.button i {
    font-size: 20px;
}

.button.white,
.button.white.disabled,
.button.white.disabled:focus,
.button.white.disabled:hover,
.button.white[disabled],
.button.white[disabled]:focus,
.button.white[disabled]:hover {
    background-color: var(--color-white) !important;
    color: var(--color-text) !important;
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}


.button.primary:hover {
    filter: brightness(120%);
}


h1 {
    font-size: 60px;
    line-height: 1.25;
}

h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.grid-x.row > .block.columns > .html_block:has(.production__section) {
    padding-left: 0;
    padding-right: 0;
}

.grid-x.row > .block.columns:has(.production__section) {
    max-width: 100%;
    flex: 0 0 100%;
}

.production__section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.production__section .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.menu .active>a {
    background: none !important;
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 50px;
    }
}

.mobile-hidden {
    display: block;
}

.desktop-hidden {
    display: none;
}

@media (max-width: 991.98px) {
    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }
}

/*--- Global Style End ---*/

/*--- Header Style Start ---*/


#site-canvas .header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.35s all ease-in-out;
    left: 0;
    top: 0;
    padding: 20px 0;
}

#site-canvas header.scrolled {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    background-color: var(--bg-dark);
    padding: 15px 0;
}

#site-canvas .header-top {
    padding: 0;
}

#site-canvas .contact-list {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

#site-canvas .contact-list li {
    position: relative;
    line-height: 1;
    display: flex;
    padding: 7px 0;
    align-items: center;
}

#site-canvas .contact-list li,
#site-canvas .contact-list a {
    color: var(--color-white);
    font-size: 16px;
}

#site-canvas .contact-list a {
    margin-left: 3px;
}

#site-canvas .contact-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.35s all ease-in-out;
}

#site-canvas .contact-list a:hover {
    color: var(--color-primary);
}


#site-canvas .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

#site-canvas .logo {
    max-width: 300px;
    width: 100%;
    transition: 0.35s all ease-in-out;
}

#site-canvas .logo img,
#site-canvas .logo svg {
    width: 100%;
}


#site-canvas .nav-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#site-canvas .nav-mob nav {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

#site-canvas nav > ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

#site-canvas nav li {
    position: relative;
}

#site-canvas nav ul a {
    font-family: var(--secondary-fonts);
    color: var(--color-white);
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.35s all ease-in-out;
    padding: 2px 2px 8px 2px;
    position: relative;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

#site-canvas nav ul a:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--color-primary);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.35s ease-in-out;
    border-radius: 50px !important;
}

#site-canvas nav .dropdown a:before {
    content: none !important;
}

#site-canvas nav .dropdown a:hover {
    color: var(--color-primary);
}

#site-canvas nav ul .active a:before,
#site-canvas nav ul a.active:before,
#site-canvas nav ul a:hover:before {
    width: 100%;
}


#site-canvas .nav-mob .logo,
#site-canvas .menu-close-btn,
#site-canvas .menu-btn,
#site-canvas .nav-overlay {
    display: none;
    cursor: pointer;
}

#site-canvas .dropdown {
    background-color: var(--color-white);
    overflow: hidden;
    border: 1px solid var(--color-primary);
    padding: 10px;
    width: 100%;
    margin: 0 !important;
    display: none;
    border-radius: 0 !important;
    box-shadow: 0 6px 18px #0000000A;
}

#site-canvas .dropdown.active {
    display: block;
}

#site-canvas .dropdown a {
    display: inline-flex !important;
    align-items: center;
    padding: 15px 10px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-text);
    letter-spacing: 0;
    opacity: 1;
}

#site-canvas .dropdown a:hover {
    color: var(--color-primary) !important;
}

#site-canvas .dropdown li + li {
    border-top: 1px solid var(--color-primary);
}

#site-canvas .has-dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
}

#site-canvas .menu-btn svg,
#site-canvas .menu-close-btn svg {
    fill: var(--color-white);
}


@media (min-width: 992px) {
    .has-dropdown a:after {
        content: none !important;
    }

    #site-canvas .dropdown {
        position: absolute;
        top: calc(100% + 14px) !important;
        left: 0 !important;
        right: auto !important;
        display: block;
        z-index: -2;
        visibility: hidden;
        transition: 0.35s all ease-in-out;
        opacity: 0;
        width: 250px;
    }

    #site-canvas .header .nav-mob a:hover + .dropdown,
    #site-canvas .dropdown:hover,
    .has-dropdown.active .dropdown,
    .dropdown.active {
        top: 100% !important;
        z-index: 2;
        visibility: visible;
        opacity: 1;
    }

    .nav-mob .logo {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #site-canvas .logo {
        max-width: 230px;
    }

    #site-canvas nav > ul {
        gap: 25px
    }
}

@media (max-width: 991px) {
    #site-canvas .header {
        padding: 15px 0;
    }

    #site-canvas .header .header-top {
        padding-bottom: 15px;
    }

    body.nav-open #site-canvas header.scrolled {
        top: 0;
    }

    .nav-mob .button {
        display: inline-flex;
    }

    #site-canvas nav li {
        width: 100%;
    }

    #site-canvas .has-dropdown > a {
        display: inline-flex;
        align-items: center;
    }


    #site-canvas .dropdown {
        position: relative;
        display: none;
        max-width: 300px;
    }

    #site-canvas .menu .active > a {
        background-color: transparent;
    }


    nav {
        width: 100%;
        text-align: left;
    }

    .nav-open #site-canvas .header {
        overflow: visible;
    }

    #site-canvas .header > .container {
        margin-top: 0;
    }

    #site-canvas .header-row {
        justify-content: space-between;
        gap: 10px;
    }

    #site-canvas .nav-mob {
        position: absolute;
        top: 0;
        width: 100%;
        background: var(--bg-dark);
        height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        right: 0;
        transition: 0.45s all ease-in-out;
        overflow: auto;
        display: none;
    }

    #site-canvas .nav-overlay {
        display: block;
        position: fixed;
        left: -60%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        transition: 0.65s all ease-in-out;
    }

    #site-canvas .nav-mob.show {
        right: 0;
        display: flex;
    }

    #site-canvas header nav {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    #site-canvas .nav-mob.show .nav-overlay {
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    body.nav-open {
        overflow: hidden;
    }

    #site-canvas .nav-mob ul {
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
        align-items: flex-start;
        gap: 20px;
    }


    #site-canvas .header .logo {
        display: block;
        margin-bottom: 0;
    }

    #site-canvas .menu-close-btn,
    #site-canvas .menu-btn {
        display: block;
        font-size: 0;
    }

    #site-canvas nav ul a {
        width: auto;
    }

    #site-canvas .menu-close-btn svg,
    #site-canvas .menu-btn svg {
        width: 35px;
        height: 25px;
    }

    #site-canvas .menu-close-btn {
        position: absolute;
        right: 15px;
        top: 35px;
    }

    #site-canvas .contact-list {
        flex-wrap: wrap;
    }

    #site-canvas .contact-list li,
    #site-canvas .contact-list a {
        font-size: 13px;
    }

    #site-canvas .contact-list li:after {
        margin: 0 15px;
    }
}


@media (max-width: 767px) {
    #site-canvas .logo {
        max-width: 230px;
    }

    #site-canvas .contact-list {
        padding-right: 15px;
        gap: 10px;
    }

    #site-canvas .contact-list li:after {
        content: none;
    }

    #site-canvas .contact-list li {
        padding: 0;
    }
}

.header .container {
    max-width: 1540px;
}

/*--- Header Style End ---*/

/*--- Hero Style Start ---*/
.hero__section {
    position: relative;
    background-color: var(--bg-dark);
    clip-path: url(#waveClip);
    padding: 220px 0 350px;
    background-image: url("../img/hero_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hero__section:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg-dark);
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero__section video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.hero__section h1,
.hero__section h2 {
    font-weight: 700;
    color: var(--color-white);
    margin: 0;
}

.hero__section .hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}

.hero__section p {
    font-size: 16px;
    color: var(--color-white);
    margin: 0;
}

.hero__section .hero__row {
    display: flex;
    gap: 45px;
    margin-top: 15px;
}

.hero__section .hero__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero__section .hero__col + .hero__col {
    border-left: 1px solid rgba(255, 255, 255, .7);
    padding-left: 35px;
}

.hero__section .hero__img {
    border-radius: 230px 0 0 230px;
    overflow: hidden;
}

.hero__img img {
    width: 100%;
    object-fit: cover;

}

@media (max-width: 1023.98px) {
    .hero__section .hero__content {
        max-width: 600px;
        gap: 30px;
    }

    .hero__section .grid-x {
        gap: 45px;
    }
}

@media (max-width: 991.98px) {
    .hero__section {
        position: relative;
        background-color: var(--bg-dark);
        clip-path: url(#waveClip-mobile);
    }
}

@media (max-width: 767.98px) {
    .hero__section .hero__row {
        gap: 25px;
    }

    .hero__section .hero__col + .hero__col {
        padding-left: 15px;
    }

    .hero__section .hero__col p {
        font-size: 14px;
    }
}

.hero__section--compact {
    padding: 160px 0 120px;
    clip-path: none;
}

.hero__section--compact .hero__content--compact {
    gap: 0;
}

.hero__section--compact h1 {
    font-size: 48px;
    line-height: 1.15;
}

@media (max-width: 991.98px) {
    .hero__section--compact {
        padding: 120px 0 90px;
        clip-path: none;
    }

    .hero__section--compact h1 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .hero__section--compact {
        padding: 90px 0 70px;
    }

    .hero__section--compact h1 {
        font-size: 28px;
    }
}

/*--- Hero Style End ---*/

/*--- Services Section Style Start ---*/
.services__section {
    padding: 0 0 100px 0;
    margin-top: -240px;
    z-index: 2;
    position: relative;
}

.services__section .grid-x {
    border-radius: 5px;
    box-shadow: 0 18px 40px 0 rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    padding: 70px 75px;
}

.services__section h3 {
    position: relative;
    display: flex;
    gap: 12px;
    margin: 0;
}

.services__section h3:before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #DDEAFE;
    border-radius: 50%;
    margin-top: 5px;
}

.services__section p {
    margin: 0;
    font-size: 16px;
}

.services__section .services__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 310px;
}

@media (max-width: 1366.98px) {
    .services__section .grid-x {
        width: calc(100% - 60px);
        margin: 0 auto !important;
        padding: 50px;
    }
}

@media (max-width: 1023.98px) {
    .services__section {
        padding-bottom: 60px;
    }

    .services__section .grid-x {
        width: 100%;
        margin: 0 auto !important;
        padding: 50px;
        row-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .services__section .grid-x {
        padding: 40px 20px;
    }
}

/*--- Services Section Style End ---*/

/*--- Info Grid Section Style Start ---*/
.infoGrid__section {
    padding: 100px 0 200px;
}

.infoGrid__section .grid-x {
    align-items: center;
}

.infoGrid__section h2 {
    margin-bottom: 25px;
}

.infoGrid__section p + p {
    margin-top: 20px;
}

.infoGrid__section .infoGrid__img {
    max-width: 440px;
}

.infoGrid__section .infoGrid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoGrid__section .infoGrid__list {
    padding: 30px 60px;
    background-color: var(--color-primary);
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    border-radius: 0 150px 150px 0;
    margin-top: -30px;
    left: -10px;
    z-index: 1;
    position: relative;
    gap: 14px;
}

.infoGrid__list li {
    width: calc(50% - 7px);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    position: relative;
    display: flex;
    gap: 7px;
}

.infoGrid__list li:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: relative;
    top: 5px;
}

@media (max-width: 1023.98px) {
    .infoGrid__section {
        padding: 70px 0;
    }

    .infoGrid__section .infoGrid__text {
        max-width: 600px;
        margin-top: 50px;
    }
}


@media (max-width: 767.98px) {
    .infoGrid__section .infoGrid__list {
        padding: 15px;
        width: 100%;
        left: 0;
    }

    .infoGrid__list li {
        font-size: 14px;
    }
}

/*--- Info Grid Section Style End ---*/

/*--- Production Section Style Start ---*/
.production__section {
    background: linear-gradient(180.00deg, rgba(4, 99, 250, 0.06), rgba(221, 234, 254, 0) 100%);
    padding: 150px 0 60px;
}

.production__section > .container {
    max-width: 1150px;
}

.production__section .production__title {
    max-width: 940px;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.production__card {
    padding: 55px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(199, 220, 251, 1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
}

.production__card + .production__card {
    margin-top: 40px;
}

.production__card > * {
    margin: 0;
}

.production__card p {
    font-size: 15px;
    line-height: 1.5;
}

.production__img {
    max-width: 590px;
    margin-left: auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.production__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production__img .button {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 1;
    padding: 30px 45px;
    border-radius: 0;
}

@media (max-width: 1023.98px) {
    .production__section {
        padding: 60px 0;
    }

    .production__section .production__title {
        margin-bottom: 40px;
    }

    .production__card {
        max-width: 600px;
    }

    .production__img {
        max-width: 600px;
        margin-left: 0;
        margin-top: 50px;
    }
}

/*--- Production Section Style End ---*/

/*--- Projects Section Style Start ---*/
.projects__section {
    padding: 150px 0;
}

.projects__section .projects__title {
    max-width: 575px;
    margin: 0 auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.projects__section .projects__title > * {
    margin: 0;
}

.projects__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.projects__card > * {
    margin: 0;
    width: 100%;
}


.projects__card p {
    font-size: 16px;
    line-height: 1.5;
}

.projects__card .projects__img {
    border-radius: 5px;
    overflow: hidden;
}

.projects__card .projects__img img {
    width: 100%;
    height: 100%;
}

.projects__section .grid-x .cell {
    margin-bottom: 35px;
}

@media (max-width: 1023.98px) {
    .projects__section {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .projects__section .projects__title {
        margin-bottom: 45px;
    }

    .projects__card {
        gap: 20px;
    }
}

@media (max-width: 639.98px) {
    .projects__section .grid-x .cell:last-child {
        margin-bottom: 0;
    }
}

/*--- Projects Section Style End ---*/


/*--- Footer Style Start ---*/
footer {
    background-color: var(--bg-secondary);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 70px 0 50px;
}

footer .cell {
    flex: 0 0 30%;
}

footer .cell:first-child {
    flex: 0 0 40%;
}

footer .footer__logo {
    margin-bottom: 35px;
    max-width: 300px;
}

footer .footer__logo img {
    width: 100%;
}

.footer__logo a {
    display: block;
}

footer h3 {
    font-weight: 700;
    color: var(--color-white);
    margin: 0 0 30px 0;
}


footer p,
footer li,
footer li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: var(--color-white);
    font-family: var(--secondary-fonts);
}

footer .footer__contact li {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .footer__contact i {
    background-color: #3A4B70;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

footer li + li {
    margin-top: 15px;
}

footer .social__list {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    margin-top: 20px;
    padding-left: 55px;
}

footer .social__list a {
    color: var(--color-white);
}

footer .social__list a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

footer .footer__copyright {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 70px;
}

footer .footer__copyright:before {
    content: "";
    width: 32%;
    height: 1px;
    background-color: #3A4B70;
    display: inline-block;
}

@media (max-width: 1023.98px) {

    footer .cell {
        flex: 0 0 45% !important;
        margin-bottom: 35px;
    }

    footer .cell:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    footer .cell {
        flex: 0 0 100% !important;
    }

    footer p,
    footer li,
    footer li a {
        font-size: 14px;
    }

    footer h3 {
        margin-bottom: 20px;
    }

    footer li + li {
        margin-top: 10px;
    }

    footer .footer__copyright {
        margin-top: 40px;
    }

    footer .footer__copyright p {
        font-size: 14px;
    }
}

/*--- Footer Style End ---*/

.products-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 50px;
}

.product-card {
    position: relative;
    width: 100%;
}

/* Afbeelding */
.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* Infokaart */
.info-box {
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    background: #ffffff;
    width: 75%;
    padding: 28px 20px 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    text-align: center;
}

/* Tekst */
.info-box h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.info-box p {
    margin: 0;
    font-size: 14px;
    color: #444;
}

/* Groene lijn */
.accent-line {
    position: absolute;
    left: 18px;
    top: 28px;
    width: 36px;
    height: 3px;
    background: #7bc043;
}

/* Responsive */
@media (max-width: 1100px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .info-box {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin-top: 12px;
    }
	    .production__section .production__title {
        padding-left: 20px;
		padding-right: 20px;
    }
}
