/* General Body Styles */
body {
  font-family: Roboto, sans-serif;
  color: #333;
}
.black_text {
  color: #333;
}
.white {
  color: #fff;
}
em {
  color: #316d7a;
}
/* Text and Font Styles */
.font_Roboto {
  font-size: 18px;
  font-family: Roboto;
  text-align: justify;
  text-justify: inter-word;
}
.font_Roboto_opsomming {
  font-family: Roboto;
  font-size: 18px;
}
.font_Roboto_voettekst {
  font-family: Roboto;
  font-size: 17px;
  list-style-type: none;
  margin-left: 0;
}
.font_Roboto_medium {
  font-family: Roboto;
  font-size: 24px;
}
.font_Roboto_navbar {
  font-family: Roboto;
  font-size: 20px;
  color: #316d7b;
}
/* Navbar Styles */
.navbar-brand img {
  max-width: 100px;
  margin-top: -6px;
}
.center-navbar {
  display: flex;
  justify-content: center;
}
.navbar-collapse .nav-item.active .nav-link,
.navbar-collapse .nav-item:hover .nav-link {
  color: #316d7b;
}
/* Links */
a:hover {
  text-decoration: none;
  color: #316d7b;
}
.reverse-href {
  text-decoration: underline;
}
.reverse-href:hover {
  text-decoration: none;
}
.fa-facebook,
.reverse-href:hover {
  text-decoration: none;
}
/* Tables */
table {
  border: 3px solid #316d7a;
  border-collapse: collapse;
  width: 100%;
}
td {
  font-family: Roboto;
  font-size: 16px;
  text-justify: inter-word;
  padding: 5px;
}
/* Custom Header Styles */
.custom_header {
  margin-top: 20px;
  color: #316d7b;
  font-family: Roboto;
  font-size: 33px;
}
.custom_header_small {
  text-align: center !important;
  margin-top: 20px;
  color: #316d7b;
  font-family: Roboto;
  font-size: 30px;
}
#footer h2.custom_header_footer {
  color: #316d7b !important;
}
.custom_header_footer {
  margin-top: 20px;
  color: #316d7b !important; /* Adding !important to override any other styles */
  font-family: Roboto;
  font-size: 30px;
}
.custom_heading {
  font-family: Roboto;
  font-size: 50px;
}
.custom_heading_small {
  font-family: Roboto;
  font-size: 30px;
}
.custom_heading_mobile {
  font-family: Roboto;
  font-size: 20px;
}
.custom_heading_small_mobile {
  font-family: Roboto;
  font-size: 17px;
}
/* Icons */
.fa-envelope,
.fa-home,
.fa-phone {
  background: #fff;
  color: #316d7b;
  margin-right: 10px;
}
.fa-facebook {
  color: #316d7b;
  background: #fff;
  margin-right: 30px;
  font-size: 40px;
  width: 50px;
  text-align: center;
}
/* Spacing Utilities */
.top-buffer-small {
  margin-top: 10px;
}
.top-buffer {
  margin-top: 20px;
}
.top-buffer-25 {
  margin-top: 25px;
}
.top-buffer-30 {
  margin-top: 30px;
}
.top-buffer-35 {
  margin-top: 35px;
}
/* Thumbnail and Caption */
.thumbnail {
  position: relative;
  opacity: .85;
}
.caption {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}

/* Contact Form Styles */
.contact-form-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(49, 109, 123, 0.1);
  background-color: #f8f9fa;
}

.custom-input,
.custom-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-input:focus,
.custom-select:focus {
  border-color: #316d7b;
  box-shadow: 0 0 0 0.2rem rgba(49, 109, 123, 0.25);
  outline: none;
}

.custom-select {
  height: auto;
  padding-right: 30px;
  background-position: right 15px center;
}

.required {
  color: #dc3545;
}

.btn-primary {
  background-color: #316d7b;
  border-color: #316d7b;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #316d7b !important;
  border-color: #316d7b !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 109, 123, 0.5);
}

.form-check-label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.availability-options {
  margin-bottom: 15px;
}

.availability-checkbox:checked + .form-check-label {
  font-weight: 500;
  color: #316d7b;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #316d7b;
  border-color: #316d7b;
}

.alert {
  border-radius: 4px;
  font-family: Roboto, sans-serif;
}

.alert-success {
  background-color: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.2);
  color: #28a745;
}

.alert-danger {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}

.alert ul {
  padding-left: 20px;
}

.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

textarea.custom-input {
  min-height: 120px;
  resize: vertical;
}

@media (max-width: 768px) {
  .contact-form-card .card-body {
    padding: 20px 15px;
  }
  
  .form-row .form-group {
    margin-bottom: 15px;
  }
  
  .btn-primary {
    width: 100%;
  }
}