       .logo-h{
    height: 60px;
       } 
       .logo-img {
  height: 60px;
}
.icon-img {
  width: 60px;
  height: 60px;
  object-fit: cover; 
}
.testimonial-innerbox::before {
    background: url(/assets/img/client/testimonal-child.png) no-repeat center center;
    background-size: cover;
    width: 65%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    border-radius: 10px;
    }
    .inspair-section {
    background: url(/assets/img/client/tree.png) no-repeat center center;
    background-size: cover;
}
.cci{
  height: 235px;
}
.pi{
  height: 317px;
  width: 300px;
}
.carousel-image {
  height: 160px;
  object-fit: contain;      
  margin: 0 auto;         
}
.client-title {
  margin-bottom: 19px;
  font-size: 19px;
  line-height: 24px;
  font-family: "Bubblegum Sans", sans-serif;
  display: block;
  color: var(--p5-clr, #007bff); /* fallback blue tone */
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.card-r{
      border-radius: 20px;
}
.marquee {
    width: 100%;
    overflow-x: hidden;    
    overflow-y: visible;    
    position: relative;
    background: #fff;
      padding-top: 10px;
    padding-bottom: 10px;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll-marquee 20s linear infinite;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee:hover .marquee-content {
  animation-play-state: paused;
}
.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  left: 15px;
  color: #FFF;
  border-radius: 50px;
  font-size: 30px;
  box-shadow: 3px 4px 3px #999;
  z-index: 100;
  cursor: pointer;
}
.soloCls {
  height: 55px;
  width: 55px;
}
.client-logo {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 0 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-logo img {
  width: 150px;  
  height: 70px;  
  object-fit: contain;
}
.card-img-top{
  height:260px;
}

#mobile-menu ul li.active > a {
    color: #28a745 !important; 
}
.card-image-wrapper .ribbon {
      margin-top: 3px;
    position: absolute;
    width: 100px;
    height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 2;
    font-size: 0.85rem;
    border-radius: 4px;
}
.card-content {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 20px;
}
.bt-try{
    padding: 12px 24px;
    border-radius: 18px;
}