.txt_bulletin_list {
  list-style: none !important; /* removes the black default dot */
  padding: 0;
  margin: 0;
}

.txt_bulletin_list .custom_list {
  position: relative;
  padding-left: 40px; /* space for the circle */
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.txt_bulletin_list .custom_list::before {
  content: "✔"; /* checkmark */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #5b7c74; /* circle color */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.padding_top_50 {
    padding-top: 30px;
}

.homepage_title_fullwidth_border {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(to right, transparent, #5D8C81 20%, #5D8C81 80%, transparent);
}

.homepage_title_border {
  display: inline-block;
  padding: 10px 30px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(to right, transparent, #5b7c74 20%, #5b7c74 80%, transparent);
  border-radius: 4px;
}





.homepage_testimonial_container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif; 
  padding: 2rem 0; 
}

.homepage_testimonial_card {
  width: 90%;
  max-width: 800px; 
  background-color: #bfe6dd; 
  border: 2px solid #5D8C81; 
  border-radius: 15px; 
  padding: 3rem 4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  overflow: hidden; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.homepage_testimonial_card::after {
  content: ''; 
  width: 25rem;
  height: 25rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96 224c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64v32c0 20.9 5.8 40.2 15.4 57.5l-19.1 36.3C134.7 337.8 128 351.4 128 368c0 21.6 14.1 40.1 33.6 46.1c11.1 3.5 22.8 1.4 32.7-5.4c12-8.3 19.7-21.7 19.7-36.8c0-2.8-.2-5.7-.5-8.5C216.7 307.7 224 286.9 224 265.4v-8.2c0-54.6-43.4-99.3-98-103.2c-5.8-.4-11.7-.5-17.5-.5zM352 224c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64v32c0 20.9 5.8 40.2 15.4 57.5l-19.1 36.3C390.7 337.8 384 351.4 384 368c0 21.6 14.1 40.1 33.6 46.1c11.1 3.5 22.8 1.4 32.7-5.4c12-8.3 19.7-21.7 19.7-36.8c0-2.8-.2-5.7-.5-8.5C472.7 307.7 480 286.9 480 265.4v-8.2c0-54.6-43.4-99.3-98-103.2c-5.8-.4-11.7-.5-17.5-.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96 224c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64v32c0 20.9 5.8 40.2 15.4 57.5l-19.1 36.3C134.7 337.8 128 351.4 128 368c0 21.6 14.1 40.1 33.6 46.1c11.1 3.5 22.8 1.4 32.7-5.4c12-8.3 19.7-21.7 19.7-36.8c0-2.8-.2-5.7-.5-8.5C216.7 307.7 224 286.9 224 265.4v-8.2c0-54.6-43.4-99.3-98-103.2c-5.8-.4-11.7-.5-17.5-.5zM352 224c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64v32c0 20.9 5.8 40.2 15.4 57.5l-19.1 36.3C390.7 337.8 384 351.4 384 368c0 21.6 14.1 40.1 33.6 46.1c11.1 3.5 22.8 1.4 32.7-5.4c12-8.3 19.7-21.7 19.7-36.8c0-2.8-.2-5.7-.5-8.5C472.7 307.7 480 286.9 480 265.4v-8.2c0-54.6-43.4-99.3-98-103.2c-5.8-.4-11.7-.5-17.5-.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  mask-size: cover;
  background-color: #5D8C81; 
  opacity: 0.5; 
  position: absolute;
  top: 50%;
  right: -50px; 
  transform: translateY(-50%);
  z-index: 0; 
}


.homepage_testimonial_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.homepage_testimonial_text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}


.homepage_profile_image_container {
  width: 150px; 
  height: 150px;
  border-radius: 50%;
  border: 5px solid #5D8C81; 
  padding: 5px; 
  background-color: white; 
  margin: 1rem auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}


.homepage_profile_image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 50%;
}

.homepage_profile_name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.homepage_profile_title {
  font-size: 0.9rem;
  color: #666;
  margin: 0.5rem 0 0;
}

@media (max-width: 600px) {
  .homepage_testimonial_card {
    padding: 2rem 1.5rem;
  }
  .homepage_testimonial_card::after {
    width: 15rem;
    height: 15rem;
    right: -20px;
  }
  .homepage_testimonial_text {
    font-size: 1rem;
  }
  .homepage_profile_image_container {
    width: 120px;
    height: 120px;
  }
}




.masthead ul#primary-menu .homepage_header_fontsize span.menu-text {
    font-size: 0 !important;
}




.branding a img, .branding img { width: 225px !important; }
#phantom .ph-wrap.with-logo .logo-box { width: 225px; overflow: hidden; height: 120px ; }
#phantom .ph-wrap.with-logo .logo-box img { width: 100%; object-fit: contain; }