﻿@charset "UTF-8";
/* ==========================================================================
  CSS Reset
  ========================================================================== */
:root {
  --orange: #f48525;
  --orange-hover: #e6951a;
  --bg-dark: #3a5a6e;
  --bg-darker: #2e4d60;
  --bg-card: rgba(255, 255, 255, 0.08);
  --bg-card-hover: rgba(255, 255, 255, 0.12);
  --text-white: #ffffff;
  --text-light: rgba(255, 255, 255, 0.75);
  --text-dark: #1e3148;
  --text-muted: rgba(255, 255, 255, 0.6);
  --navbar-height: 68px;
  --gradient-hero: linear-gradient(180deg, #2c4a5e 0%, #3a5a6e 40%, #3f6275 100%);
}

.text-center {
  text-align: center !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.small {
  font-size: 0.875em !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.flex-grow-1 {
  flex: 1 1 auto !important;
}

.position-relative {
  position: relative !important;
}

.border-top {
  border-top: 1px solid #f0eaf0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* BS5 gutters on a row (overrides the BS4 grid default 15px gutter) */
.row.g-3 {
  margin: -0.5rem;
}
.row.g-3 > [class*=col] {
  padding: 0.5rem;
}
.row.g-4 {
  margin: -0.75rem;
}
.row.g-4 > [class*=col] {
  padding: 0.75rem;
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
}
/* dm-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 200;
  src: url("/Resources/fonts/dm-sans-v17-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/Resources/fonts/dm-sans-v17-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/dm-sans-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/Resources/fonts/dm-sans-v17-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/Resources/fonts/dm-sans-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/Resources/fonts/dm-sans-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/Resources/fonts/dm-sans-v17-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/playfair-display-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("/Resources/fonts/playfair-display-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("/Resources/fonts/playfair-display-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("/Resources/fonts/playfair-display-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-clock:before {
  content: "\f017";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

/* ==========================================================================
   Font Awesome 6 class names mapped onto the already-hosted FA5 webfonts.
   (markup uses fa-solid / fa-regular / fa-brands)
   ========================================================================== */
.fa-solid, .fa-regular, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-regular {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* icons used by the Pret Echo Huis design that aren't defined above */
.fa-circle-check:before {
  content: "\f058";
}

.fa-check:before {
  content: "\f00c";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-xmark:before {
  content: "\f00d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

/* icons used by IJsmarkt redesign */
.fa-snowflake:before {
  content: "\f2dc";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-heart:before {
  content: "\f004";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-ticket-alt:before {
  content: "\f810";
}

.fa-ticket-alt:before {
  content: "\f810";
}

.fa-ice-cream:before {
  content: "\f810";
}

.checkbox {
  padding: 0px !important;
  margin: 0;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:before {
  background: #f48525;
}
.checkbox label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  display: table !important;
  margin: 0 !important;
  font-size: 14px;
}
.checkbox label a {
  color: #9b99cc;
  font-weight: 600;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -2px;
  border-radius: 3px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #f48525 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: none;
  padding: 8px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.navbar-fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0;
}
.navbar-fixed .navbar-brand img {
  height: 55px;
  transition: height 0.3s ease;
}
.navbar-fixed .navbar-brand {
  position: relative;
}
.navbar-fixed .navbar-brand .white-logo {
  display: block;
}
.navbar-fixed .navbar-nav {
  margin: 0 0 0 auto !important;
}
.navbar-fixed .nav-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: rgb(219, 219, 219);
  padding: 0 1rem;
  transition: color 0.2s;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.navbar-fixed .nav-link:hover {
  color: var(--orange);
}
.navbar-fixed .d-lg-flex {
  margin-right: auto;
}
.navbar-fixed.scrolled {
  background-color: var(--bg-darker);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.navbar-fixed.scrolled .navbar-brand img {
  height: 45px;
}
.navbar-fixed.scrolled .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
.navbar-fixed.scrolled .nav-link:hover {
  color: var(--orange);
}
.navbar-fixed.scrolled .btn-nav-primary {
  padding: 8px 20px;
}

.btn-nav-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--orange);
  color: #fff;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  border: none;
  transition: all 0.2s;
  padding: 12px 25px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 20px;
}
.btn-nav-primary:hover {
  background: var(--orange-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(245, 166, 35, 0.4);
}

.btn-nav-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: all 0.2s;
  padding: 12px 25px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-nav-secondary i {
  font-size: 13px;
}
.btn-nav-secondary:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

/* ===== HAMBURGER ===== */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 10px;
  transition: background 0.2s;
}
.hamburger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hamburger span {
  display: block;
  height: 2.5px;
  border-radius: 4px;
  background: #fff;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.hamburger span:nth-child(1) {
  width: 26px;
}
.hamburger span:nth-child(2) {
  width: 20px;
}
.hamburger span:nth-child(3) {
  width: 26px;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  width: 26px;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  width: 26px;
}

/* ===== OVERLAY ===== */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-overlay.visible {
  display: block;
  opacity: 1;
}

/* ===== DRAWER ===== */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  height: 100dvh;
  background: var(--bg-darker);
  border-radius: 32px 0 0 32px;
  overflow: hidden;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.mobile-drawer.open {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 400px) {
  .mobile-drawer {
    width: 88vw;
  }
}
.mobile-drawer .mobile-drawer-header,
.mobile-drawer .mobile-nav,
.mobile-drawer .mobile-drawer-footer {
  position: relative;
  z-index: 1;
}
.mobile-drawer .mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-drawer .mobile-drawer-footer {
  padding: 1.25rem 1.5rem 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-drawer .mobile-drawer-footer .btn-nav-primary {
  width: 100%;
  margin-left: auto;
}

.mobile-close {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-nav {
  list-style: none;
  padding: 1.25rem 1rem;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.mobile-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s;
}
.mobile-nav li a:hover, .mobile-nav li a:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--orange);
  color: var(--orange);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {
  .navbar-fixed {
    padding: 0.75rem 1rem;
  }
  .navbar-fixed .navbar-brand img {
    height: 40px;
  }
  .navbar-fixed.scrolled .navbar-brand img {
    height: 35px;
  }
}
/* ==========================================================================
   IJsmarkt Oosterhout – Homepage secties
   ========================================================================== */
/* ===== SNOWFALL ANIMATION ===== */
.ijs-snowfall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
}

.snow {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  animation: snowfall linear infinite;
  will-change: transform;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
.snow:nth-child(1) {
  width: 4px;
  height: 4px;
  left: 12%;
  animation-delay: 2s;
  animation-duration: 14s;
  opacity: 0.6;
}
.snow:nth-child(2) {
  width: 3px;
  height: 3px;
  left: 45%;
  animation-delay: 5s;
  animation-duration: 11s;
  opacity: 0.5;
}
.snow:nth-child(3) {
  width: 5px;
  height: 5px;
  left: 78%;
  animation-delay: 1s;
  animation-duration: 16s;
  opacity: 0.4;
}
.snow:nth-child(4) {
  width: 3px;
  height: 3px;
  left: 23%;
  animation-delay: 8s;
  animation-duration: 9s;
  opacity: 0.7;
}
.snow:nth-child(5) {
  width: 4px;
  height: 4px;
  left: 56%;
  animation-delay: 3s;
  animation-duration: 12s;
  opacity: 0.6;
}
.snow:nth-child(6) {
  width: 2px;
  height: 2px;
  left: 89%;
  animation-delay: 6s;
  animation-duration: 17s;
  opacity: 0.4;
}
.snow:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 34%;
  animation-delay: 0s;
  animation-duration: 10s;
  opacity: 0.5;
}
.snow:nth-child(8) {
  width: 3px;
  height: 3px;
  left: 67%;
  animation-delay: 9s;
  animation-duration: 15s;
  opacity: 0.8;
}
.snow:nth-child(9) {
  width: 4px;
  height: 4px;
  left: 5%;
  animation-delay: 4s;
  animation-duration: 13s;
  opacity: 0.6;
}
.snow:nth-child(10) {
  width: 2px;
  height: 2px;
  left: 91%;
  animation-delay: 7s;
  animation-duration: 8s;
  opacity: 0.4;
}
.snow:nth-child(11) {
  width: 3px;
  height: 3px;
  left: 18%;
  animation-delay: 1s;
  animation-duration: 11s;
  opacity: 0.7;
}
.snow:nth-child(12) {
  width: 5px;
  height: 5px;
  left: 50%;
  animation-delay: 6s;
  animation-duration: 14s;
  opacity: 0.5;
}
.snow:nth-child(13) {
  width: 4px;
  height: 4px;
  left: 73%;
  animation-delay: 3s;
  animation-duration: 9s;
  opacity: 0.6;
}
.snow:nth-child(14) {
  width: 2px;
  height: 2px;
  left: 8%;
  animation-delay: 10s;
  animation-duration: 16s;
  opacity: 0.4;
}
.snow:nth-child(15) {
  width: 3px;
  height: 3px;
  left: 40%;
  animation-delay: 2s;
  animation-duration: 12s;
  opacity: 0.8;
}
.snow:nth-child(16) {
  width: 5px;
  height: 5px;
  left: 62%;
  animation-delay: 5s;
  animation-duration: 10s;
  opacity: 0.5;
}
.snow:nth-child(17) {
  width: 4px;
  height: 4px;
  left: 95%;
  animation-delay: 8s;
  animation-duration: 15s;
  opacity: 0.6;
}
.snow:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 27%;
  animation-delay: 0s;
  animation-duration: 13s;
  opacity: 0.7;
}
.snow:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 83%;
  animation-delay: 4s;
  animation-duration: 8s;
  opacity: 0.4;
}
.snow:nth-child(20) {
  width: 5px;
  height: 5px;
  left: 15%;
  animation-delay: 7s;
  animation-duration: 17s;
  opacity: 0.6;
}
.snow:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 52%;
  animation-delay: 1s;
  animation-duration: 11s;
  opacity: 0.5;
}
.snow:nth-child(22) {
  width: 3px;
  height: 3px;
  left: 36%;
  animation-delay: 9s;
  animation-duration: 14s;
  opacity: 0.7;
}
.snow:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 70%;
  animation-delay: 3s;
  animation-duration: 9s;
  opacity: 0.4;
}
.snow:nth-child(24) {
  width: 5px;
  height: 5px;
  left: 3%;
  animation-delay: 6s;
  animation-duration: 16s;
  opacity: 0.6;
}
.snow:nth-child(25) {
  width: 3px;
  height: 3px;
  left: 88%;
  animation-delay: 2s;
  animation-duration: 12s;
  opacity: 0.8;
}
.snow:nth-child(26) {
  width: 4px;
  height: 4px;
  left: 42%;
  animation-delay: 5s;
  animation-duration: 10s;
  opacity: 0.5;
}
.snow:nth-child(27) {
  width: 2px;
  height: 2px;
  left: 60%;
  animation-delay: 8s;
  animation-duration: 15s;
  opacity: 0.4;
}
.snow:nth-child(28) {
  width: 5px;
  height: 5px;
  left: 20%;
  animation-delay: 0s;
  animation-duration: 13s;
  opacity: 0.7;
}
.snow:nth-child(29) {
  width: 3px;
  height: 3px;
  left: 75%;
  animation-delay: 4s;
  animation-duration: 8s;
  opacity: 0.6;
}
.snow:nth-child(30) {
  width: 4px;
  height: 4px;
  left: 30%;
  animation-delay: 7s;
  animation-duration: 17s;
  opacity: 0.5;
}
.snow:nth-child(31) {
  width: 2px;
  height: 2px;
  left: 97%;
  animation-delay: 1s;
  animation-duration: 11s;
  opacity: 0.4;
}
.snow:nth-child(32) {
  width: 5px;
  height: 5px;
  left: 55%;
  animation-delay: 9s;
  animation-duration: 14s;
  opacity: 0.6;
}
.snow:nth-child(33) {
  width: 3px;
  height: 3px;
  left: 10%;
  animation-delay: 3s;
  animation-duration: 9s;
  opacity: 0.7;
}
.snow:nth-child(34) {
  width: 4px;
  height: 4px;
  left: 85%;
  animation-delay: 6s;
  animation-duration: 16s;
  opacity: 0.5;
}
.snow:nth-child(35) {
  width: 2px;
  height: 2px;
  left: 48%;
  animation-delay: 2s;
  animation-duration: 12s;
  opacity: 0.8;
}
.snow:nth-child(36) {
  width: 4px;
  height: 4px;
  left: 65%;
  animation-delay: 5s;
  animation-duration: 10s;
  opacity: 0.3;
}
.snow:nth-child(37) {
  width: 2px;
  height: 2px;
  left: 38%;
  animation-delay: 8s;
  animation-duration: 15s;
  opacity: 0.5;
}
.snow:nth-child(38) {
  width: 3px;
  height: 3px;
  left: 7%;
  animation-delay: 0s;
  animation-duration: 13s;
  opacity: 0.4;
}
.snow:nth-child(39) {
  width: 1px;
  height: 1px;
  left: 93%;
  animation-delay: 4s;
  animation-duration: 8s;
  opacity: 0.6;
}
.snow:nth-child(40) {
  width: 4px;
  height: 4px;
  left: 25%;
  animation-delay: 7s;
  animation-duration: 17s;
  opacity: 0.5;
}

@keyframes snowfall {
  0% {
    transform: translateY(-10px) translateX(0);
  }
  25% {
    transform: translateY(25vh) translateX(15px);
  }
  50% {
    transform: translateY(50vh) translateX(-10px);
  }
  75% {
    transform: translateY(75vh) translateX(20px);
  }
  100% {
    transform: translateY(105vh) translateX(-5px);
  }
}
/* ===== SECTION BASE ===== */
.ijs-section {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.ijs-section#curling {
  text-align: center;
}
.ijs-section--no-pad-top {
  padding-top: 0;
}
.ijs-section--no-pad-bottom {
  padding-bottom: 0;
}

.ijs-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}

.ijs-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1;
}

.ijs-section-subtitle {
  color: #b6bfc9;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ijs-label {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}

/* ===== HERO ===== */
.ijs-hero {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  overflow: hidden;
  min-height: 1080px;
}
.ijs-hero .gradient {
  background-image: linear-gradient(to bottom, rgba(58, 97, 136, 0.6), rgba(58, 97, 136, 0.3019607843), #3a6188);
}
.ijs-hero .absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ijs-hero .absolute video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ijs-hero__content {
  position: relative;
  z-index: 2;
}

.ijs-hero__label b {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
  display: block;
}

.ijs-hero__logo {
  max-width: 400px;
  margin: 0 auto 32px;
  display: block;
}
.ijs-hero__logo img {
  width: 100%;
  height: auto;
}

.ijs-hero__date h2 {
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  margin-bottom: 24px;
  background: rgba(80, 122, 165, 0.5019607843);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.15);
}
.ijs-hero__date strong {
  color: rgba(240, 242, 245, 0.8);
  max-width: 650px;
  margin: 0 auto 32px;
  font-size: 1.25rem;
  font-weight: normal;
  display: block;
  line-height: 1.75rem;
}
.ijs-hero__date .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px 5px;
}
.ijs-hero__date .btn-default:nth-of-type(1) {
  background: var(--orange);
  color: #fff;
}
.ijs-hero__date .btn-default:nth-of-type(1):hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.35);
  color: #fff;
}
.ijs-hero__date .btn-default:nth-of-type(2) {
  color: #fff;
  background: rgba(80, 122, 165, 0.5019607843);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.15);
}
.ijs-hero__date .btn-default:nth-of-type(2):hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.ijs-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ijs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ijs-btn--primary {
  background: var(--orange);
  color: #fff;
}
.ijs-btn--primary:hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.35);
  color: #fff;
}
.ijs-btn--outline {
  color: #fff;
  background: rgba(80, 122, 165, 0.5019607843);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.15);
}
.ijs-btn--outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* ===== SCROLL INDICATOR ===== */
.ijs-scroll-indicator {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: scrollBounce 1.5s ease-in-out infinite;
}
.ijs-scroll-indicator .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 13px;
  position: relative;
}
.ijs-scroll-indicator .mouse::after {
  content: "";
  width: 5px;
  height: 8px;
  background: var(--orange);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
.ijs-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.ijs-section-head b {
  color: #f48525;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
  display: block;
}
.ijs-section-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
}
.ijs-section-head p {
  color: #b6bfc9;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* ===== INFO CARDS ===== */
.ijs-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.ijs-info-card__icon {
  width: 56px;
  height: 56px;
  background: rgba(244, 133, 37, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--orange);
  font-size: 22px;
  border-radius: 0.75rem;
}

.ijs-info-card {
  padding: 2rem;
  text-align: center;
  transition: background 0.2s;
  background: rgba(31, 56, 81, 0.9019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
  border-radius: 1rem;
}
.ijs-info-card a {
  color: var(--orange) !important;
  text-decoration: underline;
  font-weight: bold;
}
.ijs-info-card:hover {
  background: var(--bg-card-hover);
}
.ijs-info-card--wide {
  grid-column: 1/-1;
  max-width: 42rem;
  margin: 30px auto 0;
}
.ijs-info-card--wide b {
  color: var(--orange) !important;
  font-size: 22px !important;
}
.ijs-info-card b {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: block;
}
.ijs-info-card p {
  font-size: 16px;
  line-height: 1.625;
  color: #b6bfc9;
}

/* ===== AGENDA ===== */
.ijs-agenda-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.ijs-agenda-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ijs-agenda-filter i {
  font-size: 13px;
}
.ijs-agenda-filter:hover {
  border-color: var(--orange);
  color: #fff;
}
.ijs-agenda-filter.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.ijs-agenda-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.ijs-agenda-grid .ijs-agenda-day--extra {
  display: none;
}

.ijs-agenda-more {
  max-width: 700px;
  margin: 24px auto 0;
  text-align: center;
}

.ijs-agenda-day {
  background: rgba(31, 56, 81, 0.9019607843);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
  border-radius: 16px;
  padding: 24px 28px;
}
.ijs-agenda-day.hide {
  display: none;
}

.ijs-agenda-event.hide {
  display: none;
}

.ijs-agenda-day__date {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ijs-agenda-day__date b {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

.ijs-agenda-day__events {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ijs-agenda-event {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
  margin: 0 -8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.ijs-agenda-event:hover {
  background: rgba(255, 255, 255, 0.06);
}
.ijs-agenda-event:hover .ijs-agenda-event__arrow {
  opacity: 1;
  transform: translateX(0);
}

.ijs-agenda-event__time {
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  min-width: 42px;
}

.ijs-agenda-event__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ijs-agenda-event__dot--schaatsen {
  background: #4fc3f7;
}
.ijs-agenda-event__dot--curling {
  background: var(--orange);
}
.ijs-agenda-event__dot--schaatsschool {
  background: #81c784;
}

.ijs-agenda-event__label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  flex: 1;
}

.ijs-agenda-event__arrow {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ijs-agenda-event__status {
  font-size: 12px;
  font-weight: 600;
  color: #e57373;
}

.ijs-agenda-event--bezet {
  cursor: default;
}
.ijs-agenda-event--bezet span:not(:last-child) {
  opacity: 0.5;
  cursor: default;
}
.ijs-agenda-event--bezet:hover {
  background: transparent;
}

/* ===== PRIJZEN ===== */
.ijs-prijzen-list {
  max-width: 600px;
  margin: 0 auto;
}

.ijs-prijs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-color: rgba(92, 122, 153, 0.5019607843);
}
.ijs-prijs-row:last-child {
  border-bottom: none;
}

.ijs-prijs-row__name {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

.ijs-prijs-row__sub {
  color: var(--text-muted);
  margin-top: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ijs-prijs-row__price {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--orange);
}

/* ===== CURLING ===== */
.ijs-curling-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-radius: 20px;
  padding: 40px 32px;
  margin-bottom: 32px;
  background: rgba(31, 56, 81, 0.9019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
}
.ijs-curling-features.mrg-bottom {
  margin-bottom: 0;
}
.ijs-curling-features.two-cell {
  grid-template-columns: repeat(2, 1fr);
}

.ijs-curling-feature {
  text-align: center;
}

.ijs-curling-feature__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--orange);
  font-size: 22px;
  background-color: rgba(244, 133, 37, 0.2);
}

.ijs-curling-feature b,
.ijs-curling-feature h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.ijs-curling-feature p {
  font-size: 14px;
  color: var(--text-light);
  margin: 0;
  line-height: 1.6;
}
.ijs-curling-feature a {
  color: var(--orange);
  text-decoration: none;
}
.ijs-curling-feature a:hover {
  text-decoration: underline;
}

/* ===== VOUCHER ===== */
.ijs-voucher {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ijs-voucher__image {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #4a6a7e 0%, #3a5a6e 50%, #2e4d60 100%);
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ijs-voucher__image::after {
  content: "❄";
  font-size: 80px;
  color: rgba(255, 255, 255, 0.08);
}
.ijs-voucher__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ijs-voucher__image img[src=""],
.ijs-voucher__image img:not([src]),
.ijs-voucher__image img[alt]:-moz-broken,
.ijs-voucher__image img:-moz-broken {
  visibility: hidden;
}

.ijs-voucher__content {
  text-align: left;
}
.ijs-voucher__content b, .ijs-voucher__content strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.ijs-voucher__content h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 16px;
}
.ijs-voucher__content p {
  color: var(--text-light);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.625;
}
.ijs-voucher__content ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.ijs-voucher__content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: var(--text-light);
  font-size: 16px;
  list-style: none;
}
.ijs-voucher__content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 7px;
}
.ijs-voucher__content .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background: var(--orange);
  color: #fff;
}
.ijs-voucher__content .btn-default:hover {
  background: var(--orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.35);
  color: #fff;
}

/* ===== VRIJWILLIGERS ===== */
.ijs-vrijwilligers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.ijs-benefit-card {
  background: rgba(31, 56, 81, 0.9019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 12px;
}

.ijs-benefit-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(245, 166, 35, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 16px;
  flex-shrink: 0;
}

.ijs-benefit-card__body b {
  font-weight: 700;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ijs-benefit-card__body p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
}

.ijs-form {
  background: rgba(31, 56, 81, 0.9019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
  border-radius: 20px;
  padding: 40px 32px;
}

.ijs-form__title {
  font-family: "Playfair Display";
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
}

.ijs-input,
.ijs-form .form-control {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  transition: border-color 0.2s;
  background-color: rgba(255, 255, 255, 0.1019607843);
  height: auto;
}
.ijs-input::placeholder,
.ijs-form .form-control::placeholder {
  color: var(--text-muted);
}
.ijs-input:focus,
.ijs-form .form-control:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

textarea.ijs-input,
.ijs-form textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.ijs-form__row {
  display: flex;
  gap: 12px;
}
.ijs-form__row .form-group {
  flex: 1;
}

.ijs-form .form-group .help-block {
  color: #ff9b9b;
  font-size: 13px;
  margin-top: 4px;
  background: rgba(255, 80, 80, 0.12);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 80, 80, 0.2);
}

.ijs-form .checkbox {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 12px;
}

.ijs-form__btn {
  width: 100%;
  padding: 16px;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  display: table;
  text-align: center;
}
.ijs-form__btn:hover {
  background: var(--orange-hover);
}

/* ===== SPONSORS (sticky bottom bar) ===== */
.ijs-sponsor-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  background: rgba(20, 40, 62, 0.937254902);
  border-top: 1px solid hsla(210deg, 20%, 95%, 0.1);
  border-bottom: none;
}

.ijs-sponsor-bar {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 24px;
}

.ijs-sponsors {
  overflow: hidden;
  padding: 0;
  flex: 0 1 85%;
  mask-image: linear-gradient(to right, transparent, #000 30px, #000 calc(100% - 20px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 30px, #000 calc(100% - 20px), transparent);
}

.ijs-sponsors__track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
}
.ijs-sponsors__track:hover {
  animation-play-state: paused;
}

.ijs-sponsor-item {
  flex-shrink: 0;
  padding: 5px 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
  border-radius: 8px;
  transition: background 0.2s;
}
.ijs-sponsor-item:hover {
  background: rgba(255, 255, 255, 0.12);
}
.ijs-sponsor-item img {
  height: 70px;
}

/* ===== CONTACT CTA ===== */
.ijs-contact-cta {
  text-align: center;
}
.ijs-contact-cta h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 20px;
}
.ijs-contact-cta p {
  color: #b6bfc9;
  max-width: 700px;
  margin: 0 auto 48px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ijs-contact-cta .ijs-curling-feature p {
  margin-bottom: 0;
}
.ijs-contact-cta .ijs-curling-feature a {
  color: #b6bfc9;
}
.ijs-contact-cta .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 8px;
  color: #fff;
  background: rgba(80, 122, 165, 0.5019607843);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.15);
}
.ijs-contact-cta .btn-default:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* ===== FAB CTA (in sponsor bar) ===== */
.ijs-fab {
  position: relative;
  flex: 0 0 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ijs-fab__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 14px rgba(244, 133, 37, 0.35);
  transition: transform 0.25s, background 0.2s, box-shadow 0.2s;
}
.ijs-fab__btn:hover {
  background: var(--orange-hover);
  transform: scale(1.08);
  box-shadow: 0 5px 22px rgba(244, 133, 37, 0.45);
}
.ijs-fab.open .ijs-fab__btn {
  background: #fff;
  color: var(--orange);
}
.ijs-fab.open .ijs-fab__btn i {
  transform: rotate(45deg);
}

.ijs-fab__label {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  background: rgb(244, 133, 37);
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  cursor: pointer;
  transition: opacity 0.25s;
}
.ijs-fab.open .ijs-fab__label {
  opacity: 0;
  pointer-events: none;
}

.ijs-fab__menu {
  position: absolute;
  bottom: 68px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.95);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  pointer-events: none;
}
.ijs-fab.open .ijs-fab__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.ijs-fab__item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 12px 20px;
  background: rgba(20, 40, 62, 0.9411764706);
  border: 1px solid hsla(210deg, 20%, 95%, 0.12);
  border-radius: 12px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ijs-fab__item i {
  width: 18px;
  text-align: center;
  color: var(--orange);
  font-size: 15px;
}
.ijs-fab__item:hover {
  background: #1f3851;
  transform: translateX(-4px);
  color: #fff;
}

/* ===== SCROLL REVEAL ANIMATIONS ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpSmall {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-section-head {
  opacity: 0;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-info-card,
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-benefit-card {
  opacity: 0;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-info-card--wide {
  opacity: 0;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-agenda-filters,
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-prijzen-list,
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-curling-features,
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-form {
  opacity: 0;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-voucher__image,
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-voucher__content {
  opacity: 0;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section) .ijs-contact-cta {
  opacity: 0;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-section-head {
  animation: fadeUp 0.6s ease-out forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-info-card {
  animation: fadeUp 0.6s ease-out forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-info-card:nth-child(1) {
  animation-delay: 0.1s;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-info-card:nth-child(2) {
  animation-delay: 0.2s;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-info-card:nth-child(3) {
  animation-delay: 0.3s;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-info-card--wide {
  animation: fadeUp 0.6s ease-out 0.4s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-benefit-card {
  animation: fadeUpSmall 0.5s ease-out forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-benefit-card:nth-child(1) {
  animation-delay: 0.1s;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-benefit-card:nth-child(2) {
  animation-delay: 0.2s;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-benefit-card:nth-child(3) {
  animation-delay: 0.3s;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-agenda-filters {
  animation: fadeUp 0.5s ease-out 0.1s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-prijzen-list {
  animation: fadeUp 0.6s ease-out 0.15s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-curling-features {
  animation: fadeUp 0.6s ease-out 0.15s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-form {
  animation: fadeUp 0.6s ease-out 0.15s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-voucher__image {
  animation: fadeUp 0.7s ease-out 0.1s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-voucher__content {
  animation: fadeUp 0.7s ease-out 0.25s forwards;
}
.ijs-section:not(.ijs-hero):not(.ijs-sponsor-section).anim-active .ijs-contact-cta {
  animation: fadeUp 0.6s ease-out 0.1s forwards;
}

.ijs-hero .ijs-hero__content {
  opacity: 0;
  animation: fadeUp 0.8s ease-out 0.3s forwards;
}
.ijs-hero .ijs-scroll-indicator {
  opacity: 0;
  animation: fadeUp 0.5s ease-out 1s forwards;
}

/* ===== SNOWFLAKE DIVIDER ===== */
.ijs-divider {
  text-align: center;
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.15);
  font-size: 24px;
}
.ijs-divider::before {
  content: "❄"; /* snowflake unicode */
}

/* ===== BOOKING SECTION (behouden uit origineel) ===== */
.booking-section {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: var(--bg-card);
}
.booking-section .booking-watermark {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 400px;
  opacity: 0.03;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .ijs-info-grid {
    grid-template-columns: 1fr;
  }
  .ijs-curling-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ijs-voucher {
    grid-template-columns: 1fr;
  }
  .ijs-vrijwilligers {
    grid-template-columns: 1fr;
  }
  .ijs-section-title,
  .ijs-section-head h2,
  .ijs-contact-cta h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ijs-section {
    padding: 40px 0;
  }
  .ijs-wrap {
    padding: 0 16px;
  }
  .ijs-hero {
    min-height: 85vh;
    padding: 90px 16px 50px;
  }
  .ijs-hero__logo {
    max-width: 220px;
    margin-bottom: 24px;
  }
  .ijs-hero__date h2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 10px 24px;
    margin-bottom: 16px;
  }
  .ijs-hero__date strong {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 24px;
  }
  .ijs-hero__date .btn-default {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 24px;
    font-size: 1rem;
  }
  .ijs-hero__buttons {
    flex-direction: column;
  }
  .ijs-hero__buttons .ijs-btn {
    width: 100%;
  }
  .ijs-section-title,
  .ijs-section-head h2,
  .ijs-contact-cta h2 {
    font-size: 1.75rem;
  }
  .ijs-section-head p,
  .ijs-section-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 32px;
  }
  .ijs-info-card {
    padding: 1.5rem;
  }
  .ijs-agenda-filters {
    gap: 8px;
    margin-bottom: 24px;
  }
  .ijs-agenda-filter {
    padding: 8px 16px;
    font-size: 13px;
  }
  .ijs-agenda-day {
    padding: 18px 20px;
    border-radius: 12px;
  }
  .ijs-agenda-day__date b {
    font-size: 1.1rem;
  }
  .ijs-prijs-row__price {
    font-size: 22px;
  }
  .ijs-prijs-row__name {
    font-size: 15px;
  }
  .ijs-curling-features {
    padding: 24px 20px;
    border-radius: 14px;
  }
  .ijs-voucher {
    gap: 24px;
  }
  .ijs-voucher__image {
    min-height: 280px;
    border-radius: 14px;
  }
  .ijs-voucher__content h2 {
    font-size: 1.75rem;
  }
  .ijs-voucher__content .btn-default {
    width: 100%;
  }
  .ijs-benefit-card {
    padding: 1rem;
  }
  .ijs-form {
    padding: 24px 16px;
    border-radius: 14px;
  }
  .ijs-form__title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .ijs-contact-cta p {
    margin-bottom: 32px;
  }
  .ijs-contact-cta .btn-default {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .ijs-btn {
    padding: 14px 24px;
    font-size: 1rem;
  }
  .ijs-btn--outline {
    width: 100%;
  }
  .ijs-divider {
    padding: 16px 0;
  }
  .ijs-sponsor-section {
    padding: 10px 0;
  }
  .ijs-sponsor-section .ijs-wrap {
    flex-direction: column;
    gap: 6px;
  }
  .ijs-sponsor-item img {
    height: 26px;
  }
  .ijs-footer__inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .ijs-footer__logo img {
    height: 40px;
  }
  .ijs-footer__copy {
    font-size: 12px;
  }
  .ijs-scroll-indicator {
    bottom: 24px;
  }
  .ijs-sponsor-bar {
    padding: 5px 8px 5px 12px;
  }
  .ijs-fab__btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .ijs-fab__label {
    font-size: 11px;
    padding: 6px 12px;
    margin-right: 8px;
  }
  .ijs-fab__item {
    padding: 10px 16px;
    font-size: 13px;
  }
  .ijs-fab__menu {
    bottom: 52px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 5px 0;
  font-size: 14px;
  margin-bottom: 10px !important;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "DM Sans", sans-serif;
  background: #3a6188;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  padding-bottom: 70px;
  font-size: 16px;
  color: var(--text-white);
}

.container {
  max-width: 1300px;
}

p {
  margin: 0;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1588px;
}

.img-fluid {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: initial;
  color: #fff;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #1a3a4a;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(16, 15, 52, 0.36);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 15px;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group.has-error .form-control {
  border-color: red;
}
.form-group .help-block {
  display: block;
  color: red;
  padding: 0;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
}

.alert {
  position: relative;
  padding: 15px 25px;
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.alert .btn-default {
  margin-left: auto;
  padding: 17px 25px 19px 25px;
  text-align: center;
  font-weight: 400;
  border-radius: 22px;
  display: table;
  border: none;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  top: 0;
  background: #f48525;
  color: #fff;
  position: relative;
  background: #fff;
  color: #100F34;
  padding: 12px 25px 14px 25px;
}
.alert .btn-default.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.alert .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  padding-left: 40px;
  position: relative;
}
.alert .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 15px;
  top: 20px;
}
.alert .btn-default:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  top: -3px;
}
.alert.alert-danger {
  background: linear-gradient(130deg, #e53e3e 0%, #f56565 100%);
}
.alert.alert-warning {
  color: #000;
  padding: 0;
  margin: -15px 0 35px;
}
.alert.alert-warning b, .alert.alert-warning strong {
  font-weight: 800;
  color: #70B857;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(16, 15, 52, 0.36);
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.custom-modal.active {
  opacity: 1;
  visibility: visible;
}
.custom-modal.shoppingmodal {
  position: fixed;
  width: 100%;
  max-width: 450px;
  background: transparent;
  left: initial;
  right: 25px;
  padding: 0;
  display: block;
  height: initial;
  overflow: hidden;
  top: 140px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.custom-modal.shoppingmodal .closeDiv {
  width: 43px;
  height: 43px;
}
.custom-modal.shoppingmodal .closeDiv svg {
  width: 18px;
}
.custom-modal.shoppingmodal .content {
  padding: 20px;
  max-width: 450px;
  border-radius: 0;
}
.custom-modal.shoppingmodal .content .tag {
  display: none;
}
.custom-modal.shoppingmodal .content ul {
  border-radius: 15px;
  vertical-align: top;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.custom-modal.shoppingmodal .content ul .head-info {
  width: 100%;
}
.custom-modal.shoppingmodal .content ul .head-info img {
  width: 25px;
}
.custom-modal.shoppingmodal .content ul .icon {
  width: 25px;
  margin-right: 10px;
}
.custom-modal.shoppingmodal .content ul .icon.pointer {
  width: 25px;
}
.custom-modal.shoppingmodal .content ul li {
  width: initial;
  padding: 0px;
  width: 50%;
  border-radius: 0;
  border-right: 0 !important;
  vertical-align: top;
  margin-bottom: 10px;
}
.custom-modal.shoppingmodal .content ul li:nth-child(1) {
  order: 1;
  width: 75%;
}
.custom-modal.shoppingmodal .content ul li:nth-child(2) {
  order: 3;
}
.custom-modal.shoppingmodal .content ul li:nth-child(3) {
  justify-content: end;
  order: 4;
}
.custom-modal.shoppingmodal .content ul li:nth-child(4) {
  width: 25%;
  order: 2;
}
.custom-modal.shoppingmodal .content ul li:nth-child(4) span {
  font-weight: 500;
  font-size: 21px;
  margin-left: auto;
}
.custom-modal.shoppingmodal .content ul li:last-child .btn-default {
  display: none;
}
.custom-modal.shoppingmodal .content .title {
  font-size: 30px;
  line-height: 25px;
  margin: 0;
}
.custom-modal.shoppingmodal .content .title span {
  margin: 10px 0 20px;
}
.custom-modal.waitingmodal .tag {
  display: none;
}
.custom-modal.waitingmodal .content ul li:nth-child(3) {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.custom-modal.waitingmodal .content ul li:last-child {
  display: none;
}
.custom-modal .closeDiv {
  position: absolute;
  top: 10px;
  background: #F5F9FC;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  right: 15px;
  cursor: pointer;
}
.custom-modal .closeDiv svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: auto;
}
.custom-modal .content {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 750px;
  border-radius: 20px;
  padding: 25px 40px;
}
.custom-modal .content ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 26px;
  width: 100%;
  padding: 20px 10px;
  background: #F5F9FC;
  margin-bottom: 20px;
}
.custom-modal .content ul .head-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.custom-modal .content ul .head-info .right {
  padding-left: 15px;
  width: calc(100% - 35px);
}
.custom-modal .content ul .head-info .right b {
  display: block;
  font-weight: 600;
}
.custom-modal .content ul .head-info img {
  max-width: 35px;
  border-radius: 5px;
}
.custom-modal .content ul .btn-naked {
  cursor: pointer;
  display: table;
  color: #e52054;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 25px;
}
.custom-modal .content ul .icon {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.custom-modal .content ul .icon.pointer {
  width: 30px;
}
.custom-modal .content ul .icon.calendar {
  max-width: 45px;
}
.custom-modal .content ul li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  width: 33.3333333333%;
}
.custom-modal .content ul li:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}
.custom-modal .content .title {
  display: table;
  text-align: left;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 36px;
  margin: 0 auto;
}
.custom-modal .content .title b {
  display: block;
  font-weight: 900;
  color: #70B857;
}
.custom-modal .content .title span {
  display: table;
  margin: 30px auto 20px;
  font-weight: 500;
  font-size: 21px;
  text-transform: none;
  text-align: center;
}
.custom-modal .content .btn-list {
  position: relative;
}
.custom-modal .content .btn-list .btn-naked {
  text-decoration: underline;
  color: #100F34;
  display: table;
  margin: 0 auto;
}
.custom-modal .content .btn-list .btn-default {
  padding: 17px 25px 19px 25px;
  text-align: center;
  font-weight: 400;
  border-radius: 22px;
  display: table;
  border: none;
  font-size: 18px;
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  top: 0;
  background: #f48525;
  color: #fff;
  position: relative;
  background: linear-gradient(130deg, #f5a623 0%, #e6951a 100%);
  padding: 14px 25px 16px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  min-width: 350px;
  display: table;
  margin: 0 auto 10px;
}
.custom-modal .content .btn-list .btn-default.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.custom-modal .content .btn-list .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  padding-left: 40px;
  position: relative;
}
.custom-modal .content .btn-list .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 15px;
  top: 20px;
}
.custom-modal .content .btn-list .btn-default:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  top: -3px;
}

section:not(.fold-home):not(.ijs-section).anim-active .container-fluid.custom {
  opacity: 1;
  top: 0;
}
section:not(.fold-home):not(.ijs-section) .container-fluid.custom {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
section.anim-active {
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ijs-error {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3a6188;
  position: relative;
  overflow: hidden;
  padding: 40px 24px;
}

.ijs-error__snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.3) 50%, transparent 100%), radial-gradient(2px 2px at 40% 60%, rgba(255, 255, 255, 0.2) 50%, transparent 100%), radial-gradient(1px 1px at 60% 20%, rgba(255, 255, 255, 0.35) 50%, transparent 100%), radial-gradient(2px 2px at 80% 80%, rgba(255, 255, 255, 0.15) 50%, transparent 100%), radial-gradient(1px 1px at 10% 70%, rgba(255, 255, 255, 0.25) 50%, transparent 100%), radial-gradient(1px 1px at 90% 40%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  background-size: 200px 200px;
  animation: errorSnowDrift 12s linear infinite;
}

@keyframes errorSnowDrift {
  from {
    transform: translateY(-200px);
  }
  to {
    transform: translateY(0);
  }
}
.ijs-error__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
}

.ijs-error__card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
}

.ijs-error__code {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  font-size: 7rem;
  line-height: 1;
  color: var(--orange);
  margin-bottom: 16px;
}

.ijs-error__title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 12px;
}

.ijs-error__text {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 32px;
}

.ijs-error__card .ijs-btn {
  display: inline-flex;
  margin: 0 auto;
}

/* ===== BEDANKT PAGE ===== */
.ijs-bedankt {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 80px;
}

.ijs-bedankt__container {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.ijs-bedankt__card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
}

.ijs-bedankt__icon {
  display: block;
  font-size: 4rem;
  margin-bottom: 20px;
}

.ijs-bedankt__text {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 32px;
}
.ijs-bedankt__text h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 12px;
}

.ijs-bedankt__card .ijs-btn {
  display: inline-flex;
  margin: 0 auto;
}

.ijs-sponsor-section--static {
  position: relative;
  bottom: auto;
  z-index: 1;
  margin-top: auto;
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ijs-sponsor-section--static .ijs-sponsor-bar {
  padding: 20px 0 20px 24px;
}
.ijs-sponsor-section--static .ijs-sponsor-item {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
}
.ijs-sponsor-section--static .ijs-sponsor-item img {
  height: 52px;
}
.ijs-sponsor-section--static .ijs-sponsors__track {
  gap: 32px;
}

@media only screen and (max-width: 575.5px) {
  .ijs-bedankt__card {
    padding: 40px 28px;
  }
  .ijs-bedankt__title {
    font-size: 1.4rem;
  }
}
/* ==========================================================================
   IJsmarkt – Impressie / Galerij
   ========================================================================== */
/* ===== COMPACT HERO ===== */
.ijs-hero--compact {
  padding: 150px 0px 30px !important;
  min-height: initial;
  height: initial;
}
.ijs-hero--compact .gradient {
  background: linear-gradient(to bottom, rgba(58, 97, 136, 0.6), rgba(58, 97, 136, 0.85), #3a6188) !important;
}
.ijs-hero--compact .ijs-breadcrumbs {
  justify-content: center;
  margin-bottom: 16px;
}
.ijs-hero--compact__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.ijs-hero--compact p {
  color: var(--text-light);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== BREADCRUMBS ===== */
.ijs-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-light);
}
.ijs-breadcrumbs a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.2s ease;
}
.ijs-breadcrumbs a:hover {
  color: var(--orange);
}
.ijs-breadcrumbs span {
  color: var(--text-muted);
}

/* ===== GALLERY SECTION ===== */
.ijs-impressie {
  padding: 40px 0 60px;
}

.ijs-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}

.ijs-gallery-filter {
  padding: 10px 22px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-light);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: "DM Sans", sans-serif;
}
.ijs-gallery-filter:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.ijs-gallery-filter.active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.ijs-gallery-grid {
  columns: 3;
  column-gap: 16px;
}

.ijs-gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ijs-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.ijs-gallery-item:hover .ijs-gallery-item__overlay {
  opacity: 1;
}
.ijs-gallery-item.hide {
  display: none;
}
.ijs-gallery-item img {
  width: 100%;
  display: block;
  border-radius: 14px;
}
.ijs-gallery-item img.lazy[src*="data:image"] {
  min-height: 180px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 70%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.ijs-gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: 14px;
  cursor: pointer;
}
.ijs-gallery-item__overlay svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.ijs-gallery-item--video {
  background: #000;
  border-radius: 14px;
}
.ijs-gallery-item--video iframe,
.ijs-gallery-item--video video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: none;
  border-radius: 14px;
}
.ijs-gallery-item--video .ijs-video-placeholder {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}
.ijs-gallery-item--video .ijs-video-placeholder::after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: transform 0.2s ease;
  opacity: 0.8;
  z-index: 1;
}
.ijs-gallery-item--video .ijs-video-placeholder:hover::after {
  transform: scale(1.1);
  opacity: 1;
}
.ijs-gallery-item--video .ijs-video-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.ijs-gallery-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-light);
  font-size: 16px;
  display: none;
}
.ijs-gallery-empty.visible {
  display: block;
}

/* Lightbox */
.ijs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ijs-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.ijs-lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  object-fit: contain;
}

.ijs-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.ijs-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ijs-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.ijs-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.ijs-lightbox__nav--prev {
  left: 20px;
}
.ijs-lightbox__nav--next {
  right: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .ijs-gallery-grid {
    columns: 2;
  }
  .ijs-hero--compact {
    padding: 90px 16px 40px !important;
  }
  .ijs-hero--compact__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .ijs-gallery-grid {
    columns: 1;
  }
  .ijs-gallery-filters {
    gap: 6px;
  }
  .ijs-gallery-filter {
    padding: 8px 16px;
    font-size: 13px;
  }
  .ijs-hero--compact__title {
    font-size: 1.8rem;
  }
  .ijs-lightbox__nav {
    width: 36px;
    height: 36px;
  }
  .ijs-lightbox__nav--prev {
    left: 10px;
  }
  .ijs-lightbox__nav--next {
    right: 10px;
  }
}
/* ==========================================================================
   IJsmarkt – Sponsorpakketten
   ========================================================================== */
.ijs-packages {
  padding: 40px 0 60px;
}

.ijs-packages__intro {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.7;
}
.ijs-packages__intro a {
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
}
.ijs-packages__intro a:hover {
  text-decoration: underline;
}
.ijs-packages__intro p:last-child {
  margin-bottom: 0;
}

/* ===== PAKKET-KAARTEN ===== */
.ijs-packages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.ijs-package-card {
  display: flex;
  flex-direction: column;
  background: rgba(31, 56, 81, 0.9019607843);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsla(210deg, 20%, 95%, 0.08);
  border-radius: 1rem;
  padding: 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ijs-package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  border-color: rgba(244, 133, 37, 0.35);
}

.ijs-package-card__head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ijs-package-card__name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ijs-package-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--orange);
  font-weight: 700;
  font-size: 2rem;
  font-family: "Playfair Display", Georgia, serif;
}

.ijs-package-card__vat {
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ijs-package-card__benefits {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}
.ijs-package-card__benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ijs-package-card__benefits li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.ijs-package-card__benefits li:last-child {
  margin-bottom: 0;
}
.ijs-package-card__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(244, 133, 37, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f48525' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.ijs-package-card__benefits p {
  margin-bottom: 12px;
}
.ijs-package-card__benefits p:last-child {
  margin-bottom: 0;
}

/* ===== SPONSOR WORDEN / FORMULIER ===== */
.ijs-packages-form__intro {
  text-align: center;
  margin-bottom: 40px;
}
.ijs-packages-form__intro h1,
.ijs-packages-form__intro h2,
.ijs-packages-form__intro h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 12px;
}
.ijs-packages-form__intro p {
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
}
.ijs-packages-form__intro p a {
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
}
.ijs-packages-form__intro p a:hover {
  text-decoration: underline;
}

.ijs-packages-form .ijs-form {
  max-width: 640px;
  margin: 0 auto;
}

.ijs-form__label {
  display: block;
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}

/* Select met eigen pijl-icoon (native styling verbergen) */
.ijs-form select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.1019607843);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 44px;
  cursor: pointer;
}
.ijs-form select.form-control option {
  background: #1f3851;
  color: #fff;
}

.ijs-form__error {
  color: #ff9b9b;
  font-size: 14px;
  margin-bottom: 16px;
  background: rgba(255, 80, 80, 0.12);
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 80, 80, 0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .ijs-packages__grid {
    grid-template-columns: 1fr;
  }
  .ijs-package-card {
    padding: 24px;
  }
  .ijs-package-card__name {
    font-size: 1.4rem;
  }
  .ijs-package-card__price {
    font-size: 1.7rem;
  }
  .ijs-packages-form__intro h1,
  .ijs-packages-form__intro h2,
  .ijs-packages-form__intro h3 {
    font-size: 1.7rem;
  }
}
/* ===== FOOTER ===== */
.ijs-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 0;
}

.ijs-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.ijs-footer__logo img {
  height: 50px;
}

.ijs-footer__copy {
  color: var(--text-muted);
  font-size: 14px;
}

@media only screen and (max-width: 1450px) {
  .container-fluid.custom {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1588px) {
  .container-fluid.custom {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 767.5px) {
  .actie-popup .content {
    width: calc(100% - 30px);
    padding: 20px;
  }
  .actie-popup .content .right {
    display: none;
  }
  .actie-popup .content .left {
    width: 100%;
    flex: 0 0 100%;
  }
  .actie-popup .content p {
    font-size: 20px;
    line-height: 29px;
  }
  .actie-popup .content p br {
    display: none;
  }
  .actie-popup .content .title {
    font-size: 40px;
    line-height: 40px;
  }
  .actie-popup .content img {
    display: none;
  }
  .custom-modal.shoppingmodal {
    max-width: calc(100% - 30px);
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .custom-modal.shoppingmodal .content {
    width: 100%;
  }
  .custom-modal.shoppingmodal .content ul {
    display: flex;
  }
  .custom-modal.shoppingmodal .content ul li {
    border: none !important;
  }
  .custom-modal.shoppingmodal .content ul li:nth-child(3), .custom-modal.shoppingmodal .content ul li:nth-child(2) {
    width: 100% !important;
    justify-content: flex-start;
  }
  .custom-modal .content {
    padding: 20px;
    width: calc(100% - 30px);
  }
  .custom-modal .content ul {
    display: block;
  }
  .custom-modal .content ul li {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .custom-modal .content ul li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .custom-modal .content .btn-list .btn-default {
    min-width: 100%;
  }
  .custom-modal .content span {
    margin: 15px 0;
    font-size: 20px;
  }
  .custom-modal .content .title {
    font-size: 32px;
    line-height: 28px;
    margin: 0;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .alert .btn-default {
    width: 100%;
    margin: 15px 0 0;
  }
  .ijs-error__card {
    padding: 40px 28px;
  }
  .ijs-error__code {
    font-size: 5rem;
  }
  .ijs-error__title {
    font-size: 1.4rem;
  }
}
