#u1681 {
  background-color: #1f2733;
}

#u1802 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background: transparent url("../images/boir_logo_fullcolorr_Horz.png")
    no-repeat center center;
  background-size: contain;
}

#u656-5 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background: transparent url("../images/boir_logo_fullcolorr_Horz.png")
    no-repeat 10% center;
  background-size: contain;
}

.nosvg #u1802 {
  background-image: url("../images/boir_logo_fullcolorr_Horz.png");
}

.nosvg #u656-5 {
  background-image: url("../images/boir_logo_fullcolorr_Horz.png");
}

#u1805-10 {
  text-align: center;
  line-height: 22px;
  color: #89d1d6;
  font-size: 16px;
  background-color: transparent;
}

#u1805-5 {
  font-family: reason-new, sans-serif;
  font-weight: 600;
}

#u1805-2,
#u1805-8 {
  font-family: reason-new, sans-serif;
  font-weight: 400;
}

#u1805-2-a {
  color: #89d1d6;
  text-decoration: none;
}

.navbar {
  justify-content: end !important;
  padding-top: 1.5rem !important;
}

.navbar a {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 624px) {
  #u121 {
    height: 80px !important;
  }

  #u656-6 {
    top: 80px !important;
    z-index: 180 !important;
  }

  #u540-6 {
    margin-top: -110px !important;
  }

  #u97 {
    height: 880px !important;
  }

  #u4420 {
    margin-top: 0px !important;
  }

  .menu-links {
    display: none;
    flex-direction: column;
    background-color: #1f2733;
    position: absolute;
    top: 60px;
    padding: 10px;
    width: 50%;
    text-align: end;
    height: 100vh;
    min-width: 125px;
  }

  .menu-links a {
    margin: 10px 0;
  }

  .menu-toggle {
    display: block;
    color: white !important;
    margin-right: 20px;
    cursor: pointer;
  }
}

#u121 {
  height: 85px !important;
}

#u656-6 {
  top: 85px !important;
}

/* Show menu links when active */
.menu-links.active {
  display: flex;
  z-index: 190;
}

.form-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.form-section h1 {
  font-size: 28px;
  color: #002b5b;
  margin-bottom: 10px;
}

.form-section h3 {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

#boir-contact-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#boir-contact-form label {
  text-align: left;
  font-size: 14px;
  color: #333;
}

#boir-contact-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

#boir-contact-form input:focus {
  outline: none;
  border-color: #002b5b;
  box-shadow: 0 0 5px rgba(0, 43, 91, 0.2);
}

#boir-contact-form button {
  padding: 12px;
  background-color: #002b5b;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#boir-contact-form button:hover {
  background-color: #004080;
}

.error-message {
  background-color: #f8d7da; /* Light red background */
  color: #721c24; /* Dark red text */
  padding: 10px 15px; /* Add some padding */
  border: 1px solid #f5c6cb; /* Border in light red */
  border-radius: 5px; /* Slightly round the corners */
  margin: 10px 0; /* Add space around the message */
  font-size: 14px; /* Set the font size */
  display: none; /* Initially hidden */
  text-align: left; /* Align text to the left */
  width: 100%; /* Use full width of the container */
  box-sizing: border-box; /* Ensure padding doesn’t affect width */
}

.error-message p {
  margin: 0; /* Remove margin from the paragraph */
}

.success-message {
  background-color: #d4edda; /* Light green background */
  color: #155724; /* Dark green text */
  padding: 10px 15px; /* Add some padding */
  border: 1px solid #c3e6cb; /* Border in light green */
  border-radius: 5px; /* Slightly round the corners */
  margin: 10px 0; /* Add space around the message */
  font-size: 14px; /* Set the font size */
  display: none; /* Initially hidden */
  text-align: left; /* Align text to the left */
  width: 100%; /* Use full width of the container */
  box-sizing: border-box; /* Ensure padding doesn’t affect width */
}

.success-message p {
  margin: 0; /* Remove margin from the paragraph */
}
