@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  background-color: #36164A;
  margin: auto;
  /* Base: add side padding to text elements inside the main canvas
     (exclude nav items so Drupal toolbars/menus aren't affected) */
  /* Section Kiber: zero side padding for typical text inside the left column */
  /* Accordion: zero padding by default for its content */
  /* Dash-list: narrower padding when inside accordion */
  /* (Optional) If you want dash-lists elsewhere to always get the 15%,
     uncomment this. Otherwise the base rule above already gives them 15%.
  .dialog-off-canvas-main-canvas .dash-list,
  .dialog-off-canvas-main-canvas .dash-list li {
    padding-inline: 15%;
  }
  */
  /* Kiber assessment form: no list padding at all */
  /*
    a, p, h3, h4, h5, h6, span, li, div {
      font-size: 1.5vw;
    }

    p, h3, h4, h5, h6, ul, li:not(.nav-item) {
      padding-left: 10%;
      padding-right: 10%;
    }*/
}
body .dialog-off-canvas-main-canvas :is(p, h3, h4, h5, h6, ul, li):not(.nav-item, .navbar-nav) {
  padding-inline: 20%;
}
body .dialog-off-canvas-main-canvas .section-kiber .kiber-text-col :is(h1, h2, h3, h4, h5, h6, p, ul, li) {
  padding-inline: 0;
}
body .dialog-off-canvas-main-canvas .accordion-content :is(p, ul, li) {
  padding-inline: 0;
}
body .dialog-off-canvas-main-canvas .accordion-content .dash-list,
body .dialog-off-canvas-main-canvas .accordion-content .dash-list li {
  padding-inline: 5%;
}
body .dialog-off-canvas-main-canvas .kiber-assessment-form :is(ul, li) {
  padding-inline: 0;
  margin-left: 0; /* remove default browser indentation */
  list-style-position: inside; /* optional: keeps markers aligned */
}
body h1, body span {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 902px) {
  body a, body p, body h3, body h4, body h5, body h6, body span, body li, body div {
    font-size: 1vw;
  }
  body .nav-link {
    font-size: 1vw;
  }
}
@media (max-width: 900px) {
  body a, body p, body h3, body h4, body h5, body h6, body span, body li, body div {
    font-size: 4vw;
  }
}

.svg-swap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.svg-swap img {
  display: block;
}
.svg-swap .svg-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-swap:hover .svg-default {
  opacity: 0;
}
.svg-swap:hover .svg-hover {
  opacity: 1;
}

/*
.view-content img:not(.svg-default):not(.svg-hover) {
  display: block !important;
  max-width: 100%;
  height: auto !important;
  margin: 2rem auto !important;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
*/
.view-node-title {
  font-size: 2vw;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

.dialog-off-canvas-main-canvas .kiber-row h2,
.dialog-off-canvas-main-canvas .kiber-row p,
.custom-footer .footer__menu .navbar-nav {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.view-section {
  position: relative;
  padding: 0 0 5vw;
  overflow: hidden;
}
.view-section.section--white {
  background-color: white;
  color: black;
}
.view-section.section--white a, .view-section.section--white p, .view-section.section--white h1, .view-section.section--white h2, .view-section.section--white h3, .view-section.section--white h4, .view-section.section--white h5, .view-section.section--white h6, .view-section.section--white span, .view-section.section--white li, .view-section.section--white div {
  color: black;
}
.view-section.section--purple {
  background-color: #36164A;
  color: white;
}
.view-section.section--purple a, .view-section.section--purple p, .view-section.section--purple h1, .view-section.section--purple h2, .view-section.section--purple h3, .view-section.section--purple h4, .view-section.section--purple h5, .view-section.section--purple h6, .view-section.section--purple span, .view-section.section--purple li, .view-section.section--purple div {
  color: white;
}
.view-section a:hover,
.view-section a:focus {
  color: #62E012;
}

.hidden,
#quiz-wrapper.hidden {
  display: none !important;
}

ul.dash-list {
  list-style: none;
}

ul.dash-list li::before {
  content: "▶";
  display: inline-block;
  width: 0; /* takes no horizontal space */
  position: relative;
  left: -1.5vw; /* ⟵ tiny nudge left (tweak as needed) */
  color: #62E012;
  /* no rotate here; keep it pointing right */
}

.course-notice {
  display: block;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* the pill */
p.application-notice > strong {
  font-size: 1vw;
  display: block;
  background: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.39); /* soft depth */
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.788); /* light lift */
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-left: 5%;
  padding-right: 5%;
  padding-inline: 0;
  text-align: center;
}

.accordion {
  padding-left: 20%;
  padding-right: 20%;
}

.accordion-button,
.accordion-button-g,
.apply-button-g {
  display: block;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1vw;
  padding: 0.6vw;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Default button: purple base, green hover */
.accordion-button {
  background-color: #36164A;
  color: #fff;
}

.accordion-button:hover {
  background-color: #62E012;
}

/* Green button: green base, white hover */
.accordion-button-g, .apply-button-g {
  background-color: #62E012;
  color: #000;
}

.accordion-button-g:hover,
.apply-button-g:hover {
  background-color: #fff;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
}

/* Base title layout */
.accordion-title {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Add the green triangle after the title */
.accordion-title::after {
  content: "▶";
  color: #62E012;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* When accordion is active, rotate it */
.accordion-item.active .accordion-title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Keeps the content collapsed initially */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content {
  max-height: 2000px; /* tall enough for any content */
}

.view-node-title a {
  color: inherit;
  text-decoration: none;
  font: inherit;
  line-height: inherit;
}

/* =========================
   Post footer layout
   ========================= */
.post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 14px 0;
  margin-top: 24px;
  margin-inline: 20%;
}

.post-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.post-footer__left {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* =========================
   Share actions (icons)
   ========================= */
.post-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #000; /* default icon color */
  transition: color 0.2s ease, opacity 0.2s ease;
}

.post-action svg {
  display: block;
  width: 19px;
  height: 19px;
}

/* IMPORTANT: force SVG + PATH to follow currentColor */
.post-action svg,
.post-action svg path {
  fill: currentColor;
}

/* Default hover = green */
.post-action:hover,
.post-action:focus-visible {
  color: #3ecf2d;
  opacity: 1; /* avoid dimming when changing color */
}

/* =========================
   Purple sections overrides
   ========================= */
.view-section.section--purple .post-footer .post-action {
  color: #fff; /* icons white by default */
}

.view-section.section--purple .post-footer .post-action:hover,
.view-section.section--purple .post-footer .post-action:focus-visible {
  color: #3ecf2d; /* green hover on purple too */
}

/* White borders in purple sections */
.view-section.section--purple .post-footer {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.custom-navbar {
  background-color: #36164A;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  padding-top: 2rem;
  /* Only animate the sticky movement / color, NOT layout */
  transition: top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

/* layout */
.custom-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between; /* logo left, menu right */
  width: 100%;
  transition: none; /* prevent inner elements from animating */
}

.custom-navbar__branding {
  min-width: 15vw;
  flex: 0 0 auto;
}

.custom-navbar__menu {
  margin-left: auto;
}

.nav-item {
  display: flex;
}

.navbar-nav {
  display: flex;
  gap: 0.4rem;
}

/* If you use classes to hide/show the bar while scrolling: */
.nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 0.6vw 1vw;
  transition: all 0.2s ease;
  display: flex;
  border-radius: 5px;
  white-space: nowrap;
  overflow-wrap: normal;
}
.nav-link:hover, .nav-link:focus {
  background-color: #62E012;
  color: #000;
}
.nav-link.is-active {
  background-color: #62E012;
  color: #000 !important;
}
.nav-link.is-active:hover, .nav-link.is-active:focus {
  background-color: #fff;
  color: #000 !important;
}

/* ---------- Mobile ---------- */
@media (max-width: 901px) {
  .custom-navbar__inner {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    /* optional: reduce padding on small screens */
    padding-inline: 5%;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap; /* allow stacking on mobile */
    white-space: normal;
  }
}
/* ---------- Desktop ---------- */
@media (min-width: 901px) {
  .custom-navbar.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-left: 20%;
    padding-right: 20%;
  }
  .custom-navbar.unstuck {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
  }
}
.filter_select {
  position: relative;
  border-bottom: 1px solid #62E012;
  margin-left: 20%;
  margin-right: 20%;
}

.filter_select .select_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  padding: 0.625rem 0;
}

.filter_select .label-text,
.filter_select .selected-value {
  display: flex;
  flex-direction: column; /*  Allows child spans to grow independently if needed */
  justify-content: center; /*  Centers inner text vertically */
  font-weight: bold;
  color: #000 !important;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  overflow-wrap: break-word;
  min-height: 1.4em; /* Ensures some height even for sinle lines */
  font-size: 1vw;
}

.filter_select .label-text {
  display: inline;
  font-weight: bold;
  color: #000 !important;
  font-size: 1vw;
  text-align: left;
}

.filter_select .selected-value {
  width: 50%;
  text-align: right;
  color: #000 !important;
}

.filter_select .select_title::after {
  content: "▼";
  display: inline-block;
  color: #62E012;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* closed */
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

/* when the options of this filter are active, rotate */
.filter_select:has(.options.active) .select_title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); /* open */
}

.filter_select .select_title .selected-value {
  margin-right: 0.25rem; /* tiny left shift relative to the arrow */
}

.filter_select:has(.options.active) .select_title .selected-value {
  margin-right: 0.25rem; /* tiny left shift relative to the arrow */
}

/* make dropdown items move slightly left when active */
.filter_select .options ul li {
  padding-right: 1.5%;
}

.filter_select .options.active ul li {
  padding-right: 1.5%;
}

/* --- Dropdown options --- */
.filter_select .options {
  right: 0;
  background: #fff;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, border 0.3s ease;
  z-index: 100;
  color: #000 !important;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: right;
}

.filter_select .options.active {
  max-height: 400px;
  border-color: #ccc;
}

.filter_select .options ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.filter_select .options li {
  padding: 0.75rem 1rem;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #000;
}

.filter_select .options li:hover {
  background: #f2f2f2;
  color: #000;
}

.filter_select .options li.selected {
  background: #e6e6e6;
  font-weight: bold;
}

/* Optional scrollbar styles */
.filter_select .options ul::-webkit-scrollbar {
  width: 8px;
}

.filter_select .options ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.filter_select:has(.options.active) .selected-value {
  text-decoration: underline;
  -webkit-text-decoration-color: #62E012;
          text-decoration-color: #62E012;
}

.filter_select .options li.selected {
  background-color: #d1ffd6; /* light green */
  font-weight: bold;
  border-right: 4px solid #62E012;
}

.filter_select .options li.optgroup {
  font-weight: bold;
  border-bottom: 1px solid #62E012;
  background-color: #f9f9f9;
  color: #666;
  padding: 0.5rem 1rem;
  cursor: default;
  text-align: right;
}

.filter_select .select_title .label-text,
.filter_select .select_title .selected-value {
  flex: 1;
}

.filter_select .select_title .label-text {
  text-align: left;
}

.filter_select .select_title .selected-value {
  text-align: right;
}

/* Debug (optional) 
.filter_select .label-text {
  background-color: rgba(255, 0, 0, 0.5);
}

.filter_select .selected-value {
  background-color: rgba(0, 0, 255, 5);
}*/
/*

.custom-slider {
  //-webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #ccc;
  border-radius: 5px;
  outline: none;
  margin: 1rem 0;
  cursor: pointer;
  max-width: 30vw; // Match the dropdown size
}

// Track styling
.custom-slider::-webkit-slider-runnable-track {
  background: #ccc;
  height: 8px;
  border-radius: 5px;
}

.custom-slider::-moz-range-track {
  background: #ccc;
  height: 8px;
  border-radius: 5px;
}

// Thumb styling
.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4caf50;
  border: 2px solid #000;
  margin-top: -8px; // Align with track
  transition: background 0.3s ease;
}

.custom-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4caf50;
  border: 2px solid #000;
  transition: background 0.3s ease;
}

.custom-slider:hover::-webkit-slider-thumb,
.custom-slider:focus::-webkit-slider-thumb {
  background: #45a049;
}

.custom-slider:hover::-moz-range-thumb,
.custom-slider:focus::-moz-range-thumb {
  background: #45a049;
}
*/
.lock-slider-row {
  border-bottom: 1px solid #62E012;
  display: flex;
  margin-left: 20%;
  margin-right: 20%;
}

.lock-slider-label {
  font-weight: 600;
  font-size: 1vw;
  padding: 20px 0;
  flex: 1 1 100%;
  text-align: left;
  align-items: center;
  box-sizing: border-box;
}

.lock-slider {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1vw;
  padding: 10px 0;
  flex: 1 1 50%;
  box-sizing: border-box;
}

.lock-icon {
  width: 2.5em;
  height: 2.5em;
  opacity: 0.4;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* Prevents text/image selection */
  -webkit-user-drag: none; /* Chrome/Safari: disables drag ghost */
  pointer-events: auto; /* Ensures clicks still work */
  cursor: pointer;
}

.lock-icon.selected {
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.agree-terms-wrapper .form-item--error-message {
  background-color: #ffe9e9; /* lighter red */
  border-color: #e60000; /* stronger red */
  color: #660000 !important; /* dark red text */
  font-weight: 600;
  text-align: center;
}

input[type=checkbox].is-invalid {
  outline: 2px solid #e60000;
  outline-offset: 2px;
}

.required-marker {
  color: #e60000;
}

.required-marker {
  color: #e60000;
  font-size: 1em;
  font-weight: bold;
  margin-left: 0.25em;
}

.agree-terms-wrapper .form-item--error-message,
.form-item--error-message {
  background-color: #ffe9e9;
  border: 1px solid #e60000;
  color: #660000;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
}

.agree-terms-wrapper .form-item--error-message {
  background-color: #ffe9e9;
  border-color: #e60000;
  color: #660000;
  font-weight: 600;
  text-align: center;
}

.form-item--error-message {
  background-color: #ffe9e9;
  border: 1px solid #e60000;
  color: #660000;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  margin-top: 0.25rem;
  border-radius: 4px;
}

.custom-dropdown-wrapper {
  margin-bottom: 2rem;
}

.custom-dropdown-wrapper .form-item--error-message {
  color: #dc3545;
  font-size: 0.875rem;
}

.page-1-error-message {
  background-color: #ffe9e9; /* light red background */
  border: 1px solid #e60000; /* vivid red border */
  color: #660000 !important; /* deep red text */
  font-weight: 600;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
}

.form-check-label .asterisk {
  color: #e60000; /* Strong red */
}

.asterisk {
  color: red;
  display: inline;
}

/* Layout container for buttons */
.navigation-wrapper,
.final-buttons,
.next-wrapper,
.prev-wrapper,
.start-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
  margin-top: 2vw;
}

#edit-start:focus,
#edit-next:focus,
#edit-prev:focus,
#edit-submit:focus,
.download-chart-button:focus {
  outline: none;
  box-shadow: none;
}

#edit-start:hover,
#edit-next:hover,
#edit-prev:hover,
#edit-submit:hover,
.download-chart-button:hover {
  background-color: #36164A;
  color: #fff !important;
}

.info-text {
  color: #fff;
  font-size: 1.5vw;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  font-weight: 600;
}

.agree-terms-wrapper a,
.agree-terms-wrapper a:visited {
  color: #62E012;
  font-size: 1vw;
}

.form-item-agree-terms,
.form-item-send-email {
  padding-left: 20%;
  padding-right: 20%;
  color: #fff;
  font-size: 1vw;
  margin-top: 2%;
}

#edit-agree-terms,
#edit-send-email {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.kiber-assessment-form-wrapper {
  margin-top: 5%;
}

.chart-container {
  height: 30vw !important;
  position: relative;
  overflow: visible !important;
  margin: 0 auto;
}

.extra-paragraphs {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}

.extra-paragraphs.expanded {
  /* height is handled in JS, don't set it in CSS */
  opacity: 1;
}

.image-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Container holding visible + hidden rows */
.gallery-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/* Each row of 5 images */
.gallery-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

/* Hidden wrapper (for toggling) */
.gallery-hidden-wrapper {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.gallery-hidden-wrapper.expanded {
  max-height: 1500px; /* adjust as needed */
  opacity: 1;
}

/* Hidden individual images */
.hidden-gallery {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  pointer-events: none;
}

.hidden-gallery.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* Image styles */
.gallery-row a {
  display: inline-block;
  width: 200px;
  height: 150px;
}

.gallery-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Controls */
.gallery-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

/* Shared button styles */
.gallery-view-more,
.gallery-view-less,
.toggle-article,
.read-more-btn,
.accordion-button,
.accordion-button-g,
.apply-button-g,
#edit-start, #edit-next, #edit-prev, #edit-submit, .download-chart-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000 !important;
  background-color: #62E012;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: 125rem;
  min-height: 3.2rem;
  max-height: 3.2rem;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}

.read-more-btn {
  font-size: 1vw;
}

.gallery-view-more:hover,
.gallery-view-less:hover,
.toggle-article:hover {
  background-color: #fff;
  color: #000;
}

.toggle-article {
  display: block;
  margin: 0 auto;
}

.read-more-btn:hover {
  background-color: #36164A;
  color: #fff !important;
}

/* --- White section --- */
.view-section.section--white .gallery-view-more,
.view-section.section--white .gallery-view-less,
.view-section.section--white .toggle-article,
.view-section.section--white .apply-button-g,
.view-section.section--white .accordion-button {
  background-color: #36164A;
  color: #fff !important;
}

.view-section.section--white .gallery-view-more:hover,
.view-section.section--white .gallery-view-less:hover,
.view-section.section--white .toggle-article:hover,
.view-section.section--white .apply-button-g:hover,
.view-section.section--white .accordion-button:hover {
  background-color: #62E012;
  color: #fff !important;
}

/* --- Purple section --- */
.view-section.section--purple .gallery-view-more,
.view-section.section--purple .gallery-view-less,
.view-section.section--purple .toggle-article,
.view-section.section--purple .apply-button-g,
.view-section.section--purple .accordion-button {
  background-color: #62E012;
  color: #000 !important;
}

.view-section.section--purple .gallery-view-more:hover,
.view-section.section--purple .gallery-view-less:hover,
.view-section.section--purple .toggle-article:hover,
.view-section.section--purple .apply-button-g:hover,
.view-section.section--purple .accordion-button:hover {
  background-color: #fff;
  color: #000 !important;
}

.news-grid.news-grid--no-after::after {
  content: none !important;
  display: none !important;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  position: relative;
  align-items: start;
}

/* One line across the entire grid */
.news-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* center X and Y */
  height: 1px;
  background: #ccc;
}

/* optional spacing tweaks */
.news-grid > div {
  padding-bottom: 5%;
  padding-top: 5%;
}

.news-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.prakse-image-col {
  text-align: center; /* optional — centers both image and credit */
}

.prakse-image-col .image-credit {
  font-size: 0.8rem; /* smaller text */
  color: #aaa; /* subtle grey */
  margin-top: 4px; /* small gap under the image */
  font-style: italic; /* optional for photo credits */
}

.image-credit {
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 4px;
  font-style: italic;
}

.image-credit a {
  color: inherit;
  font-size: 0.8rem; /* same color as text */
  text-decoration: none; /* no underline */
}

.image-credit a:hover {
  text-decoration: underline; /* optional hover effect */
}

.prakse-image-col .image-credit a {
  color: inherit !important;
  text-decoration: none !important;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding-left: 20%;
  padding-right: 20%;
}

.news-grid .top-left {
  grid-column: 1;
  grid-row: 1;
}

.news-grid .top-right {
  grid-column: 2;
  grid-row: 1;
}

.news-grid .bottom-left {
  grid-column: 1;
  grid-row: 2;
}

.news-grid .bottom-right {
  grid-column: 2;
  grid-row: 2;
}

.news-grid .field-content.view-node-title {
  padding-left: 0;
  padding-right: 0;
}

.grid-placeholder {
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-more-wrapper {
  text-align: center;
  padding-top: 2%;
}

.grid-placeholder.bottom-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-placeholder.bottom-right img {
  max-width: 90%;
  height: auto;
  display: block;
}

.grid-placeholder.top-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-placeholder.top-left img {
  max-width: 90%; /* or set width: 150px; */
  height: auto;
  display: block;
}

.view-duplicate-of-kursiview.view-display-id-block_1 .news-item h2.view-node-title {
  font-size: 1.2vw; /* or 18px */
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.slider-legend-image {
  max-width: 40%; /* or whatever size fits */
  height: auto; /* keeps aspect ratio */
  display: block; /* optional for spacing */
  margin: 1rem auto 0 auto;
}

.thank-you-message p {
  text-align: center !important;
}

.thank-you-message {
  position: relative;
}

.policy-content {
  color: white;
}

.approval-note {
  text-align: right;
}

° .node--type-page h1.node__title,
.node--type-page h1.node__title span {
  color: #ffffff !important;
  text-align: center !important;
  font-size: 2.5rem !important;
  display: block !important;
}

.section-title--left {
  text-align: left;
}

.section-kiber .kiber-row {
  padding-right: 20%;
  padding-left: 20%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 2%;
}

.section-kiber .kiber-text-col {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.section-kiber .kiber-text-col h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-kiber .kiber-text-col p {
  flex: 1;
  margin: 0;
}

.section-kiber .kiber-image-col {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.section-kiber .kiber-image-col img {
  width: 100%;
  height: auto;
}

.button-green {
  background-color: #62E012;
  color: #000 !important;
}

.button-green:hover {
  background-color: #fff;
  color: #000 !important;
}

.prakse-image-col img {
  max-width: 40%; /* Or use a fixed width like 300px */
  height: auto;
  display: block;
  margin: 0 auto; /* optional: center it */
  margin-bottom: 1%;
}

.kiberriks-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0; /* optional spacing */
}

.kiberriks-image-col img {
  max-width: 90%; /* adjust as needed */
  height: auto;
}

@media (min-width: 902px) {
  .dialog-off-canvas-main-canvas .dash-list,
  .dialog-off-canvas-main-canvas .dash-list li {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .dialog-off-canvas-main-canvas .accordion-content .dash-list,
  .dialog-off-canvas-main-canvas .accordion-content .dash-list li {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
/* ---------- Top section ---------- */
.custom-footer__top {
  margin-top: 2%;
  padding-left: 20%;
  padding-right: 20%;
}

/* 5 columns: 15% 15% 15% 15% 40% */
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 3.5fr;
  align-items: center;
}

/* Cells 1–4 (logos) */
.footer__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__cell img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.footer__cell--rtu img {
  max-width: 50%; /* adjust until it looks balanced */
}

/*
.custom-footer__top .footer__cell:nth-child(2) img {
        width: 100%;
        height: auto;
    }
    .custom-footer__top .footer__cell:nth-child(3) img {
        width: 80%;
        height: auto;
    }*/
/* Column 5 (menu) */
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer__menu a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.footer__menu a:hover,
.footer__menu a:focus {
  background-color: #62E012;
  color: #000;
}

.footer__menu a.is-active {
  background-color: #62E012;
  color: #000 !important;
}

.footer__menu a.is-active:hover,
.footer__menu a.is-active:focus {
  background-color: #fff;
  color: #000 !important;
}

/*
@media (max-width: 1100px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__menu {
    grid-column: 1 / -1;
  }
}*/
.nav_logo_divider {
  display: none;
}

@media (max-width: 901px) {
  .nav_logo_divider {
    display: block;
  }
  .footer__cell--rtu img {
    max-width: 60% !important;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    row-gap: 1rem; /* smaller gap between the four logos */
  }
  .footer__cell {
    text-align: center;
  }
  .footer__cell img {
    max-width: 50%;
    margin: 0 auto;
  }
  /* extra space before the menu column only */
  .footer__menu {
    margin-top: 0; /* increase as needed (e.g., 2rem) */
  }
  .custom-footer__top .footer__cell:first-child img {
    width: 500px; /* adjust as needed */
    height: auto;
  }
}
/* Divider line spacing */
.footer__divider, .nav_logo_divider {
  margin-left: 20%;
  margin-right: 20%;
}

/* ---------- Bottom section (unchanged) ---------- */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 1.5rem;
  padding-bottom: 1%;
  gap: 2rem;
}

.footer__bottom-col {
  flex: 1 1 0;
}

.footer__bottom-right {
  text-align: right;
}

.footer-socials-title {
  color: #fff;
  font-weight: 600;
  align-items: center !important;
  text-align: right;
  margin-right: 2%;
}

.footer-socials-icons {
  display: flex;
  justify-content: flex-end;
}

.social-icon {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-icon img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.footer-socials-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Center the middle column text */
.footer__bottom {
  display: flex;
  justify-content: space-between; /* or center if only one item */
  align-items: center;
}

.footer__bottom-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contact + privacy link styles */
.footer-contact-title {
  color: #fff;
  font-weight: 600;
  font-size: 1vw;
  margin-bottom: 0.3rem;
}

.footer-contact-email {
  color: #62E012;
  font-size: 1vw;
  text-decoration: none;
}

.footer-contact-email:hover,
.footer-contact-email:focus {
  text-decoration: underline;
}

.privacy-link {
  color: #62E012;
  font-size: 1vw;
  text-decoration: none;
}

.privacy-link:hover,
.privacy-link:focus {
  text-decoration: underline;
}

@media (min-width: 901px) {
  .mobile-nav-toggle {
    display: none;
  }
  /*
      p,
      div {
        //text-align: justify;
      }
        */
  .policy-content {
    text-align: justify;
  }
  .expandable-article {
    text-align: justify;
  }
  .footer__menu .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer__menu .navbar-nav .nav-link {
    display: block;
    text-align: right;
    width: 100%; /* ensures the text aligns properly on multiple lines */
  }
}
.svg-swap img.mobile {
  display: none;
}

@media (max-width: 901px) {
  ul.dash-list li {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  ul.dash-list {
    list-style: none;
  }
  ul.dash-list li::before {
    content: "▶︎";
    display: inline-block;
    width: 0; /* takes no horizontal space */
    position: relative;
    left: -4vw; /* ⟵ tiny nudge left (tweak as needed) */
    color: #62E012;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .accordion-title::after {
    content: "▼";
  }
  .node--type-page h1.node__title span {
    font-size: 5vw !important;
  }
  .views-field.views-field-title h2 {
    font-size: 1.2rem !important;
  }
  .svg-swap img.desktop {
    display: none;
  }
  .svg-swap img.mobile {
    display: block;
  }
  .gallery-hidden-wrapper.expanded {
    max-height: 2500px; /* adjust as needed */
    opacity: 1;
  }
  .gallery-row {
    flex-direction: column; /* ⬅️ stack images vertically */
    align-items: center; /* ⬅️ center them nicely */
  }
  .gallery-row a {
    width: 100% !important; /* make full width */
  }
  .gallery-row img {
    height: auto; /* let image scale naturally */
  }
  .privacy-link,
  .footer-contact-email,
  .footer-contact-title {
    font-size: 1rem !important;
  }
  .footer__menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: center; /* centers content horizontally */
    text-align: center;
  }
  .nav-link {
    padding: 0.6rem 1rem;
  }
  .custom-navbar {
    padding-top: 1%;
  }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    gap: 0;
  }
  .footer__bottom-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .custom-footer__top {
    margin-top: 2%;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .footer-socials-title {
    font-size: 1.2rem;
  }
  body p, body h3, body h4, body h5, body h6, body ul, li, .accordion,
  .view-node-title,
  .info-text,
  .form-item-agree-terms,
  .form-item-send-email {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .view-section {
    position: relative;
    padding: 0rem 0 12vw;
    overflow: hidden;
  }
  form.kiber-assessment-form {
    margin-top: 5%; /* or -20px */
  }
  .view-node-title {
    font-size: 1.2rem;
  }
  .info-text,
  .form-item-agree-terms,
  .form-item-send-email,
  .agree-terms-wrapper a,
  .agree-terms-wrapper a:visited {
    font-size: 4vw;
  }
  .info-text {
    text-align: left;
  }
  .filter_select .label-text,
  .filter_select .label-text,
  .filter_select .selected-value {
    font-size: 4vw;
  }
  .filter_select {
    margin-left: 3%;
    margin-right: 3%;
  }
  .lock-slider-label {
    font-size: 3vw;
  }
  .slider-legend-image {
    max-width: 95%;
    padding-bottom: 5%;
  }
  .lock-icon {
    width: 5em;
    height: 3em;
  }
  .lock-icon.selected {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .chart-container {
    height: 95vw !important;
    position: relative;
    overflow: visible !important;
  }
  #edit-agree-terms,
  #edit-send-email {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .section-kiber .kiber-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .section-kiber .kiber-text-col {
    display: contents;
  }
  .section-kiber .kiber-text-col h2 {
    font-size: 35px;
    padding: 0;
    text-align: center;
  }
  .section-kiber .kiber-image-col img {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 10% !important;
  }
  .section-kiber .kiber-image-col {
    justify-content: center;
  }
  .section-kiber .kiber-text-col p {
    order: 3;
  }
  .section-kiber .read-more-wrapper {
    order: 4;
  }
  .section-kiber .kiber-text-col p {
    font-size: 4vw;
  }
  .custom-navbar__inner {
    display: grid; /* simple 1-column layout */
    grid-template-columns: 1fr;
    justify-items: center; /* center children horizontally */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3%;
  }
  .custom-navbar__branding {
    justify-self: center;
    min-width: 50vw;
  }
  .custom-navbar .mobile-nav-toggle {
    justify-self: center;
    position: static !important; /* kill any absolute/fixed rules from desktop */
    float: none !important;
    right: auto !important;
    left: auto !important;
    display: inline-block;
  }
  /* menu can stretch full width when opened */
  .custom-navbar__menu {
    width: 100%;
    justify-self: stretch;
  }
  .mobile-nav-toggle {
    display: block;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    margin: 0.25rem auto 0; /* centers if the container isn’t using grid */
    position: static;
  }
  /* Smooth menu transition setup */
  .custom-navbar__menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
  }
  /* When menu is shown */
  .custom-navbar__menu.show {
    max-height: 500px; /* Adjust depending on menu content */
    opacity: 1;
    pointer-events: auto;
  }
  .news-grid::after {
    display: none;
  }
  .news-grid > div {
    padding-bottom: 0%;
    padding-top: 0%;
  }
  .news-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "tr-title" "tl-img" "tr-body" "bl-title" "br-img" "bl-body" "readmore";
    gap: 1rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .prakse-image-col img {
    max-width: 90%;
  }
  /* Let inner fields become grid children so we can place them */
  .news-grid .news-item {
    display: contents;
  }
  /* Map fields to areas */
  .news-grid .top-right .views-field-title {
    grid-area: tr-title;
  }
  .news-grid .top-right .views-field-body {
    grid-area: tr-body;
  }
  .news-grid .bottom-left .views-field-title {
    grid-area: bl-title;
  }
  .news-grid .bottom-left .views-field-body {
    grid-area: bl-body;
  }
  .news-grid .grid-placeholder.top-left {
    grid-area: tl-img;
  }
  .news-grid .grid-placeholder.bottom-right {
    grid-area: br-img;
  }
  .news-grid .read-more-wrapper {
    grid-area: readmore;
  }
  /* Image sizing */
  .news-grid .grid-placeholder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-inline: auto;
  }
  /* Optional niceties */
  .news-grid h2.field-content.view-node-title {
    text-align: center;
    margin: 0.25rem 0 0.5rem;
  }
  /* Remove any Flex ordering you had on mobile */
  .news-grid > * {
    order: 0;
  }
  .gallery-view-more,
  .gallery-view-less,
  .toggle-article,
  .read-more-btn,
  .accordion-button,
  .accordion-button-g,
  .apply-button-g,
  #edit-start,
  #edit-next,
  #edit-prev,
  #edit-submit,
  .download-chart-button {
    font-size: 1rem;
  }
  .course-notice {
    font-size: 1rem;
  }
  p.application-notice > strong {
    font-size: 1rem;
  }
}
.accordion-content .dash-list li {
  padding-left: 1%;
  padding-right: 1%;
}

.accordion-content p {
  padding-left: 5%;
  padding-right: 5%;
}

.form-item-agree-terms {
  display: flex;
  align-items: center; /* vertical centering */
  gap: 0.5em; /* space between checkbox and label */
}

.form-item-agree-terms input[type=checkbox] {
  margin: 0; /* remove browser default spacing */
}

.form-item-agree-terms .form-check-label {
  text-align: left;
}

/* defaults */
#radarCanvas {
  /* px values */
  --radar-connector-length: 45; /* px */
  --radar-label-offset: 65; /* px from outer radius */
  --radar-connector-width: 2; /* px line width */
  --radar-font-size: 1vw;
  /* line gap can be in px or em (%/em are relative, see JS below) */
  --radar-line-gap: 1.15em;
}

/* mobile overrides */
@media (max-width: 901px) {
  #radarCanvas {
    --radar-connector-length: 14;
    --radar-label-offset: 20;
    --radar-line-gap: 1.05em; /* slightly tighter */
    --radar-font-size: 2.5vw;
  }
}
@media (max-width: 901px) {
  .lock-slider-row {
    flex-direction: column; /* stack */
    align-items: flex-start; /* left-align */
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .lock-slider-label {
    width: 100%;
    padding: 0;
  }
  .lock-slider {
    width: 100%;
    justify-content: space-between;
  }
  .post-footer {
    margin-inline: 3%;
  }
}
/*# sourceMappingURL=main.style.css.map */
