.testimonials-hero {
  background: #fffbec;
  padding: 5rem 0 2rem 0;
  text-align: center;
}
.testimonials-hero-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 0.7rem;
}
.testimonials-hero-subtitle {
  font-size: 1.15rem;
  color: #374151;
  margin-bottom: 0;
}

.testimonials-section {
  padding: 2rem 0 2.5rem 0;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(16,24,40,0.09);
  overflow: hidden;
  transition: box-shadow 0.18s, transform 0.18s;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.testimonials-card:hover {
  box-shadow: 0 8px 32px rgba(34,197,94,0.13);
  transform: translateY(-6px) scale(1.025);
}
.testimonials-card-body {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  flex-grow: 1;
}
.testimonials-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.testimonials-card-img-wrap {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}
.testimonials-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-card-name {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Poppins', Arial, sans-serif;
}
.testimonials-card-role {
  color: #6b7280;
  font-size: 0.97rem;
}
.testimonials-card-quote {
  color: #374151;
  font-size: 1.05rem;
  margin-top: 0.5rem;
  position: relative;
  padding-left: 2.2rem;
}
.testimonials-card-quote-icon {
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 2.1rem;
  color: #22c55e22;
}
.testimonials-card-bar {
  height: 0.5rem;
  width: 100%;
  border: none;
  margin: 0;
  border-radius: 0 0 1.1rem 1.1rem;
}
.testimonials-card-bar.community { background: #22c55e; }
.testimonials-card-bar.youth { background: #1992ea; }
.testimonials-card-bar.women { background: #a855f7; }
.testimonials-card-bar.education { background: #f59e42; }
.testimonials-card-bar.healthcare { background: #ef4444; }
.testimonials-card-bar.agriculture { background: #15803d; }
.testimonials-card-bar.business { background: #fbbf24; }
.testimonials-card-bar.default { background: #fef08a; }
.testimonials-featured-section {
  background: #f3f4f6;
  padding: 2.5rem 0 2.5rem 0;
}
.testimonials-featured-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 4px 24px rgba(16,24,40,0.10);
  max-width: 900px;
  margin: 0 auto;
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  position: relative;
}
.testimonials-featured-quote-icon {
  position: absolute;
  top: -2.5rem;
  right: 2.5rem;
  background: #fde68a;
  color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(16,24,40,0.10);
}
.testimonials-featured-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.testimonials-featured-img-wrap {
  flex: 0 0 180px;
  border-radius: 1rem;
  overflow: hidden;
}
.testimonials-featured-img {
  width: 100%;
  height: auto;
  display: block;
}
.testimonials-featured-content {
  flex: 1 1 300px;
}
.testimonials-featured-quote {
  font-size: 1.2rem;
  color: #374151;
  font-style: italic;
  margin-bottom: 1.2rem;
}
.testimonials-featured-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1992ea;
  font-family: 'Poppins', Arial, sans-serif;
}
.testimonials-featured-role {
  color: #6b7280;
  font-size: 1rem;
}
.testimonials-share-section {
  background: #e6faed;
  padding: 2.5rem 0 2.5rem 0;
}
.testimonials-share-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(16,24,40,0.09);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.testimonials-share-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 0.7rem;
}
.testimonials-share-desc {
  color: #374151;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}
.testimonials-share-form {
  text-align: left;
}
.testimonials-share-form-row {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.testimonials-share-form-group {
  flex: 1 1 0;
  margin-bottom: 1.2rem;
}
.testimonials-share-form-group label {
  display: block;
  color: #374151;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.testimonials-share-form-group input,
.testimonials-share-form-group textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1.2px solid #d1d5db;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  color: #222;
  transition: border-color 0.2s;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
}
.testimonials-share-form-group input:focus,
.testimonials-share-form-group textarea:focus {
  border-color: #22c55e;
  outline: none;
}
.testimonials-share-btn {
  background: #22c55e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  transition: background 0.18s;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: inline-block;
}
.testimonials-share-btn:hover {
  background: #15803d;
}
.testimonials-share-toast {
  margin-top: 1rem;
  color: #22c55e;
  font-size: 1.05rem;
  text-align: center;
}
@media (max-width: 700px) {
  .testimonials-hero-title { font-size: 1.2rem; }
  .testimonials-hero-subtitle { font-size: 0.95rem; }
  .testimonials-grid { gap: 1rem; }
  .testimonials-card-body { padding: 1rem 0.7rem 0.7rem 0.7rem; }
  .testimonials-featured-card { padding: 1rem 0.3rem 0.7rem 0.3rem; }
  .testimonials-share-wrap { padding: 1rem 0.3rem 0.7rem 0.3rem; }
  .testimonials-share-form-row { flex-direction: column; gap: 0.5rem; }
}