/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2025 | 08:44:07 */
#home_button{
	background: white;
}
.inverted{
	            filter: invert(100%);
}
.clb__dark_section .stars img{
	filter: drop-shadow(2px 2px 2px #444);
}
.clb__dark_section .stars img{
	filter: drop-shadow(2px 2px 2px #444);
}
.clb__dark_section img[alt='Clutch Logo']{ 
	filter: invert(100%);
}
.service_icon{
  display: block;
  width: 30px;
  height: 30px;
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wpcf7-form.init label{
	color: white !important;
}
.review-on-black{
	color: #EFE8DC !important;
}
.review-on-black h6.title{
	color: #EFE8DC !important;
}
.review-on-black .testimonial-headline{
	color: white !important;
}
.rating-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    flex-direction: row;
  }

  .rating-group {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 280px;
    text-align: left;
    flex: 1 1 auto;
    margin: 5px;
  }

  .rating-group img.logo {
    max-width: 45px;
    height: auto;
  }

  .rating-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rating-text {
    font-size: 15px;
    font-weight: bold;
    color: white !important;
    margin-bottom: 4px;
  }

  .stars img {
    max-width: 90px;
    height: auto;
  }

  .text-white {
    color: white !important;
  }

  @media (max-width: 768px) {
    .rating-container {
      flex-direction: column;
      gap: 25px;
    }

    .rating-group {
      max-width: 100%;
      justify-content: center;
      text-align: center;
    }

    .rating-info {
      align-items: center;
    }
  }

.clb__light_section .rating-text{
	color: black !important;
}
.overlay-details .title{
	color: white !important;
}