.quote-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  position: relative;
  font-family: sans-serif;
  margin-top: 2rem;
}

.quote-header {
  background: #502379;
  color: white;
  padding: 0.75rem 1rem;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  margin-bottom: 1rem;
}

.quote-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.quote-subtitle {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 0.25rem;
}

.quote-body {
  position: relative;
  padding: 1rem 1.5rem;
  background: #fafafa;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.quote-body::before {
  content: '“';
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 4rem;
  color: #e0e0e0;
  line-height: 1;
  font-family: serif;
}

.quote-body::after {
  content: '”';
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 4rem;
  color: #e0e0e0;
  line-height: 1;
  font-family: serif;
}
.front-position-1000{
  z-index:1000;
}
