
/*--------------------------------------------------------------
# Testimonials 
--------------------------------------------------------------*/
.testimonials .testim-card {
  padding: 20px 20px;
  border: solid 1px #dde4eb;
  background-color: #f9fcff;
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.testimonials .testim-card:hover {
  /*transform: scale(1.1);*/
  box-shadow: 0 0 0 0 rgba(90,113,208,.11),0 4px 16px 0 rgba(167,175,183,.33);
}

    .ssl-stars {
        color: #ff6600; 
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    .ssl-author {
        color: #6c757d; 
        font-weight: 700;
    }
    .ssl-link a {
        color: #6c757d;
        text-decoration: none;
        font-size: 0.85rem;
        border-bottom: 1px dotted #ccc;
        transition: color 0.2s;
    }
    .ssl-link a:hover {
        color: #ff6600;
        border-color: #ff6600;
    }
