

.service-icon-wrapper i {
  color: #6c757d;
  transition: color 0.3s ease;
}

.service-icon-wrapper:hover i {
  color: #0d6efd;  /* Bootstrap primary blue color */
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* -------------------------------------------  */

/* --------------------------------------- */

/* comprehensive solution  */

.section-title img {
  width: 100%;
 
  height: auto;
  /* object-fit:contain; */
  object-fit: cover;
  padding-top: 20px;
}

.civil-contracting {
  text-align: justify;
}
