﻿:root {
  --menu-height: 50px;
  --left-intro-height: 355px;
  --pakketcards-viewport-gap: 50px;
  --color-primary: #162549;
  --color-secondary: #ffffff;
  --color-text: #6a738a;
  --color-accent: #0099d8;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family:
    "Plus Jakarta Sans",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ebedf4;
}

header.site-header {
  height: var(--menu-height);
  min-height: var(--menu-height);
  align-items: center;
  z-index: 50;
  position: fixed !important;
  top: 20px;
  left: 20px;
  /* background-color: #FBFBFB; */
  border-radius: 16px;
  padding: 8px 16px;
  width: 100%;
  max-width: calc(100% - 40px);
  display: flex;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 0 !important;
}

header .brand {
  height: var(--menu-height);
  min-height: var(--menu-height);
  font-weight: 700;
  letter-spacing: 0.4px;
  border-radius: 16px;
  background: #fbfbfb;
  padding: 20px 12px;
  display: inline-flex;
  align-items: center;
}

header .brand img {
  height: 45px;
  margin-right: 20px;
}

/* Let overlay actions stay clickable while keeping header controls interactive. */
.page-pakketkeuze header.site-header {
  pointer-events: none;
}

.page-pakketkeuze header.site-header .container-fluid {
  pointer-events: none;
}

.page-pakketkeuze header.site-header .d-flex.align-items-center.justify-content-between {
  pointer-events: none;
}

.page-pakketkeuze header.site-header .d-flex.align-items-center.justify-content-between > .navbar-brand,
.page-pakketkeuze header.site-header .d-flex.align-items-center.justify-content-between > nav,
.page-pakketkeuze header.site-header .d-flex.align-items-center.justify-content-between > .mobile-nav-dropdown {
  pointer-events: auto;
}

.page-pakketkeuze header.site-header .mobile-nav-dropdown * {
  pointer-events: auto;
}

header nav {
  border-radius: 16px;
  padding: 20px 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

header nav {
  height: var(--menu-height);
  min-height: var(--menu-height);
  background-color: #fbfbfbd4;
  border-radius: 20px;
  padding: 10px 20px;
}

header nav a {
  margin: 0 5px;
}

header nav a:hover {
  color: rgb(0, 153, 216) !important;
}

header nav a i.fa-user {
  margin-left: 20px;
}

.mobile-nav-toggle {
  min-height: var(--menu-height);
  border: 1px solid rgba(0, 153, 216, 0.35);
  border-radius: 999px;
  background-color: #f3f9ff;
  color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(13, 21, 43, 0.08);
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.mobile-nav-toggle i {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background-color: var(--color-accent);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus,
.mobile-nav-toggle:active {
  background-color: #e7f4ff;
  border-color: rgba(0, 153, 216, 0.55);
  color: var(--color-primary);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 21, 43, 0.16);
}

.mobile-nav-toggle:hover i,
.mobile-nav-toggle:focus i {
  background-color: var(--color-primary);
  transform: scale(1.06);
}

.mobile-nav-toggle:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 2px 8px rgba(13, 21, 43, 0.12);
}

.mobile-nav-toggle:active i {
  transform: scale(0.94);
}

.mobile-nav-dropdown .dropdown-menu {
  margin-top: 8px;
  border: 1px solid rgba(13, 21, 43, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(13, 21, 43, 0.12);
  padding: 8px;
}

.mobile-nav-dropdown .dropdown-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 10px;
  color: var(--color-primary);
  padding: 10px 12px;
}

/* .mobile-nav-dropdown .dropdown-item::before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
} */

.mobile-nav-dropdown .dropdown-item:hover {
  background-color: #e7f4ff;
  color: var(--color-primary);
}

main {
  width: 100%;
  top: 0;
  box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  float: left;
  z-index: 5;
}

.doorinfo-image {
  transition: background-image 1s ease-in-out;
}

.door {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  float: left;
  z-index: 5;
}

.doorinfo-selecteddoor {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: cover; */
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  float: left;
  z-index: 5;
}

.left-intro {
  position: absolute;
  display: grid;
  padding: 0 !important;
  margin: 0;
  top: 0;
  left: 0;
  width: 40%;
  z-index: 10000;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-secondary);
  z-index: 110;
}

.left-intro::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  border-bottom-right-radius: 32px;
  background: linear-gradient(180deg, #162549 0%, #0d152b 100%);
}

.left-intro .content {
  width: calc(80% - 100px);
  display: block;
  position: relative;
  margin: 100px 50px 50px 50px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  font-size: 18px;
}

.left-intro .content h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 62px;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

.left-intro .content h1 span {
  color: #162549 !important;
  text-shadow:
    1px 0 #fff,
    -1px 0 #fff,
    0 1px #fff,
    0 -1px #fff,
    1px 1px #fff,
    -1px -1px #fff,
    1px -1px #fff,
    -1px 1px #fff;
}
.signinpane, .left-info {
  position: absolute;
  display: grid;
  padding: 0 !important;
  margin: 0;
  top: 355px;
  left: 0;
  width: 35%;
  /* width: 40%; */
  min-height: 24vh;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-primary);
  z-index: 12;
}

.signinpane::before, .left-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  box-shadow: 0 10px 30px rgba(13, 21, 43, 0.12);
}
.signinpane .signin {
  width: calc(80% - 100px);
  display: block !important;
  position: relative;
  margin: 28px 50px 32px 50px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  font-size: 18px;
  color: #162549;
}
.left-info {
  color: var(--color-primary);
}

.left-stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.left-stack .left-intro,
.left-stack .left-info {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

.left-stack .left-info {
  min-height: 0;
  height: auto;
  color: var(--color-primary);
  width: 90%;
}

.left-stack .left-info,
.left-stack .left-info * {
  color: var(--color-primary);
}

.left-stack .left-info > :first-child {
  width: calc(80% - 100px);
  display: block;
  position: relative;
  margin: 28px 50px 32px 50px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  font-size: 18px;
}
a.a-btn {
  /* background-color: #ffffff; */
  background-color: var(--color-accent);
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  fill: #162549;
  color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #fff;
  border-radius: 999px 999px 999px 999px;
  padding: 17px 20px 17px 20px;
  text-decoration: none;
  display: inline-block;
  outline: solid 6px rgba(255, 255, 255, 0.12);
  /* float: right; */
}

.signin a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

a .button-text {
  text-decoration: inherit;
  display: inline-block;
  box-sizing: border-box;
}
.signin label {
    color:var(--color-text);
}
.signin #togglePassword{
  color:var(--color-text)
}
.signin input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  /* border: none; */
  background-color: #ffffff;
  color:var(--color-primary);
  /* box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.input-form {
  --input_height: 50px;
  --input_color: #f73378;

  display: flex;
  flex-direction: column;
  position: relative;
}
.input-field {
  height: var(--input_height);
  width: 100%;
  padding-top: calc(var(--input_height) - 20px);
  font-size: 1rem;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgb(138, 138, 138);
  z-index: 2;
}


.right-intro {
  background-color: transparent;
  position: absolute;
  display: grid;
  padding: 0 !important;
  margin: 0;
  right: 0;
  top: 0;
  width: 35%;
  height: 100vh;
  z-index: 10000;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-secondary);
  z-index: 11;
}

/* .right-intro::after {
     content: "";
     display: block;
     position: absolute;
     right: 0;
     bottom: 0;
     width: 35%;
     height: 100%;
     border-top-left-radius: 32px;
     background: linear-gradient(180deg, #0D152B 0%, #162549 100%);
 } */

.right-info {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
  pointer-events: auto;
  z-index: 100;
  align-items: flex-end;
  justify-content: flex-end;
}

.right-info .card {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 16px;
}

.right-info .card .card-header {
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  color: var(--color-primary);
  background-color: transparent;
  border-bottom: none;
}

.right-info .card.projectinfo {
  bottom: 30px;
  padding: 20px;
}

.logo-panel {
  position: fixed;
  left: 20px;
  bottom: 30px;
  height: 60px;
  min-height: 60px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  z-index: 20;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.logo-panel img {
  height: 40px;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
}

.right-info .projectimg {
  max-width: 100%;
  max-height: 200px;
}

.right-info-pane {
  position: absolute;
  display: grid;
  margin: 0;
  top: calc(var(--menu-height) + 100px);
  right: 0;
  width: 35%;
  min-height: 24vh;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-primary);
  z-index: 12;
}

.right-info-pane::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  box-shadow: 0 10px 30px rgba(13, 21, 43, 0.12);
}

.right-info-pane > :first-child {
  width: calc(80% - 100px);
  display: block;
  position: relative;
  margin: 28px 50px 32px auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  font-size: 18px;
}

.left-cards {
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 40%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
  pointer-events: auto;
  z-index: 100;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  opacity: 1;
}

.left-cards .card {
  width: 45%;
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 16px;
  transform: translateX(-36px);
}

.left-cards.choisecards {
  position: fixed;
  top: calc(var(--left-intro-height) - 35px);
  bottom: 0;
  left: 0;
  height: max(0px, calc(100vh - (var(--left-intro-height) - 35px)));
  height: max(0px, calc(100dvh - (var(--left-intro-height) - 35px)));
  margin-bottom: 0;
  transform: none;
  width: 32%;
  max-height: none;
  padding: 0 50px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.16));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.choisecards .choisecardswith {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  gap: 14px;
  justify-content: flex-start;
  width: 100%;
  max-height: calc(100% - 35px);
  overflow-y: auto;
  margin: 35px 0 0;  
  padding: 10px 0 10px 0;
  box-sizing: border-box;
}

.choisecards .choise-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 200px;
  height: 360px;
  max-width: none;
  margin: 0;
  border-radius: 14px;
  border: 1px solid #d8dde9;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(13, 21, 43, 0.12);
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  transform: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.choisecards .choise-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 153, 216, 0.45);
  box-shadow: 0 12px 24px rgba(13, 21, 43, 0.2);
}

.choisecards .choise-card:focus-visible {
  outline: 3px solid rgba(0, 153, 216, 0.45);
  outline-offset: 2px;
}

.choisecards .choise-card:hover .choise-card-image {
  filter: saturate(1.05);
}

.choisecards .choise-card .choise-card-image {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 14px 14px 0 0;
  background-position: center -15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f7fb;
}

.choisecards .choise-card .choise-card-colors {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.choisecards .choise-card .choise-card-color {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #9ca7bb;
  border-radius: 50%;
  cursor: pointer;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease,
    filter 0.14s ease;
}

.choisecards .choise-card .choise-card-color.color-white {
  background: #ffffff;
}

.choisecards .choise-card .choise-card-color.color-black {
  background: #161616;
}

.choisecards .choise-card .choise-card-color:hover {
  transform: translateY(-1px) scale(1.08);
  border-color: #6f7b90;
  box-shadow: 0 2px 6px rgba(13, 21, 43, 0.24);
}

.choisecards .choise-card .choise-card-color:active {
  transform: scale(0.94);
  box-shadow: 0 1px 3px rgba(13, 21, 43, 0.2) inset;
}

.choisecards .choise-card .choise-card-color:focus-visible {
  outline: 2px solid rgba(0, 153, 216, 0.5);
  outline-offset: 2px;
}

.choisecards .choise-card .choise-card-color.is-active {
  border-color: #5a667d;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.95),
    0 0 0 4px rgba(13, 21, 43, 0.22);
}

.choisecards .choise-card .choise-card-footer {
  width: 100%;
  flex: 0 0 40px;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #d8dde9;
  padding: 0;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: rgba(255, 255, 255, 0.98);
}

.choisecards .choise-card.is-selected {
  border-color: var(--color-accent);
  box-shadow:
    0 0 0 3px rgba(0, 153, 216, 0.26),
    0 14px 28px rgba(13, 21, 43, 0.22);
}

.choisecards .choise-card.is-selected .choise-card-footer {
  background: rgba(0, 153, 216, 0.12);
}

.choisecards .choise-card h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #162549;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.choisecards .choise-card .choise-card-price {
  color: #8b94a8;
  font-size: 12px;
  font-weight: 600;
  padding-right: 15px;
  white-space: nowrap;
}

.page-keuze1 .left-intro {
  display: none;
}

.page-keuze1 .left-cards.choicecards {
  top: calc(var(--menu-height) + 36px);
  left: 16px;
  transform: none;
  width: min(62vw, 1020px);
  height: calc(100vh - var(--menu-height) - 56px);
  padding: 0;
  z-index: 12;
}

.page-keuze1 .choicecards-panel {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(13, 21, 43, 0.18);
  padding: 24px 22px 20px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
}

.page-keuze1 .choicecards-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.page-keuze1 .choicecards-step {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 3px solid #1c2f5f;
  color: #1c2f5f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.page-keuze1 .choicecards-title-wrap h2 {
  margin: 2px 0 2px;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: #0d2157;
}

.page-keuze1 .choicecards-title-wrap p {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  color: #a1a9bf;
  font-weight: 600;
}

.page-keuze1 .choicecards-body {
  overflow-y: auto;
  padding-right: 10px;
}

.page-keuze1 .choicecards-body::-webkit-scrollbar {
  width: 10px;
}

.page-keuze1 .choicecards-body::-webkit-scrollbar-thumb {
  background: #d1d6e4;
  border-radius: 999px;
}

.page-keuze1 .choicecards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-keuze1 .choice-option {
  position: relative;
  border: 3px solid #dee2ea;
  border-radius: 24px;
  background: #ffffff;
  min-height: 260px;
  padding: 16px 14px 14px;
  text-align: center;
}

.page-keuze1 .choice-option.is-selected {
  border-color: #122a64;
}

.page-keuze1 .choice-option img {
  display: block;
  width: 78%;
  height: 86px;
  object-fit: contain;
  margin: 28px auto 18px;
}

.page-keuze1 .choice-option h3 {
  margin: 0;
  color: #10235a;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.page-keuze1 .choice-option-price {
  margin: 4px 0 0;
  color: #acb3c8;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.page-keuze1 .choice-option-info {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 3px solid #111111;
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.page-keuze1 .choicecards-footer {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.page-keuze1 .choice-nav-btn {
  min-width: 182px;
  min-height: 56px;
  border-radius: 18px;
  border: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  transition: transform 0.18s ease;
}

.page-keuze1 .choice-nav-btn.is-disabled {
  background-color: #d6d6d6;
  color: #ffffff;
}

.page-keuze1 .choice-nav-btn.is-primary {
  background-color: #041f6a;
  color: #ffffff;
}

.page-keuze1 .choice-nav-btn.is-primary:hover {
  transform: translateY(-1px);
}

.right-cards {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 50%;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
  pointer-events: auto;
  z-index: 100;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  opacity: 1;
  align-content: flex-end;
}

.right-cards .card {
  width: 45%;
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 16px;
  transform: translateX(-36px);
}

@keyframes flyIn {
  from {
    transform: translateX(-36px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.pakketcards .card {
  position: relative;
  outline: solid 6px rgba(255, 255, 255, 0.12);
  transition:
    outline-color 0.18s ease,
    box-shadow 0.18s ease;
}

.pakketcards .card.active {
  outline: solid 6px var(--color-accent);
}

.pakketcards .card.transitioning-border {
  outline: solid 6px var(--color-accent);
}

.pakketcards .card:hover {
  transform: none !important;
}

.pakketcards .card:not(.active):not(.transitioning-border):hover {
  outline-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08) inset;
}

.pakketcards.fly-in .card {
  animation: flyIn 420ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.pakketcards.fly-in .card:nth-child(1) {
  animation-delay: 0ms;
}

.pakketcards.fly-in .card:nth-child(2) {
  animation-delay: 80ms;
}

.pakketcards.fly-in .card:nth-child(3) {
  animation-delay: 160ms;
}

.pakketcards.fly-in .card:nth-child(4) {
  animation-delay: 240ms;
}

.pakketcards.fly-in .card:nth-child(5) {
  animation-delay: 320ms;
}

.pakketcards.fly-in .card:nth-child(6) {
  animation-delay: 400ms;
}

.pakketcards.fly-in .card:nth-child(7) {
  animation-delay: 480ms;
}

.pakketcards .card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 21, 43, 0.3) 100%);
}

.pakketcards .card .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  font-size: 16px;
  color: var(--color-secondary);
  z-index: 1000;
  padding: 0 18px 18px;
}

.discount-hover-card-global {
  position: fixed;
  top: calc(var(--menu-height) + 200px);
  right: 24px;
  width: min(300px, calc(100% - 32px));
  background-color: #ff4800;
  border-radius: 16px;
  padding: 12px 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  transform: translateY(-8px) scale(0.96);
  z-index: 40;
}

.discount-hover-card-global.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.selected-pakket-info-card {
  position: fixed;
  top: calc(var(--menu-height) + 38px);
  right: 24px;
  width: 350px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(13, 21, 43, 0.12);
  padding: 14px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  transform: translateY(-8px) scale(0.96);
  z-index: 39;
}

.selected-pakket-info-card.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.selecteditem-top-action,
.selecteditem-bottom-cta {
  position: fixed;
  right: 24px;
  width: 350px;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  z-index: 41;
}

.selecteditem-top-action {
  top: calc(var(--menu-height) + 12px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
  transform: translateY(0) scale(1);
  z-index: 2147483646 !important;
  isolation: isolate;
}

#selectedItemTopAction,
#selectedItemTopAction * {
  pointer-events: auto !important;
}

.selecteditem-bottom-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
}

.selecteditem-top-action.is-visible,
.selecteditem-bottom-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.selecteditem-bottom-cta .selected-pakket-cta-button {
  width: 100%;
}

.selecteditem-top-action .dropdown-toggle::after {
  display: none;
}

.selecteditem-top-action-group {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.selecteditem-top-action .selecteditem-top-dropdown-toggle {
  flex: 0 0 46px;
  width: 46px;
  border: 1px solid rgba(0, 153, 216, 0.35);
  border-left: none;
  border-radius: 0 999px 999px 0;
  background-color: #f3f9ff;
  color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(13, 21, 43, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.selecteditem-top-action .selecteditem-top-dropdown-toggle:hover {
  background-color: #e7f4ff;
  border-color: rgba(0, 153, 216, 0.55);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 21, 43, 0.16);
}

.selecteditem-top-action .selecteditem-top-dropdown-toggle:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 2px 8px rgba(13, 21, 43, 0.12);
}

.selecteditem-top-action .selecteditem-top-dropdown-toggle:focus-visible {
  outline: 2px solid rgba(0, 153, 216, 0.6);
  outline-offset: 2px;
}

.selecteditem-top-action .selectpakket-subtle {
  margin-top: 0;
}

.selecteditem-top-action .selectpakket-subtle .button-content-wrapper {
  justify-content: flex-start;
}

.selecteditem-top-action .selecteditem-top-primary {
  flex: 1 1 auto;
  width: auto;
  border-radius: 999px 0 0 999px;
  border-right: none;
  margin-top: 0;
}

.selecteditem-top-action .dropdown-menu {
  box-shadow: 0 8px 20px rgba(13, 21, 43, 0.12);
  border: 1px solid rgba(13, 21, 43, 0.08);
}

.selecteditem-top-action .dropdown-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.selecteditem-top-action .dropdown-item::before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
}

.selected-pakket-cta {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  justify-content: stretch;
  margin-top: 4px;
  z-index: 41;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.selected-pakket-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.selected-pakket-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background-color: var(--color-accent);
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 62px 12px 20px;
  box-shadow: 0 10px 24px rgba(13, 21, 43, 0.2);
  transition: background-color 0.2s ease;
}

.selected-pakket-cta-button:hover {
  background-color: var(--color-primary);
}

.selected-pakket-cta-button:hover::after,
.selected-pakket-cta-button:focus-visible::after {
  animation: ctaArrowHover 0.9s ease-in-out infinite;
}

.selected-pakket-cta-button:active::after {
  animation: ctaArrowClick 0.22s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.selected-pakket-cta-button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background-color: var(--color-accent);
  color: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
  pointer-events: none;
}

@keyframes ctaArrowHover {
  0%,
  100% {
    transform: translateY(-50%) translateX(0) scale(1);
  }
  50% {
    transform: translateY(-50%) translateX(3px) scale(1);
  }
}

@keyframes ctaArrowClick {
  0% {
    transform: translateY(-50%) translateX(0) scale(1);
  }
  40% {
    transform: translateY(-50%) translateX(6px) scale(0.92);
  }
  100% {
    transform: translateY(-50%) translateX(0) scale(1);
  }
}

.selected-pakket-cta-button:focus-visible {
  background-color: var(--color-primary);
}

.selected-pakket-info-card h6 {
  margin: 0;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.selecteditem-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.selecteditem-title-price {
  color: #8b94a9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.selecteditem-info-card .card-header {
  margin: -14px -16px 10px;
  padding: 12px 16px 10px;
  border-radius: 16px 16px 0 0;
  border: 0;
  border-bottom: 1px solid #e7ebf3;
  background: #f5f8fc;
  color: var(--color-primary);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.selected-pakket-content {
  margin: 0;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.45;
  white-space: pre-line;
}

.discount-label {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.discount-price {
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 0.95;
}

.discount-info-icon {
  position: absolute;
  right: 14px;
  bottom: 15px;
  color: #ffffff;
  font-size: 16px;
}

.pakketcards .card .card-body h5 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding-left: 0;
  color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.45),
    0 2px 8px rgba(13, 21, 43, 0.45);
}

.pakketcards .card.title-dark .card-body h5 {
  color: var(--color-primary);
  -webkit-text-stroke: 1px #ffffff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.6),
    0 1px 2px rgba(255, 255, 255, 0.6);
}

.pakketcards .card.title-light .card-body h5 {
  color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.45),
    0 2px 8px rgba(13, 21, 43, 0.45);
}

.pakketcards .card .card-text {
  display: none;
}

/* .pakketcards .card .card-footer {
     height: auto;
     margin: 0;
     padding: 0 10px;
     font-size: 12px;
     color: var(--color-secondary);
     height: 25px;
     background-color: var(--color-text);
     border-bottom: none;
 } */

.pakketcards .card.pakket1,
.pakketcards .card.pakket2,
.pakketcards .card.pakket3,
.pakketcards .card.pakket4,
.pakketcards .card.pakket5,
.pakketcards .card.pakket6 {
  cursor: pointer;
  height: 320px;
  width: 440px;
  /* background-image: url(/assets/pakketten/pakket1.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.pakketcards .card.pakket1 {
  background-image: url(/assets/pakketten/pakket1.png);
}

.pakketcards .card.pakket2 {
  background-image: url(/assets/pakketten/pakket2.png);
}

.pakketcards .card.pakket3 {
  background-image: url(/assets/pakketten/pakket3.png);
}

.pakketcards .card.pakket4 {
  background-image: url(/assets/pakketten/pakket4.png);
}

.pakketcards .card.pakket5 {
  background-image: url(/assets/pakketten/pakket5.png);
}

.pakketcards .card.pakket6 {
  background-image: url(/assets/pakketten/pakket6.png);
}

.right-cards.pakketcards .card::before {
  left: auto;
  right: 0;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 21, 43, 0.92) 100%);
}

/* .pakketcards .card.active::before {
  background: linear-gradient(180deg, #0099d8 0%, #006089 100%) !important;
} */

.right-cards.pakketcards .card .card-body {
  right: 0;
}

.right-cards.pakketcards .card.pakket4,
.right-cards.pakketcards .card.pakket5,
.right-cards.pakketcards .card.pakket6 {
  background-position: center;
}

.page-pakketkeuze .left-cards.pakketcards {
  top: 355px;
  transform: none;
  width: 30%;
  padding-left: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;  
}

.selected-pakket-info-card .deuren-thumbs-panel {
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 12px 0 12px;
}

#selectedItemDeurenThumbsPanel .choise-card-colors {
  position: static;
  transform: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#selectedItemDeurenThumbsPanel .choise-card-color {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #9ca7bb;
  border-radius: 50%;
  cursor: pointer;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease,
    filter 0.14s ease;
}

#selectedItemDeurenThumbsPanel .choise-card-color.color-white {
  background: #ffffff;
}

#selectedItemDeurenThumbsPanel .choise-card-color.color-black {
  background: #161616;
}

#selectedItemDeurenThumbsPanel .choise-card-color:hover {
  transform: translateY(-1px) scale(1.08);
  border-color: #6f7b90;
  box-shadow: 0 2px 6px rgba(13, 21, 43, 0.24);
}

#selectedItemDeurenThumbsPanel .choise-card-color:active {
  transform: scale(0.94);
  box-shadow: 0 1px 3px rgba(13, 21, 43, 0.2) inset;
}

#selectedItemDeurenThumbsPanel .choise-card-color:focus-visible {
  outline: 2px solid rgba(0, 153, 216, 0.5);
  outline-offset: 2px;
}

#selectedItemDeurenThumbsPanel .choise-card-color.is-active {
  border-color: #5a667d;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.95),
    0 0 0 4px rgba(13, 21, 43, 0.22);
}

#selectedItemGlassOptions {
  margin-top: 10px;
}

#selectedItemGlassOptions .choise-card-colors {
  position: static;
  transform: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#selectedItemDeurenThumbsPanel .selecteditem-option,
#selectedItemGlassOptions .selecteditem-option {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 56px;
}

#selectedItemDeurenThumbsPanel .selecteditem-option-label,
#selectedItemGlassOptions .selecteditem-option-label {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

#selectedItemDeurenThumbsPanel .selecteditem-option-price,
#selectedItemGlassOptions .selecteditem-option-price {
  color: #8b94a9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

#selectedItemGlassOptions .choise-card-color {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #9ca7bb;
  border-radius: 50%;
  cursor: pointer;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease,
    filter 0.14s ease;
}

#selectedItemGlassOptions .choise-card-color.glass-clear {
  background-image: conic-gradient(#d8dde8 0 25%, #f4f7fc 0 50%, #d8dde8 0 75%, #f4f7fc 0);
  background-size: 10px 10px;
  background-position: center;
}

#selectedItemGlassOptions .choise-card-color.glass-matte {
  background: #d1d7e3;
}

#selectedItemGlassOptions .choise-card-color:hover {
  transform: translateY(-1px) scale(1.08);
  border-color: #6f7b90;
  box-shadow: 0 2px 6px rgba(13, 21, 43, 0.24);
}

#selectedItemGlassOptions .choise-card-color:active {
  transform: scale(0.94);
  box-shadow: 0 1px 3px rgba(13, 21, 43, 0.2) inset;
}

#selectedItemGlassOptions .choise-card-color:focus-visible {
  outline: 2px solid rgba(0, 153, 216, 0.5);
  outline-offset: 2px;
}

#selectedItemGlassOptions .choise-card-color.is-active {
  border-color: #5a667d;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.95),
    0 0 0 4px rgba(13, 21, 43, 0.22);
}

.deuren-thumbs-panel .deur-thumb {
  width: 90px;
  min-height: 90px;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 4px 4px 6px;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.deuren-thumbs-panel .deur-thumb img {
  width: 100%;
  height: 64px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.deuren-thumbs-panel .deur-thumb .deur-thumb-label {
  display: block;
  max-width: 100%;
  color: #8b94a9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deuren-thumbs-panel .deur-thumb:hover {
  transform: translateX(3px) scale(1.03);
  border-color: rgba(0, 153, 216, 0.6);
  box-shadow: 0 8px 18px rgba(13, 21, 43, 0.18);
}

.deuren-thumbs-panel .deur-thumb.active {
  border-color: var(--color-accent);
  background-color: #e9f7ff;
  box-shadow: 0 0 0 3px rgba(0, 153, 216, 0.22);
}

.page-pakketkeuze .left-cards.pakketcards .card {
  width: 100%;
  max-width: none;
  transform: none !important;
  border: 2px #fff solid;
}

.page-pakketkeuze .pakketcards .card.pakket1,
.page-pakketkeuze .pakketcards .card.pakket2,
.page-pakketkeuze .pakketcards .card.pakket3,
.page-pakketkeuze .pakketcards .card.pakket4,
.page-pakketkeuze .pakketcards .card.pakket5,
.page-pakketkeuze .pakketcards .card.pakket6 {
  height: 160px;
}

@media (min-width: 992px) {
  .page-pakketkeuze .left-cards.pakketcards {
    top: calc(var(--left-intro-height) + var(--pakketcards-viewport-gap));
    height: max(0px, calc(100vh - var(--left-intro-height) - (var(--pakketcards-viewport-gap) * 2)));
    height: max(0px, calc(100dvh - var(--left-intro-height) - (var(--pakketcards-viewport-gap) * 2)));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    align-content: stretch;
  }

  .page-pakketkeuze .pakketcards .card.pakket1,
  .page-pakketkeuze .pakketcards .card.pakket2,
  .page-pakketkeuze .pakketcards .card.pakket3,
  .page-pakketkeuze .pakketcards .card.pakket4,
  .page-pakketkeuze .pakketcards .card.pakket5,
  .page-pakketkeuze .pakketcards .card.pakket6 {
    height: auto;
    min-height: 0;
  }

}

.selectpakket-wrapper {
  z-index: 100;
  display: none;
  position: absolute;
  right: 32px;
  top: 5px;
  width: 300px;
  transition: all 1s linear;
}

.selectpakket {
  display: block;
  background-color: var(--color-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  fill: var(--color-secondary);
  color: var(--color-secondary);
  border-radius: 999px 999px 999px 999px;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  cursor: pointer;
}

.selectpakket:hover {
  background-color: var(--color-primary);
}

.button-content-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
}

.selectpakket .button-icon {
  padding: 6px;
  border-radius: 999px;
  background-color: var(--color-primary);
  width: 28px;
  height: 28px;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectpakket:hover .button-icon {
  background-color: var(--color-accent);
}

.selectpakket .button-text {
  display: inline-block;
}

.selected-pakket-info-card .selectpakket-subtle,
.selecteditem-top-action .selectpakket-subtle {
  width: 100%;
  margin-top: 10px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  border: 1px solid rgba(0, 153, 216, 0.35);
  background-color: #f3f9ff;
  color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(13, 21, 43, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.selected-pakket-info-card .selectpakket-subtle .button-content-wrapper,
.selecteditem-top-action .selectpakket-subtle .button-content-wrapper {
  justify-content: center;
  gap: 10px;
}

.selected-pakket-info-card .selectpakket-subtle .button-icon,
.selecteditem-top-action .selectpakket-subtle .button-icon {
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: var(--color-accent);
  color: #ffffff;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease;
}

.selected-pakket-info-card .selectpakket-subtle:hover,
.selecteditem-top-action .selectpakket-subtle:hover {
  background-color: #e7f4ff;
  border-color: rgba(0, 153, 216, 0.55);
  color: var(--color-primary);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 21, 43, 0.16);
}

.selected-pakket-info-card .selectpakket-subtle:hover .button-icon,
.selecteditem-top-action .selectpakket-subtle:hover .button-icon {
  background-color: var(--color-primary);
  transform: scale(1.06);
}

.selected-pakket-info-card .selectpakket-subtle:active,
.selecteditem-top-action .selectpakket-subtle:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 2px 8px rgba(13, 21, 43, 0.12);
}

.selected-pakket-info-card .selectpakket-subtle:active .button-icon,
.selecteditem-top-action .selectpakket-subtle:active .button-icon {
  transform: scale(0.94);
}

.selected-pakket-info-card .selectpakket-subtle:focus-visible,
.selecteditem-top-action .selectpakket-subtle:focus-visible {
  outline: 2px solid rgba(0, 153, 216, 0.6);
  outline-offset: 2px;
}

.selecteditem-top-action .selectpakket-subtle {
  margin-top: 0;
}

.selecteditem-top-action .selectpakket-subtle .button-content-wrapper {
  justify-content: flex-start;
}

.donotselectpakket {
  position: absolute;
  top: 65px;
  right: 60px;
  color: var(--color-text);
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  background-color: #ffffff69;
  border-radius: 6px;
  padding: 3px 6px;
}

.donotselectpakket:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.left-cards:has(.selected) {
  transform: none;
}

.right-cards:has(.selected) {
  transform: none;
}

.selected {
  position: fixed;
  top: 100px;
  transition: all 0.5s linear;
}

.right-cards .selected {
  right: 0;
}

/* Responsive overrides */
main {
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}

@media (max-width: 1199.98px) {
  .left-intro {
    width: 48%;
  }

  .left-stack {
    width: 48%;
  }

  .signinpane {
    width: 48%;
    top: 370px;
  }

  .signinpane .signin {
    width: calc(80% - 64px);
    margin: 28px 32px 32px;
  }

  .left-intro .content {
    width: calc(80% - 64px);
    margin: 96px 32px 32px;
  }

  .right-intro {
    width: 42%;
  }

  .right-info-pane {
    width: 42%;
  }

  .right-info {
    width: 80%;
    padding-right: 1rem;
  }

  .page-pakketkeuze .left-cards.pakketcards {
    width: 48%;
  }

  .left-cards.choisecards {
    width: 38.4%;
    padding: 0 32px;
  }

  .choisecards .choise-card .choise-card-image {
    height: 300px;
  }

  .page-keuze1 .left-cards.choicecards {
    width: min(70vw, 860px);
  }

  .page-keuze1 .choicecards-title-wrap h2 {
    font-size: 40px;
  }

  .page-keuze1 .choicecards-title-wrap p {
    font-size: 34px;
  }

  .page-keuze1 .choice-option h3 {
    font-size: 30px;
  }

  .page-keuze1 .choice-option-price {
    font-size: 38px;
  }

}

@media (max-width: 991.98px) {
  header.site-header {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }

  header .brand {
    padding: 14px 10px;
    min-height: 52px;
    height: 52px;
  }

  header .brand img {
    height: 34px;
    margin-right: 0;
  }

  main {
    position: relative;
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
    padding-bottom: 24px;
  }

  .left-intro,
  .signinpane,
  .right-intro,
  .right-info-pane {
    position: relative;
    width: 100%;    
    top: auto;
    left: auto;
    right: auto;
    z-index: 10;
  }

  .left-stack {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    gap: 16px;
  }

  .left-stack .left-intro,
  .left-stack .left-info {
    width: 100%;
  }

  .left-stack .left-info::before {
    width: 100%;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .left-stack .left-info > :first-child {
    width: 100%;
    margin: 24px 0 0;
    padding: 0 16px 20px;
    font-size: 16px;
  }

  .left-intro {
    margin-top: 86px;
    padding: 0 16px !important;
  }

  .signinpane {
    margin-top: 16px;
    padding: 0 16px !important;
  }

  .left-intro::before {
    width: 100%;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .signinpane::before {
    width: 100%;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .left-intro .content {
    width: 100%;
    margin: 32px 0;
    padding: 0 16px 20px;
    font-size: 16px;
  }

  .signinpane .signin {
    width: 100%;
    margin: 24px 0 0;
    padding: 0 16px 20px;
    font-size: 16px;
  }

  .left-intro .content h1 {
    font-size: clamp(30px, 6vw, 44px);
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .right-intro {
    padding: 0 16px !important;
    margin-top: 16px;
  }

  .right-info-pane {
    margin-top: 16px;
    padding: 0 16px !important;
  }

  .right-info-pane::before {
    width: 100%;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .right-info-pane > :first-child {
    width: 100%;
    margin: 24px 0 0;
    padding: 0 16px 20px;
    font-size: 16px;
  }

  .right-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
  }

  .right-info .card.projectinfo {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    bottom: auto;
  }

  .right-info .projectimg {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .logo-panel {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 16px;
    width: calc(100% - 32px);
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    min-height: 60px;
  }

  .discount-hover-card-global {
    top: calc(var(--menu-height) + 178px);
    right: 12px;
    width: min(280px, calc(100% - 24px));
  }

  .selected-pakket-info-card,
  .selecteditem-top-action,
  .selecteditem-bottom-cta {
    right: 12px;
    width: 350px;
  }

  .selected-pakket-info-card {
    top: calc(var(--menu-height) + 24px);
  }

  .discount-price {
    font-size: 52px;
  }

  .page-pakketkeuze .left-cards.pakketcards {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 16px;
    padding: 0 16px;
  }

  .left-cards.choisecards {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: none;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0 16px;
  }

  .choisecards .choisecardswith {
    max-height: none;
  }

  .page-keuze1 .left-cards.choicecards {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 92px;
    padding: 0 16px 16px;
  }

  .page-keuze1 .choicecards-panel {
    height: auto;
    max-height: none;
    padding: 18px 16px 14px;
  }

  .page-keuze1 .choicecards-title-wrap h2 {
    font-size: 30px;
  }

  .page-keuze1 .choicecards-title-wrap p {
    font-size: 25px;
  }

  .page-keuze1 .choice-option {
    min-height: 220px;
  }

  .page-keuze1 .choice-option h3 {
    font-size: 24px;
  }

  .page-keuze1 .choice-option-price {
    font-size: 30px;
  }

  .page-keuze1 .choice-nav-btn {
    min-width: 150px;
    min-height: 50px;
    font-size: 20px;
    border-radius: 14px;
  }

}

@media (max-width: 575.98px) {
  :root {
    --menu-height: 52px;
  }

  .left-intro {
    margin-top: 78px;
    padding: 0 10px !important;
  }

  .signinpane {
    padding: 0 10px !important;
  }

  .left-intro .content {
    padding: 0 12px 18px;
    margin: 24px 0;
  }

  .left-stack .left-info > :first-child {
    padding: 0 12px 18px;
    margin-top: 20px;
  }

  .signinpane .signin {
    padding: 0 12px 18px;
    margin-top: 20px;
  }

  .signin a {
    width: 100%;
    text-align: center;
  }

  .right-intro {
    padding: 0 10px !important;
  }

  .right-info-pane {
    padding: 0 10px !important;
  }

  .right-info-pane > :first-child {
    padding: 0 12px 18px;
    margin-top: 20px;
  }

  .right-info .card .card-header {
    font-size: 20px;
    line-height: 1.2;
  }

  .discount-hover-card-global {
    top: calc(var(--menu-height) + 156px);
    right: 8px;
    width: min(250px, calc(100% - 16px));
    padding: 10px 14px 12px;
  }

  .selected-pakket-info-card,
  .selecteditem-top-action,
  .selecteditem-bottom-cta {
    right: 8px;
    width: min(350px, calc(100% - 16px));
  }

  .selected-pakket-info-card {
    top: calc(var(--menu-height) + 18px);
    padding: 12px 14px;
  }

  .selecteditem-info-card .card-header {
    margin: -12px -14px 10px;
    padding: 10px 14px 8px;
  }

  .selected-pakket-cta-button {
    min-height: 48px;
    font-size: 15px;
    padding: 10px 58px 10px 16px;
  }

  .discount-price {
    font-size: 44px;
  }

  .page-pakketkeuze .left-cards.pakketcards {
    padding: 0 10px;
  }

  .left-cards.choisecards {
    padding: 0 10px;
  }

  .choisecards .choisecardswith {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .choisecards .choise-card .choise-card-image {
    height: 300px;
  }

  .choisecards .choise-card h3 {
    font-size: 14px;
  }

  .page-keuze1 .left-cards.choicecards {
    margin-top: 82px;
    padding: 0 10px 12px;
  }

  .page-keuze1 .choicecards-header {
    gap: 10px;
  }

  .page-keuze1 .choicecards-step {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 24px;
    border-width: 2px;
  }

  .page-keuze1 .choicecards-title-wrap h2 {
    font-size: 22px;
  }

  .page-keuze1 .choicecards-title-wrap p {
    font-size: 18px;
  }

  .page-keuze1 .choicecards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-keuze1 .choice-option {
    min-height: 188px;
    border-radius: 18px;
    border-width: 2px;
    padding: 12px 12px 10px;
  }

  .page-keuze1 .choice-option img {
    height: 68px;
    margin: 20px auto 10px;
  }

  .page-keuze1 .choice-option h3 {
    font-size: 20px;
  }

  .page-keuze1 .choice-option-price {
    font-size: 24px;
  }

  .page-keuze1 .choice-option-info {
    width: 34px;
    height: 34px;
    border-width: 2px;
    font-size: 18px;
  }

  .page-keuze1 .choicecards-footer {
    gap: 10px;
  }

  .page-keuze1 .choice-nav-btn {
    min-width: 132px;
    min-height: 44px;
    font-size: 18px;
    border-radius: 12px;
  }
}

