.before-after-gallery {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.before-after-gallery h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.ba-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
}

.ba-image {
  position: relative;
  flex: 1;
  max-width: 500px;
}

.ba-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 6px 14px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
}

.label.before {
  background: #d9534f;
}

.label.after {
  background: #5cb85c;
}
