/* Contact page – restore tile animation & hover */
.contact-info-wrapper .info-item {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.contact-info-wrapper .info-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.problem-section h4 {
  margin-bottom: 25px;
}

.problem-list li {
  margin-bottom: 8px;
}

.quote-tile {
  background: #ffffff;
  padding: 35px;
  border-left: 5px solid #43ba7f;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

.quote-mark {
  font-size: 48px;
  color: #43ba7f;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}