/* .page-title:before {
    background-color:  color-mix(in srgb, var(--background-color), transparent 100%);
} */
.home-hero {
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 80px 0;
    text-align: center;
    position: relative;
}

.ads {
  background-color: white !important;
  margin-top: -3rem !important;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-bottom: 1px solid #3498db; /* your custom blue */
  border-radius: 8px 8px 0 0; /* optional: softens bottom corners */
}
.recent-posts-widget .post-item img {
    width: 140px;
    margin-right: 15px;
}
.service-image {
  height: auto !important;
}
.header .logo img {
  max-height: none !important;
  width: auto;
  height: auto;
}

.badge-custom-blue {
    background-color: #3498db !important;
}



