@charset "UTF-8";

/*!
* Start Bootstrap - Agency v7.0.4 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #345286;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #345286;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #345286;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif:
    system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family:
    'Roboto Slab',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  padding-left: 2rem;
}

dl,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

a {
  color: #345286;
  text-decoration: underline;
}

a:hover {
  color: #287246;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type='file'] {
  overflow: hidden;
}

.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffe480;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type='checkbox'] {
  border-radius: 0.25em;
}

.form-check-input[type='radio'] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #ffe480;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}

.form-check-input:checked {
  background-color: #345286;
  border-color: #345286;
}

.form-check-input:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type='radio'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type='checkbox']:indeterminate {
  background-color: #345286;
  border-color: #345286;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}

.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-check-input.is-valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-check-input.is-invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #345286;
  border-color: #345286;
}

.btn-primary:hover {
  color: #fff;
  background-color: #287233;
  border-color: #287246;
}

.btn-primary:focus {
  color: #fff;
  background-color: #287233;
  border-color: #287246;
  box-shadow: 0 0 0 0.25rem rgba(255, 208, 38, 0.5);
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #287246;
  border-color: #bf9600;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 208, 38, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #345286;
  border-color: #345286;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #345286;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #345286;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #287246;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler .menu-text {
  display: inline-block;
}

.navbar-toggler .menu-icon {
  display: inline-block;
}

.navbar-toggler .close-icon {
  display: none;
}

.navbar-toggler[aria-expanded='true'] .menu-text {
  display: none;
}

.navbar-toggler[aria-expanded='true'] .menu-icon {
  display: none;
}

.navbar-toggler[aria-expanded='true'] .close-icon {
  display: inline-block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.btn-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 1.5rem;
  height: 180px;
  width: 100%;
  font-weight: 600;
  color: #212529;
  background: #f8f9fa;
  border: 2px solid #000;
  box-shadow:
    6px 6px 12px rgba(0, 0, 0, 0.2),
    -6px -6px 12px rgba(255, 255, 255, 0.9);
  transition:
    transform 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-card:hover {
  box-shadow:
    inset 6px 6px 10px rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px rgba(255, 255, 255, 0.9);
  transform: scale(0.98);
}

.btn-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-style {
  margin-bottom: 0.5rem;
  color: #212529;
}

.btn-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.btn-text {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .btn-card {
    height: 160px;
    padding: 1.2rem;
  }

  .row.g-4 .col-md-6 {
    width: 100%;
  }
}

.icon-style {
  margin-bottom: 0.5rem;
}

.btn-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.btn-text {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .btn-card {
    min-height: 120px;
    padding: 1rem;
  }
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body h2 {
  font-size: 28px;
  text-align: center;
}

@media (max-width: 820px) {
  .modal-body h2 {
    font-size: 20px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.h-100 {
  height: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-primary {
  color: #345286 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }
}

html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

.page-section {
  padding: 4rem 0rem 4rem 0rem;
}

.page-section .section-heading.h2,
.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section .section-subheading.h3,
.page-section h3.section-subheading {
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  font-family:
    'Roboto Slab',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212529;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  text-transform: uppercase;
  font-weight: 700;
}

#mainNav .navbar-brand {
  color: #345286;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #345286;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition:
      padding-top 0.3s ease-in-out,
      padding-bottom 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img {
    height: 2rem;
    transition: height 0.3s ease-in-out;
  }

  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }

  #mainNav.navbar-shrink .navbar-brand img,
  #mainNav.navbar-shrink .navbar-brand svg {
    height: 1.5rem;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

/* =============================
   HEADER STYLING
   ============================= */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url('../assets/img/header-bg.webp') !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family:
    'Roboto Slab',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
}

/* =============================
   HEADER MEDIA QUERIES
   ============================= */
@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 6rem;
  }

  header.masthead .masthead-heading {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  header.masthead {
    background-image: url('../assets/img/header-bg-mobile.webp') !important;
    background-size: cover;
    background-position: center center;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  header.masthead .masthead-heading {
    font-size: 1.8rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1rem;
  }

  header.masthead .btn.btn-primary.btn-xl {
    font-size: 1.2rem;
    padding: 0.65rem 1.2rem;
  }
}

/* =============================
   SECTION HEADERS
   ============================= */
.section-header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #345286;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-header-border,
.section-header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  gap: 10px;
}

.section-header-border {
  background-color: #f1f3f5;
  border-left: 14px solid #345286;
  color: #212529;
}

.section-header-main {
  background: #e9ecef;
  border-left: 14px solid #212529;
  color: #212529;
  font-size: 2rem;
  padding: 14px 22px;
}

.section-header-main i {
  color: #212529;
  font-size: 1.8rem;
}

/* =============================
   SECTION HEADERS MEDIA QUERIES
   ============================= */
@media (max-width: 375px) {
  .section-header-main {
    font-size: 1.6rem;
    padding: 12px 20px;
  }

  .section-header-main i {
    font-size: 1.5rem;
  }
}

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(40, 114, 51, 0.7);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1rem;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family:
    'Roboto Slab',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.portfolio-modal .modal-content .h2,
.portfolio-modal .modal-content h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family:
    'Roboto Slab',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after,
.timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #345286;
}

.timeline > li .timeline-image .h4,
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading .h4,
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading .subheading.h4,
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline > li .timeline-image .h4,
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline > li .timeline-image .h4,
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline > li .timeline-image .h4,
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/* 🟢 Basis-Team-Karte */
.team-member {
  width: 360px; /* Immer exakt 360px breit */
  max-width: 360px;
  text-align: center;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.8s ease-out;

  /* 🔥 Scroll-Animation Standard-Zustand */
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

/* 🔹 Fix für den Bereich zwischen 992px - 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .team-member {
    width: 360px !important; /* Exakte Breite */
    max-width: 360px !important;
  }

  /* Falls Bootstrap noch Platz verschiebt */
  .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* 🔹 Fix für kleinere Geräte */
@media (max-width: 991px) {
  .team-member {
    width: 100%; /* Falls der Bildschirm kleiner ist */
    max-width: 360px;
    margin: 0 auto;
  }
}

/* 🔹 Sichtbarkeit mit Animation */
.team-member.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 🔹 Hover-Effekt */
.team-member:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 🟢 Bild bleibt im Kreis */
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

/* LinkedIn-Button rund und mit Icon */
.linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0077b5;
  text-decoration: none;
}

section#contact {
  background-color: #212529;
  background-image: url('../assets/img/map-image.webp');
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}

section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}

section#contact form#contactForm .form-group input.form-control {
  height: auto;
}

section#contact form#contactForm .form-group-textarea {
  height: 100%;
}

section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}

section#contact form#contactForm .form-control:focus {
  border-color: #345286;
  box-shadow: none;
}

section#contact form#contactForm ::-webkit-input-placeholder {
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  color: #ced4da;
}

section#contact form#contactForm :-moz-placeholder {
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  color: #ced4da;
}

section#contact form#contactForm ::-moz-placeholder {
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  color: #ced4da;
}

section#contact form#contactForm :-ms-input-placeholder {
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family:
    Montserrat,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
}

@media (max-width: 992px) {
  .intro-logo {
    max-width: 85%;
    max-height: 70vh;
  }
}

@media (max-width: 768px) {
  .intro-logo {
    max-width: 80%;
    max-height: 60vh;
  }
}

@media (max-width: 576px) {
  .intro-logo {
    max-width: 75%;
    max-height: 50vh;
  }
}

@media (max-width: 375px) {
  .intro-logo {
    max-width: 70%;
    max-height: 45vh;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.95);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.cookie-banner button {
  margin: 5px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-primary {
  background-color: #345286;
  color: #212529;
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.cookie-settings {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #212529;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  max-width: 300px;
  text-align: left;
}

.cookie-settings:not(.hidden) {
  display: block;
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler.collapsed .fa-bars {
  display: inline-block;
}

.navbar-toggler.collapsed .fa-times {
  display: none;
}

.navbar-toggler:not(.collapsed) .fa-bars {
  display: none;
}

.navbar-toggler:not(.collapsed) .fa-times {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link,
  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:link,
  .navbar-nav .nav-link:visited {
    color: #adb5bd !important;
    background-color: transparent !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    outline: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    display: block !important;
  }
}

.card {
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card .text-muted {
  font-size: 1.1rem;
  color: #6c757d !important;
}

.btn-primary {
  color: #fff !important;
}

.fa-stack {
  transition: transform 0.3s ease;
}

.fa-circle {
  transition: color 0.3s ease;
}

.fa-stack:hover {
  transform: scale(1.2);
}

.fa-stack:hover .fa-circle {
  color: #287233 !important;
}

.card-it {
  background-color: #f9fafb;
  color: #212529;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.3s ease;
}

.card-it:hover {
  transform: translateY(-3px);
  box-shadow: 16px 8px 16px rgba(0, 0, 0, 0.08);
}

.card-it i {
  color: #0d6efd;
}

.card-title {
  font-weight: 600;
  color: #212529;
}

.card-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .card-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 374px) {
  .timeline .timeline-heading h4 {
    font-size: 0.9rem;
  }

  .timeline .timeline-heading .subheading {
    font-size: 1rem;
  }

  .timeline .timeline-body p {
    font-size: 0.9rem;
  }

  .timeline-image {
    width: 70px;
    height: 70px;
  }

  .timeline-image img {
    width: 70px;
    height: 70px;
  }

  .timeline-panel {
    padding: 10px;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}

@font-face {
  font-family: Montserrat;
  src:
    url('/assets/fonts/montserrat-v29-latin-regular.woff2') format('woff2'),
    url('/assets/fonts/montserrat-v29-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src:
    url('/assets/fonts/montserrat-v29-latin-700.woff2') format('woff2'),
    url('/assets/fonts/montserrat-v29-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src:
    url('/assets/fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'),
    url('/assets/fonts/roboto-slab-v34-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src:
    url('/assets/fonts/roboto-slab-v34-latin-700.woff2') format('woff2'),
    url('/assets/fonts/roboto-slab-v34-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat' !important;
  src: url('/assets/fonts/montserrat-v29-latin-regular.woff2') !important; /* Deine WOFF/WOFF2 URLs */
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap !important; /* <-- Hier der Trick */
}

.small-text {
  font-size: 0.6em;
}
/* Marquee Container */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding: 50px 0;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

/* Track – mit Duplikaten im HTML */
.marquee__inner {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000;
}

/* Einzelne Elemente */
.marquee__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  padding: 0 25px;
}

/* Icons */
.marquee__item i {
  font-size: 2.8rem;
  color: var(--bs-primary);
  margin-bottom: 6px;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Geschwindigkeit auf kleineren Geräten anpassen */
@media (max-width: 768px) {
  .marquee__inner {
    animation-duration: 20s;
  }
}
@media (max-width: 480px) {
  .marquee__inner {
    animation-duration: 15s;
  }
}


/* Sichtbarer Container */
.partner-container {
  overflow: hidden;
  background-color: #ffffff;
  padding: 10px 0;
  /* Fading-Effekt an den Rändern */
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

/* Scroll-Track: Enthält alle Logos */
.partner-scroll__wrapper {
  display: flex;
  align-items: center;
  /* Die Animation verschiebt den Track exakt um die Breite eines Zyklus */
  animation: partnerScroll var(--duration, 15s) linear infinite;
}

/* Animation: Verschiebe von 0 bis -cycle-width */
@keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--cycle-width)));
  }
}

/* Einzelnes Logo inkl. Abstände */
.partner-item {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 100px;
  box-sizing: border-box;
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

/* Optionaler Hover-Effekt */
.partner-item:hover {
  transform: scale(1.05);
}

/* Angepasste Geschwindigkeit für schmalere Bildschirme */
@media (max-width: 768px) {
  .partner-container {
    --duration: 20s;
  }
}

@media (max-width: 480px) {
  .partner-container {
    --duration: 15s;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 🟢 Container für beide iPads */
.ipads-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px; /* Abstand zwischen den Karten */
  flex-wrap: wrap; /* Falls der Platz nicht reicht, umbrechen */
  max-width: 100%;
  margin: 0 auto;
}

/* 🟢 iPad-Karten */
.ipad-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border: 6px solid #aaa;
  border-radius: 40px;
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.9);
  max-width: 600px; /* 🔥 Maximale Größe bleibt */
  width: 100%;
  height: auto; /* 🔥 Dynamische Höhe, passt sich automatisch an */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.5s ease-in-out;
}

/* 🟢 Beim Hover: Animation pausieren */
.ipad-card:hover {
  animation-play-state: paused;
  transform: translateY(0);
}

/* Bildschirm */
.screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  background-size: 250px 250px;
  display: flex;
  flex-direction: column;
}

/* Status-Bar */
.status-bar {
  height: 30px;
  margin: 10px 20px;
  color: #fefefe;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.status-left {
  min-width: 120px;
}

.status-right i {
  font-size: 1rem;
}

/* 🟢 Überschrift */
.ipad-heading {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 10px 0 20px;
  color: #ffffff;
}

/* 🟢 Apps-Container für 6 Apps → 3 Spalten */
.apps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 🔥 Immer 3 Spalten */
  grid-template-rows: repeat(2, auto);
  gap: 15px;
  place-items: center;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* 🟢 App-Design (180px) */
.app {
  width: 160px; /* 🔥 Vergrößert */
  height: 160px; /* 🔥 Vergrößert */
  background: linear-gradient(145deg, #ffffff, #e0e0e0);
  border-radius: 20px;
  box-shadow:
    6px 6px 10px rgba(0, 0, 0, 0.3),
    3px 3px 6px rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* 🟢 Hover-Effekt: 3D-Lift mit Schatten unten rechts */
.app:hover {
  transform: translateY(-4px);
  background: linear-gradient(145deg, #3f874e, #2b5d34);
  color: #fff;
  box-shadow:
    10px 10px 15px rgba(0, 0, 0, 0.35),
    4px 4px 8px rgba(48, 107, 60, 0.9);
}

/* 🟢 Klick-Effekt */
.app:active {
  transform: translateY(2px);
  box-shadow:
    inset 4px 4px 10px rgba(0, 0, 0, 0.4),
    inset 4px 4px 10px rgba(255, 255, 255, 0.4);
}

/* 🟢 Icon fixiert im oberen Bereich */
.app i {
  font-size: 2rem; /* 🔥 Größeres Icon für mehr Sichtbarkeit */
  color: #345286;
  transition:
    color 0.3s ease-in-out,
    transform 0.2s ease-in-out;
  margin-bottom: 8px;
}

.app-title {
  font-size: 1.05rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 10px;
  height: auto;
  min-height: unset;
  max-height: unset;
  word-break: normal;
  overflow-wrap: normal;
}

/* Hover-Farbe für Icon + Titel */
.app:hover .app-title {
  color: #fff;
  transform: scale(1.05);
}


/* 🟢 Hover-Effekt */
.app:hover i {
  color: #fff;
  transform: scale(1.05);
}

/* 🟢 CTA-Button */
.cta-wrap {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.cta-button {
  background-color: #345286;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(48, 107, 60, 0.9);
  color: #fff;
  background-color: #3f874e;
}

/* 🔥 Responsive Anpassung auf zwei Spalten für mobile Geräte */
@media (max-width: 768px) {
  .ipad-card {
    max-width: 550px;
    height: auto; /* 🔥 Automatische Anpassung */
  }
  .apps-container {
    grid-template-columns: repeat(2, 1fr); /* 🔥 2 Spalten auf Tablets */
  }
  .app {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 392px) {
  .ipad-card {
    max-width: 380px; /* 🔥 Etwas kleiner für bessere Proportionen */
    height: auto;
  }
  .apps-container {
    grid-template-columns: repeat(2, 1fr); /* 🔥 2 Spalten für Handys */
  }
  .app {
    width: 130px; /* 🔥 Etwas kleiner, um mehr Platz zu schaffen */
    height: 130px;
  }
  /* 🔥 Kleinere Schriftgröße für besseren Fit */
  .app-title {
    font-size: 0.68rem;
    line-height: 1.2;
    padding: 0 4px;
  }
  /* 🔥 Icons nicht zu groß */
  .app i {
    font-size: 2.2rem; /* 🔥 Kleinere Icons */
    margin-bottom: 6px;
  }
  /* 🔥 Überschrift (IT / ELEKTROTECHNIK) verkleinern */
  .ipad-heading {
    font-size: 1.6rem; /* 🔥 Reduzierte Schriftgröße */
    margin-bottom: 15px; /* 🔥 Weniger Abstand nach unten */
  }
}

/* Standard-Zustand: Versteckt mit leichter Verschiebung */
.timeline li {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* Sobald sichtbar, erscheinen sie mit Fade-In und Slide-Up */
.timeline li.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Startzustand: Unsichtbar, leicht skaliert (95%) */
.portfolio-item {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

/* Sichtbar: Volle Deckkraft & normale Größe */
.portfolio-item.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Leichte Verzögerung für abwechselnde Animation */
.portfolio-item:nth-child(odd) {
  transition-delay: 0.1s;
}

.portfolio-item:nth-child(even) {
  transition-delay: 0.2s;
}

/* 🟢 Über uns - Card Styling */
.about-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.8s ease-out;

  /* 🔥 Scroll-Animation Standard-Zustand */
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

/* 🔹 Sobald sichtbar, erscheint die Karte mit Fade-In & Hochfahren */
.about-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 🔹 Hover-Effekt (Gleich wie bei Teammitglied-Karte) */
.about-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 🟢 Responsive Anpassung für kleinere Bildschirme */
@media (max-width: 768px) {
  .about-card {
    padding: 2rem;
  }
}

.scroll-top-btn {
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #345286;
  color: white;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out,
    background-color 0.3s,
    bottom 0.4s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Button sichtbar machen */
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/* Hover-Effekt */
.scroll-top-btn:hover {
  transform: scale(1.1);
  background-color: #2c4372;
}

/* Mobile: Button kleiner */
@media (max-width: 768px) {
  .scroll-top-btn {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    bottom: 15px;
    right: 15px;
  }

  .scroll-top-btn i {
    font-size: 1rem;
  }
}

/* Überarbeiteter Button-Stil für KUBARO */
.new-btn {
  --black-700: hsla(0, 0%, 12%, 1);
  --bs-primary: #345286;
  --hover-green: #287233;
  --border_radius: 30px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;

  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  padding: 1rem 2rem;
  background-color: var(--bs-primary);
  border: none;
  border-radius: var(--border_radius);
  transform-origin: center;
  transform: scale(1);
  transition:
    transform var(--transition),
    background-color var(--transition),
    color var(--transition);
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: white;
  text-decoration: none;
  max-width: 300px;
  width: auto;
  min-width: 150px;
  z-index: 10;
}

.new-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: var(--border_radius);
  box-shadow:
    inset 0 0.5px hsl(0, 0%, 100%),
    inset 0 -1px 2px 0 hsl(0, 0%, 0%),
    0px 4px 10px -4px hsla(0, 0%, 0%, 0.8);
  transition: all var(--transition);
  z-index: 0;
}

.new-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--hover-green);
  opacity: 0;
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: -1;
  pointer-events: none;
}

.new-btn:hover::after {
  opacity: 1;
}

.new-btn:hover {
  transform: scale(1.1);
  background-color: var(--hover-green);
  color: white;
}

.new-btn span {
  position: relative;
  color: white;
  transition: color var(--transition);
  font-family: 'Montserrat', sans-serif;
}

.new-btn:hover span {
  color: white;
}

.new-btn:active {
  transform: scale(0.95);
}

/* ============================================= */
/* 1) HEADER-KOMPONENTE (.home-header)           */
/* ============================================= */
.home-header {
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  /* Schwarz als Hintergrund */
  background-color: #000; /* <-- Neu hinzufügen */

  /* Flex-Einstellungen bleiben */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2rem;
  margin-top: 0;
  /* Höhe wird in den Media Queries festgelegt */
}

/* =============================================
 2) VIDEO-HINTERGRUND (#video-bg)
============================================= */
#video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

  /*  NEU: fade transition  */
  transition: opacity 0.5s ease-in-out; /* halbsekundiger Übergang */
  opacity: 1; /* Standardzustand: sichtbar */
}

/* Zusätzliche Klassen zum Aus-/Einblenden NUR fürs Video */
#video-bg.fade-out {
  opacity: 0 !important;
}
#video-bg.fade-in {
  opacity: 1 !important;
}

/* ============================================= */
/* 3) OVERLAY (.overlay)                         */
/* ============================================= */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none; /* Klicks gehen hindurch */
  z-index: 0; /* Zwischen Video und Text */
  font-family: 'Montserrat', sans-serif;
}

.header-content {
  position: relative;
  z-index: 1;
  color: #ffffff; /* Cyan */
  font-family: 'Montserrat', sans-serif;
  margin-left: 100px;
  text-align: left;
  max-width: 30rem;

  /* Optimierter Schatten für bessere Sichtbarkeit */
  text-shadow:
    -1px -1px 2px #003b46,
    1px -1px 2px #003b46,
    -1px 1px 2px #003b46,
    1px 1px 2px #003b46;
}

/* Titel */
#header-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

/* Untertitel */
#header-subtitle {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem; /* Abstand zum Button */
  font-family: 'Montserrat', sans-serif;
}

/* ============================================= */
/* 5) BUTTON-BEREICH (.button-wrapper)           */
/* ============================================= */
.button-wrapper {
  position: absolute;
  bottom: 40px; /* Abstand vom unteren Rand */
  left: 50%; /* Horizontal in der Mitte */
  transform: translateX(-50%);
  z-index: 1; /* Über Overlay/Video */
  display: flex; /* Falls mehrere Buttons */
  justify-content: center;
  width: auto;
  font-family: 'Montserrat', sans-serif;
}

/* ============================================= */
/* 6) BUTTON-STIL (.new-btn) – dein erweiterter Code */
/* ============================================= */
.new-btn {
  /* ---- Variablen ---- */
  --black-700: hsla(0, 0%, 12%, 1);
  --bs-primary: #345286;
  --hover-green: #287233;
  --border_radius: 30px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;

  /* ---- Layout & Flex ---- */
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;

  /* ---- Maße & Farben ---- */
  padding: 1rem 2rem;
  background-color: var(--bs-primary);
  border: none;
  border-radius: var(--border_radius);
  transform-origin: center;
  transform: scale(1);

  /* ---- Übergänge & Schrift ---- */
  transition:
    transform var(--transition),
    background-color var(--transition),
    color var(--transition);
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: white;
  text-decoration: none;

  /* ---- Dimensionierung ---- */
  max-width: 300px;
  width: auto;
  min-width: 150px;
  z-index: 10;
}

/* Pseudo-Element für Rahmen-/Schatten-Effekt */
.new-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: var(--border_radius);
  box-shadow:
    inset 0 0.5px hsl(0, 0%, 100%),
    inset 0 -1px 2px 0 hsl(0, 0%, 0%),
    0 4px 10px -4px hsla(0, 0%, 0%, 0.8);
  transition: all var(--transition);
  z-index: 0;
}

/* Pseudo-Element (grünes Overlay bei Hover) */
.new-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--hover-green);
  opacity: 0;
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: -1;
  pointer-events: none;
}

/* Hover-Effekte */
.new-btn:hover {
  transform: scale(1.1);
  background-color: var(--hover-green);
  color: white;
}
.new-btn:hover::after {
  opacity: 1;
}

/* Klick-Effekt */
.new-btn:active {
  transform: scale(0.95);
}

/* Optionaler Text-Wrapper im Button */
.new-btn span {
  position: relative;
  color: white;
  transition: color var(--transition);
  font-family: 'Montserrat', sans-serif;
}
.new-btn:hover span {
  color: white;
}

/* ============================================= */
/* 7) RESPONSIVE-ANPASSUNGEN (MEDIA QUERIES)     */
/* ============================================= */

/* ---- Desktop: ab 1025px ---- */
@media (min-width: 1025px) {
  .home-header {
    /* Header wird nur 75vh hoch, damit er nicht die ganze Seite einnimmt */
    height: 75vh;
    margin-top: 0; /* Auf Desktop kein Extra-Abstand */
  }
}

/* ---- Tablets: 768px bis 1024px ---- */
@media (min-width: 768px) and (max-width: 1024px) {
  .home-header {
    height: 90vh; /* Beispiel: 90vh auf Tablets */
    margin-top: 0; /* Nur falls keine fixierte Nav */
  }
  #header-title {
    font-size: 2.2rem;
  }
  #header-subtitle {
    font-size: 1.2rem;
  }

  .header-content {
    margin-left: 0px;
  }
}

/* ---- Mobile: bis 767px ---- */
@media (max-width: 767px) {
  .home-header {
    /* Auf kleinen Geräten vollflächig */
    height: 100vh;
    margin-top: 20px; /* Falls fixierte Nav-Leiste ~60px hoch ist */
  }
  #header-title {
    font-size: 1.8rem; /* Kleinere Schrift für enge Displays */
  }
  #header-subtitle {
    font-size: 1rem;
  }

  .header-content {
    margin-left: 0px;
  }
}

/* ======================================= */
/* 8) SPEZIELLER FALL: KLEINE HÖHE         */
/*    z. B. wenn ein Smartphone quer ist   */
/* ======================================= */
@media (max-height: 667px) {
  .home-header {
    /* Eventuell mehr Abstand von oben, 
           falls die Navbar fix ist und 60px hoch ist */
    padding-top: 60px;
    /* oder margin-top: 60px; je nach Vorliebe */

    /* Falls du nicht willst, dass der Header *strikt* 75vh oder 100vh hat, 
           könntest du hier stattdessen ein "auto" oder "min-height" einstellen.
           Damit kann der Hero-Bereich mitwachsen. Beispiel:
        */
    height: auto; /* oder min-height: 100vh; wenn du willst */
    min-height: 110vh; /* Falls du immer noch vollen Bildschirm willst,
                                 kann in der Queransicht allerdings zu Scrollen führen. */
  }

  /* Titel & Untertitel verkleinern */
  #header-title {
    font-size: 1.6rem; /* Weniger Platz beanspruchen */
  }
  #header-subtitle {
    font-size: 0.8rem;
    margin-bottom: 1rem; /* Weniger Abstand zum Button */
  }

  /* Button etwas weniger Abstand vom unteren Rand */
  .button-wrapper {
    bottom: 20px; /* Anstatt 40px */
  }

  .header-content {
    margin-left: 0px;
  }
}

.about-content ul {
  list-style: none; /* Entfernt die Standard-Punkte */
  padding-left: 0; /* Entfernt die Einrückung */
  margin-left: 0; /* Falls noch ein Abstand da ist */
}

/* 📌 Grid für die Karten (Maximal 3 pro Zeile) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Immer maximal 3 Karten pro Zeile */
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

/* 📌 Karten-Container */
.service-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px; /* Einheitliche Höhe für alle Karten */
  padding: 20px;
  color: white;
}

/* 📌 Hintergrundvideo */
.service-card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none; /* Verhindert, dass Nutzer auf das Video klicken können */
}

/* 📌 Overlay für bessere Lesbarkeit */
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* 📌 Textbereich */
.service-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Sorgt dafür, dass der Text von unten aufbaut */
  text-align: left;
  height: 100%;
}

/* 📌 Einheitliche Höhe für die Überschriften */
.service-info h1 {
  min-height: 140px; /* Platz für bis zu 2 Zeilen */
  max-height: 90px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: auto; /* Sorgt dafür, dass `p` nicht von `h1` abhängt */
}

/* 📌 Einheitliche Höhe für Beschreibungstext */
.service-info p {
  font-size: 1.2rem;
  color: white;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  min-height: 120px; /* Mindesthöhe für Gleichmäßigkeit */
  margin-top: auto; /* Schiebt den `p`-Text weiter nach unten */
  padding-top: 20px; /* Falls nötig, noch weiter nach unten setzen */
}

/* 📌 Button bleibt immer unten */
.service-info .cta-button {
  margin-top: 20px; /* Fügt etwas Abstand zwischen `p` und Button hinzu */
  align-self: flex-start;
}

/* 📌 Responsive Anpassungen */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-info h1 {
    font-size: 1.6rem;
  }
}

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

  .service-card {
    min-height: 540px; /* Etwas mehr Platz für lange Texte */
  }

  .service-info h1 {
    font-size: 1.5rem;
  }

  .service-info p {
    font-size: 1.3rem;
  }

  .cta-button {
    align-self: center;
  }
}

@media (max-width: 480px) {
  h2.section-heading {
    font-size: 2.2rem !important; /* Erzwingt kleinere Größe */
  }
}

/* 📌 Hero-Bereich */
.hero-section {
  position: relative;
  width: 100%;
  height: 400px;
  background: linear-gradient(120deg, #345286, #2c4164, #1a1a1a);
  background-size: 200% 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  animation: auroraMove 10s infinite linear alternate;
}

/* 📌 Dynamische Aurora-Animation */
@keyframes auroraMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* 📌 Sanfte Lichtstrahlen-Effekte */
.hero-section::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  animation: movingGlow 8s infinite linear alternate;
}

@keyframes movingGlow {
  0% {
    transform: rotate(0deg) translateY(0px);
    opacity: 0.3;
  }
  100% {
    transform: rotate(30deg) translateY(-20px);
    opacity: 0.5;
  }
}

/* 📌 Zusätzliche subtile Wellenbewegung */
.hero-section::after {
  content: '';
  position: absolute;
  width: 300%;
  height: 150%;
  bottom: -100%;
  left: -100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 80%);
  animation: waveAnimation 12s infinite linear alternate;
}

@keyframes waveAnimation {
  0% {
    transform: translateY(0px) scale(1.2);
  }
  100% {
    transform: translateY(-30px) scale(1.3);
  }
}

/* 📌 Texte im Hero */
.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* 📌 Responsive Anpassungen */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

/* 📌 Allgemeine Sektion */
.content-section {
  padding: 80px 20px;
  background: #f8f9fa;
  text-align: center;
}

/* 📌 Sektion Header */
.section-header {
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1a1a1a;
}

.section-header p {
  font-size: 1.2rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

/* 📌 Grid für Herausforderungen */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.grid-item {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.grid-item:hover {
  transform: scale(1.05);
}

.grid-item i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 15px;
}

.grid-item h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

/* 📌 Lösungen */
.solution-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.solution-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.solution-item:hover {
  transform: scale(1.05);
}

.solution-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.solution-info {
  padding: 20px;
}

.solution-info h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

/* 📌 Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.testimonial-item {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
  font-size: 1.2rem;
  font-style: italic;
}

/* 📌 Call-to-Action */
.cta-container {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.cta-container h2 {
  font-size: 2rem;
  font-weight: bold;
}

.cta-container p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* 📌 Responsive Anpassungen */
@media (max-width: 1024px) {
  .grid,
  .solution-container,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid,
  .solution-container,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .section-header p {
    font-size: 1.1rem;
  }
}

/* 📌 SEO OPTIMIERUNG */
 .visually-hidden {
  position: absolute !important;
  height: 1px; 
  width: 1px; 
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.app {
  text-decoration: none;
  color: inherit;
}
.app:hover {
  text-decoration: none;
}

.zielgruppe {
  font-size: 1rem;       /* Angenehme Lesbarkeit */
  font-weight: bold;     /* Oder: 700 */
  margin-top: 0.5rem;    /* Abstand zur Icon */
}