:root {
  --midnight: #000028;
  --midnight-2: #000033;
  --cyan: #00cccc;
  --orange: #f07d00;
  --green: #00D7A0;
  --text-main: #CCCCD4;
  --text-muted: #8a8ea8;
}

body {
  background-color: var(--midnight);
  color: var(--text-main);
  font-family: "Segoe UI", system-ui, Arial, sans-serif;

}

a {
  color: #0cc;
}

a:hover {
  color: #00D7A0;
}

.navbar {
  background-color: #00183c !important;
}

.navbar-brand.winccoa {
  color: white !important;
  font-weight: 600;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: #00D7A0 !important;
}

.container {
  max-width: 1200px;
  padding: 0 1.5rem;
}

/* Header Section */
.spacertop {
  margin-top: 150px;
}

.headline-petrol {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: #00cccc;
}

.headline {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.subheadline {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.img-top {
  max-width: 100%;
  height: auto;
}

.spacerbefore {
  height: 60px;
}

.spacerchapter {
  height: 80px;
}

.spacersubchapter {
  height: 20px;
}

.chapter {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}

.sub-chapter {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
 }

.unsortetlist {
  margin-left: 2rem;
}

.alert-warning {
  --bs-alert-color: rgba(255, 215, 50, 0.8);
  --bs-alert-bg: rgba(236, 102, 2, 0.25);
  --bs-alert-border-color: rgba(255, 144, 0, 0.8);
  border-radius: 0;
}

.alert-success {
  --bs-alert-color: rgba(0, 215, 160, 0.8);
  --bs-alert-bg: rgba(0, 175, 142, 0.25);
  --bs-alert-border-color: rgba(0, 215, 160, 0.8);
  border-radius: 0;
}

.disabled {
  background-color: #00646E !important;
  border-color: #00646E !important;
  color: rgba(255, 255, 255, 0.3) !important;

}

.text-muted {
  color: var(--midnight-2);
}


/* Cards */
.card {
  background-color: var(--midnight-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 204, 204, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.card-top-training {
  background-image: url("../images/training_web600.png");
  background-size: cover;
  background-position: center;
  //background-color: red;
  height: 300px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.card-top-elearning {
  background-image: url("../images/elearning_web600_green.png");
  background-size: cover;
  background-position: center;
  //background-color: red;
  height: 300px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(0, 204, 204, 0.1) 0%, rgba(240, 125, 0, 0.05) 100%);
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.card-text {
  font-size: 0.95rem;
  color: #CCCCD4; /* var(--text-muted); */
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.card-footer {
  padding: 1.5rem;
}


/*.card--trainer:hover {
  border-color: var(--border-cyan);
  box-shadow: 0 0 32px rgba(0, 204, 204, 0.8), 0 12px 40px rgba(0,0,0,.4); 
  transform: translateY(-4px);
}


.card--elearning:hover {
  border-color: rgba(240, 125, 0, 0.4);
  box-shadow: 0 0 32px rgba(240, 125, 0, 0.08), 0 12px 40px rgba(0,0,0,.4);
  transform: translateY(-4px);
}
*/
.btn-primary {
  background-color: var(--cyan);
  border-color: var(--cyan);
  color: var(--midnight);
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  transition: all 220ms ease-out;
  text-decoration: none;
  border-radius: 0;
}

.btn-primary:hover {
  background-color: #00D7A0; /*#00e5e5;*/
  border-color: #00e5e5;
  color: var(--midnight);
  transform: translateY(-1px);
  box-shadow: 0 5px 20px rgba(0, 204, 204, 0.25);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary i {
  margin-left: 0.4rem;
}

/* Stats Section */
.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
  text-align: center;
}

.stat-item {
  padding: 2rem 1.5rem;
  background-color: rgba(0, 204, 204, 0.05);
  border: 1px solid rgba(0, 204, 204, 0.15);
  border-radius: 12px;
}

.stat-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
}

/* Who Section */
.who-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 0.8rem 0;
  text-align: center;
}

.who-item {
  padding: 2rem 1.5rem;
  background-color: rgba(0, 204, 204, 0.05);
  border: 1px solid rgba(0, 204, 204, 0.15);
  border-radius: 12px;
}

.who-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.who-label {
  font-size: 1rem;
  font-weight: 600;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  color: var(--cyan);
}

/* Training specific */
.training-intro {
  background: linear-gradient(135deg, rgba(0, 204, 204, 0.08) 0%, rgba(240, 125, 0, 0.05) 100%);
  border: 1px solid rgba(0, 204, 204, 0.15);
  border-radius: 12px;
  padding: 2.5rem;
  margin: 3rem 0;
  text-align: center;
}

.training-intro h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
}

.training-intro p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Footer */
footer {
  text-align: center;
  padding: 0 1rem;
}

footer a:hover {
  color: #00D7A0;
}

.center {
  text-align: center;
}

@media (max-width: 768px) {
  .headline {
    font-size: 2rem;
  }
  .chapter {
    font-size: 1.4rem;
  }
}

/* Cookie Banner */
#cookie-notice {
  background-color: rgba(0, 0, 40, 0.95) !important;
  border-top: 1px solid rgba(0, 204, 204, 0.25);
  backdrop-filter: blur(14px);
  z-index: 9999 !important;
  gap: 1rem;
  padding: 1.5rem !important;
  flex-wrap: wrap;
  align-items: center;
}

#cookie-notice.d-none {
  display: none !important;
}

#cookie-notice p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-main);
  flex: 1;
  min-width: 250px;
}

#i-accept {
  background-color: var(--cyan) !important;
  border-color: var(--cyan) !important;
  color: var(--midnight) !important;
  font-weight: 700;
  cursor: pointer !important;
  padding: 0.65rem 1.5rem !important;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid var(--cyan) !important;
  border-radius: 6px !important;
}

#i-accept:hover {
  background-color: #00e5e5 !important;
  border-color: #00e5e5 !important;
  color: var(--midnight) !important;
  transform: translateY(-1px);
}

#i-accept:focus,
#i-accept:active {
  background-color: #00cccc !important;
  border-color: #00cccc !important;
  color: var(--midnight) !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 768px) {
  #cookie-notice {
    flex-direction: column;
    align-items: stretch;
  }

  #cookie-notice p {
    width: 100%;
  }

  #i-accept {
    width: 100%;
    text-align: center;
  }
}
