:root {
  --primary-color: #394a58;
  --primary-accent-light: #526a7a;
  --secondary-color: #55601c;
  --secondary-accent-light: #626b2d;
}

body {
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}

.grayscale-100 {
  filter: grayscale(100%);
}

.larger-font {
  font-size: 150% !important;
}

#myBtn {
  position: sticky; /* Fixed/sticky position */
  top: 25%; /* Place the button at the bottom of the page */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  height: 0px;
  margin-left: auto;
  width: max-content;
}

#greyScaling,
#fontSizing {
  color: white !important;
  padding: 7px;
  background-color: var(--primary-color);
  width: 5rem;
  font-size: 0.75rem !important;
  text-align: center;
}

main {
  flex: 1;
}

.anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden;
}

/* styling loader */
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c8102e;
  color: #c8102e;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c8102e;
  color: #c8102e;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c8102e;
  color: #c8102e;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #c8102e;
  }

  50%,
  100% {
    background-color: rgba(200, 16, 46, 0.2);
  }
}

#loading {
  margin: auto;
  visibility: hidden;
}
#loading.display {
  visibility: visible;
}

/* styling breadcrumbs */
.breadcrumbs {
  font-size: small;
}

.breadcrumb-link {
  color: var(--secondary-color) !important;
}

/* styling header component */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-link {
  list-style: none;
  display: inline-block;
  padding-bottom: 5px;
  background: linear-gradient(var(--primary-color), var(--primary-color)) center bottom;
  background-size: 0% 5px;
  background-repeat: no-repeat;
  transition: all 0.45s;
  font-size: calc(1em + 0.1vw);
  color: var(--secondary-color) !important;
}

.nav-link:hover {
  background-size: 100% 5px;
}

hr.vertical {
  border: none;
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  height: 0.8rem;
  width: 1px;
}

/* styling overzichtpagina */

/* styling vacature kaartjes */
.card {
  padding: 0;
}

.card-img-top {
  object-fit: cover;
  max-height: 200px;
}

.salary-block {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
}

.hours-block {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
}

.level-block {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}

.customCard {
  border: 0px solid var(--primary-color);
  text-decoration: none;
  box-shadow: 2px 2px #dee2e6;
  width: 100%;
    /* Ensure card takes up full width of the column */
    margin: 0 auto;
    /* Center the card horizontally */
    display: flex;
    /* Make the card a flex container */
    flex-direction: column;
    /* Align the card's content vertically */
    height: 100%;
    /* Make the card take up the full height of its container */
}

.customCard .card-text {
  height: auto; /* Make the card body grow as large as the content */
}

.customCard:hover {
  color: #fff;
  background-color: var(--primary-color);
  border: 0px;
  cursor: pointer;
}

.customCard:hover .salary-block {
  background-color: #55601c;
  color: #fff;
}

.customCard:hover .hours-block {
  background-color: #55601c;
  color: #fff;
}

.customCard:hover .level-block {
  background-color: #55601c;
  color: #fff;
}

.custom-card-img-top {
  object-fit: cover; /* Optional, to control how the image is resized within its box */
  width: 100%;
}

/* styling Job Alert Banner */
.jobalert-banner {
  border-radius: 25px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.5rem;
}

/* styling vacature pagina */
#vacature p strong {
  color: var(--primary-color);
}

.btn-with-margin {
  margin-top: 16px; /* Adjust the padding values as needed */
}

.position-image {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

.filterFound {
  display: none;
}

.vacature-info-block {
  background-color: #55601c;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}

.facebook-share {
  background-color: #4267b2;
  border-radius: 50%;
  color: white;
}

.whatsapp-share {
  background-color: #25d366;
  border-radius: 50%;
  color: white;
}

.twitter-share {
  background-color: #fff;
  border-radius: 50%;
  border-color: #000;
  color: #000;
}

.twitter-share:hover {
  border-color: #fff;
}

.linkedin-share {
  background-color: #0077b5;
  border-radius: 50%;
  color: white;
}

.form-group-border {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

/* styling footer */

.footer {
  background-color: var(--primary-color);
  color: #fff;
}

.footer-columns {
  padding: 50px 0;
}

.footer-columns .column {
  margin-bottom: 30px;
}

.footer-columns h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-columns ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-columns ul li {
  margin-bottom: 10px;
}

.footer-columns ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-text {
  font-size: 18.9457px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--primary-accent-light) !important;
  border-color: var(--primary-accent-light) !important;
  outline: none !important;
  /* Remove the default outline */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-primary:focus,
.btn-primary:active {
  background-color: var(--primary-accent-light) !important;
  border-color: var(--primary-accent-light) !important;
  outline: none !important;
  /* Remove the default outline */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-secondary:hover {
  background-color: var(--secondary-accent-light) !important;
  border-color: var(--secondary-accent-light) !important;
  outline: none !important;
  /* Remove the default outline */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--secondary-accent-light) !important;
  border-color: var(--secondary-accent-light) !important;
  outline: none !important;
  /* Remove the default outline */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-accent {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.btn-accent:hover {
  background-color: var(--primary-color) !important;
  border-color: #fff !important;
  color: #fff;
  outline: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-accent:focus,
.btn-accent:active {
  background-color: var(--primary-color) !important;
  border-color: #fff !important;
  outline: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

footer.container-fluid.bg-dark.text-white ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.container-fluid.bg-dark.text-white ul li {
  display: inline-block;
  margin-right: 1.5rem;
}

footer.container-fluid.bg-dark.text-white ul li:last-child {
  margin-right: 0;
}

footer.container-fluid.bg-dark.text-white .footer-logo {
  width: 80px;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .header-title-text {
    font-size: 18px; /* Adjust the value as needed */
  }
}

@media (max-width: 767px) {
  .body {
    overflow-x: hidden;
    overscroll-behavior: none;
  }

  .sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out;
  }

  .sticky-header.sticky {
    top: -56px; /* Adjust the value as needed */
  }

  .footer-columns .column {
    margin-bottom: 40px;
  }

  .footer-columns ul li {
    margin-bottom: 0;
  }

  .footer-content {
    max-width: 100%;
    overflow-x: hidden;
  }

  @media (max-width: 767px) {
    .custom-card-img-top {
      height: 300px; /* Adjust the height for small screens */
    }
  }
}

@media (min-width: 768px) {
  .img-fluid-cust {
    min-height: 400px;
    max-height: 800px;
    width: 100%;
    object-fit: contain;
  }

  .img-fluid {
    width: 100%;
    object-fit: cover;
  }

  @media (min-width: 768px) {
    .custom-card-img-top {
      height: 600px; /* Default height for larger screens */
    }
  }

  .customCard {
    width: 100%; /* Adjust as needed */
    margin: 0 auto; /* Center the card horizontally */
  }
}
