/* === Fullwidth Impact Section (Bootstrap Version) === */
.community-impact-section {
padding: clamp(3rem, 6vw, 6rem) 5%;
  background-color: #f9fafb;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

.community-impact-section .section-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.4rem);
  color: #0f5ea8;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
  font-weight: 700;
}

.community-impact-section .section-description {
  max-width: 700px;
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
  line-height: 1.6;
  color: #1f2937;
}

/* Community Cards */
.community-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  width: 100%;
}

.community-card:hover {
  transform: translateY(-5px);
}

.community-card i {
  font-size: 2rem;
  color: #f9a825; /* accent yellow */
  margin-bottom: 15px;
}

.community-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #0f5ea8;
}

.community-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive tweaks only (Bootstrap handles columns) */
@media (max-width: 575.98px) {
  .snet-fullwidth .community-impact-section { padding: 2rem 1rem; }
  .community-card { padding: 18px; }
  [data-aos] { transition-delay: 0ms !important; }
}

@media (min-width: 992px) {
  .community-card { padding: 30px; }
}

@media (min-width: 1200px) {
  .community-card { padding: 36px; }
}
