/* Shared component styles extracted from inline HTML */
.contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-info i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.contact-info a {
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.project-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.card-text,
.project-description {
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.6;
  word-spacing: normal;
  letter-spacing: -0.01em;
}

.btn-success {
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 50px;
}

.btn-success:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.btn-outline-primary {
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  transform: scale(1.05);
}
