/* header image decoration */
.headerImageBackground .decoration01 {
  width: 500px;
  top: -30px;
  left: -200px;
}

.headerImageBackground .decoration02 {
  width: 500px;
  top: -30px;
  right: -200px;
}

/* Adjusting the text size */
.textContainer .xl-text {
  font-size: 70px;
  font-weight: bold;
}

#navbar {
  transition: all 0.6s ease-in-out;
}

.navbar-sticky {
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  position: sticky;
  top: 0;
  z-index: 1000;
}

@media (max-width: 972px) {
  .header_image {
    width: 100%;
    margin-top: 30px;
  }
  .textParagraph {
    text-align: center;
  }
  .headerImageBackground .decoration01 {
    width: 300px; /* Adjusted width for smaller screens */
    top: -20px; /* Adjusted position for smaller screens */
    left: -150px; /* Adjusted position for smaller screens */
  }
  .headerImageBackground .decoration02 {
    width: 400px; /* Adjusted width for smaller screens */
    top: -20px; /* Adjusted position for smaller screens */
    right: -150px; /* Adjusted position for smaller screens */
  }
  .headerImageBackground .xl-text {
    font-size: 30px; /* Adjusted font size for smaller screens */
    text-align: center;
  }
  .status .col-md-3 {
    margin-bottom: 20px;
  }
  .status .xl-text {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .headerImageBackground .decoration01,
  .headerImageBackground .decoration02 {
    width: 250px; /* Even smaller size for mobile screens */
  }
  .headerImageBackground .xl-text {
    font-size: 25px;
  }
  #navbar .navbar-toggler {
    border-color: #333;
  }
  .navbar-nav {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .textContainer .listText {
    text-align: center;
    margin-top: 20px;
  }
}
