/* Hide carousel navigation arrows on small screens */
@media (max-width: 600px) {
  .testimonial-nav {
    display: none !important;
  }
}

/* ── Prestazioni page cards ── */
.prestazione-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prestazione-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.prestazione-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  font-size: 1.6rem;
}

.prestazione-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.prestazione-card p {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.6;
}

/* Festività highlight box */
.prestazione-highlight {
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
}

.prestazione-highlight p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.prestazione-highlight strong {
  color: #fff;
}

.prestazione-highlight-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
}

/* ── Chi Siamo page ── */

/* Section label */
.chisiamo-label {
  display: inline-block;
  font-family: "Roboto", arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #71b280;
  margin-bottom: 0.75rem;
}

/* Intro section */
.chisiamo-intro {
  background: #fff;
}

.chisiamo-intro .lead {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.8;
}

.chisiamo-intro p {
  color: #666;
  line-height: 1.8;
}

/* Values grid (2×2) */
.chisiamo-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.chisiamo-value-item {
  background: #f8f9fc;
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chisiamo-value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.chisiamo-value-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  font-size: 1.3rem;
}

.chisiamo-value-item h5 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.chisiamo-value-item p {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Mission box */
.chisiamo-mission-box {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #71b280;
}

.chisiamo-mission-box p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
}

.chisiamo-mission-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  font-size: 2rem;
}

/* Carta dei servizi cards */
.chisiamo-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chisiamo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.chisiamo-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  font-size: 1.5rem;
}

.chisiamo-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.chisiamo-card p {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Team cards */
.chisiamo-team-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chisiamo-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.chisiamo-team-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  font-size: 1.4rem;
}

.chisiamo-team-card h5 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.chisiamo-team-card p {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Highlight box (volontariato / formazione) */
.chisiamo-highlight-box {
  background: linear-gradient(135deg, #71b280 0%, #134e5e 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2rem 2rem;
}

.chisiamo-highlight-box p {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
}

.chisiamo-highlight-box strong {
  color: #fff;
}

.chisiamo-highlight-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.6rem;
}

/* Footer mobile centering */
@media (max-width: 767.98px) {
  .footer-section .contact-info,
  .footer-section .col-md-4 {
    text-align: center;
  }

  .footer-section .link {
    padding-left: 0;
  }

  .footer-section .row.pt-5 p {
    text-align: center !important;
  }
}

/* Responsive tweaks */
@media (max-width: 575px) {
  .chisiamo-values-grid {
    grid-template-columns: 1fr;
  }

  .chisiamo-mission-box {
    padding: 1.5rem 1.25rem;
  }
}
