
.member-card {
  background: linear-gradient(to bottom right, #ffffff, #f3f4f6);
  border-radius: 1.5rem;
  padding: 1.5rem;
  width: 230px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.member-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  background: radial-gradient(circle at 30% 30%, #4f46e5, #1e3a8a);
  box-shadow: 0 0 10px rgba(79,70,229,0.5);
}

.member-name {
  font-weight: 700;
  color: #111827;
  font-size: 1.1rem;
}

.member-role {
  color: #4b5563;
  font-size: 0.95rem;
}

.member-location {
  color: #6b7280;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

section {
  margin-bottom: 80px; /* da footer ne bude nalepljen */
}



.member-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 180px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

/* Ovde ubacujemo tvoju ikonu */
.member-avatar {
  width: 80px;
  height: 80px;
  background-image: url('/images/profile-icon.png'); /* promeni putanju u skladu s fajlom */
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.member-name {
  font-weight: 600;
  color: #1f2937;
}
.member-role {
  font-size: 0.9rem;
  color: #3b82f6;
}
.connector {
  width: 2px;
  height: 30px;
  background: #0070C0;
}

.custom-h3.consiliu {
  font-size: 1.25rem;    /* text-3xl */
  line-height: 1.25;
  font-weight: 700;
  color: #0070C0;
  text-align: center;
  margin-bottom: 3rem;
}
