.biodata-guru {
    margin-top: 40px;
    margin-bottom: 80px;
}

.judul-biodata {
    background-color: #f7b7b7;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 5px;
}

.grid-guru {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.card-guru {
    background-color: #ffdede;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.2s ease;
}

.card-guru:hover {
    transform: translateY(-5px);
}

.foto-guru img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #e2eaff;
    object-fit: cover;
    margin-bottom: 15px;
}

.card-guru h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-guru h3 span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.info-guru {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
}

.info-guru li {
    margin-bottom: 8px;
}

.info-guru i {
    width: 20px;
    color: #444;
    margin-right: 6px;
}
