/* Body class detection: rate-card-page */

@media (max-width: 600px) {
  .rate-card-page .single-barb-form-builder header {
    height: 125px !important;
  }
  .rate-card-page .rate-card-header {
    background-size: contain;
  }
}

.rate-card-page .main-content header {
  display: none;
}

.rate-card-page .rate-card-header-container {
  width: 1080px;
}

.rate-card-page .rate-card-header {
  display: flex;
  justify-content: center;
  background-image: url('https://barb.designintegrity.dev/wp-content/uploads/2025/07/homepage-header-background-400cleanpx.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 500px;
  color: #fff;
  padding-left: 20px;
  margin-top: -30px;
}

.rate-card-page .entry-content {
  text-align: center;
  display: flex;
  justify-content: center;
}

.rate-card-page .card-container {
  width: 1080px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  padding-bottom: 50px;
  margin-top: -200px;
}

.rate-card-page .card {
  background-color: rgba(223, 240, 240, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 300px;
  border-radius: 10px;
  border: 3px solid transparent;
}

.card:hover a {
  text-decoration: none;
}

 .card:hover{
     background-color: rgba(250, 222, 214, 1); 
     border: 3px solid rgba(236, 101, 62, 1);
     color: rgba(236, 101, 62, 1);
 }
.card-inner{
        padding: 25px; 
        text-align: center;
}

    .button-wrapper{
        padding: 15px; 
        text-align: center; 
        color: #fff; 
        background-color: rgba(24, 132, 129, 1); 
        padding: 10px; 
        width: 100%; 
        border-radius: 0px 0px 7px 7px;
    }
.card:hover .button-wrapper {
  background-color: rgba(236, 101, 62, 1);
}

/* THIS is the key part */
.card:hover svg path {
  fill: rgba(236, 101, 62, 1);
}

.st0{
    fill: #188381 !important;
}

.card:hover .st0  {
  fill: rgba(236, 101, 62, 1);
}

.card:hover .st0{
  fill: rgba(236, 101, 62, 1) !important;
}

.card svg {
  width: 140px;
  height: 140px; /* Maintains aspect ratio */
}
 */